diff --git a/aop/src/main/java/io/micronaut/aop/Adapter.java b/aop/src/main/java/io/micronaut/aop/Adapter.java index a7dd555c388..7fd896b5b4f 100644 --- a/aop/src/main/java/io/micronaut/aop/Adapter.java +++ b/aop/src/main/java/io/micronaut/aop/Adapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/Around.java b/aop/src/main/java/io/micronaut/aop/Around.java index 3812f037340..89f316668b4 100644 --- a/aop/src/main/java/io/micronaut/aop/Around.java +++ b/aop/src/main/java/io/micronaut/aop/Around.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java b/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java index d4a5a460788..d26adb473e2 100644 --- a/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java +++ b/aop/src/main/java/io/micronaut/aop/HotSwappableInterceptedProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/InterceptPhase.java b/aop/src/main/java/io/micronaut/aop/InterceptPhase.java index 1ffb839aeac..8ac747d32ff 100644 --- a/aop/src/main/java/io/micronaut/aop/InterceptPhase.java +++ b/aop/src/main/java/io/micronaut/aop/InterceptPhase.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/Intercepted.java b/aop/src/main/java/io/micronaut/aop/Intercepted.java index 2d231c32551..fa0a8d4e565 100644 --- a/aop/src/main/java/io/micronaut/aop/Intercepted.java +++ b/aop/src/main/java/io/micronaut/aop/Intercepted.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java b/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java index 8abb645e313..4a73debf1f1 100644 --- a/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java +++ b/aop/src/main/java/io/micronaut/aop/InterceptedProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/Interceptor.java b/aop/src/main/java/io/micronaut/aop/Interceptor.java index 708912d879f..bf8665c6c79 100644 --- a/aop/src/main/java/io/micronaut/aop/Interceptor.java +++ b/aop/src/main/java/io/micronaut/aop/Interceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/Introduced.java b/aop/src/main/java/io/micronaut/aop/Introduced.java index da553aa1660..25ae56e7c69 100644 --- a/aop/src/main/java/io/micronaut/aop/Introduced.java +++ b/aop/src/main/java/io/micronaut/aop/Introduced.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/Introduction.java b/aop/src/main/java/io/micronaut/aop/Introduction.java index c590eb5ceee..79c88e4312b 100644 --- a/aop/src/main/java/io/micronaut/aop/Introduction.java +++ b/aop/src/main/java/io/micronaut/aop/Introduction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/InvocationContext.java b/aop/src/main/java/io/micronaut/aop/InvocationContext.java index f4f3bc4acbc..80d33d8e577 100644 --- a/aop/src/main/java/io/micronaut/aop/InvocationContext.java +++ b/aop/src/main/java/io/micronaut/aop/InvocationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java b/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java index 7c35f2a4269..23f4e06b50f 100644 --- a/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java +++ b/aop/src/main/java/io/micronaut/aop/MethodInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java b/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java index b2cd048c229..7ad31b361ba 100644 --- a/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java +++ b/aop/src/main/java/io/micronaut/aop/MethodInvocationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java b/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java index bd4b1002101..82d7bfce9a2 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java +++ b/aop/src/main/java/io/micronaut/aop/chain/AdapterIntroduction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java b/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java index af43ae5deb2..1fa24c42f23 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java +++ b/aop/src/main/java/io/micronaut/aop/chain/InterceptorChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java b/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java index 62e067ed6af..f0b6ea62a8d 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java +++ b/aop/src/main/java/io/micronaut/aop/chain/MethodInterceptorChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/chain/package-info.java b/aop/src/main/java/io/micronaut/aop/chain/package-info.java index 7e2aaa63238..19da67f9d9e 100644 --- a/aop/src/main/java/io/micronaut/aop/chain/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/chain/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java b/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java index f0acce2d76f..2d25f47ac15 100644 --- a/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java +++ b/aop/src/main/java/io/micronaut/aop/exceptions/UnimplementedAdviceException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java b/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java index dae6fa08243..ec3aa5b9745 100644 --- a/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/package-info.java b/aop/src/main/java/io/micronaut/aop/package-info.java index ae3897ffc52..21393328895 100644 --- a/aop/src/main/java/io/micronaut/aop/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java b/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java index c55d91fff9a..769e492d280 100644 --- a/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java +++ b/aop/src/main/java/io/micronaut/aop/writer/AopProxyWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/main/java/io/micronaut/aop/writer/package-info.java b/aop/src/main/java/io/micronaut/aop/writer/package-info.java index 900bcd853fb..4503d98adbf 100644 --- a/aop/src/main/java/io/micronaut/aop/writer/package-info.java +++ b/aop/src/main/java/io/micronaut/aop/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/test/groovy/io/micronaut/aop/Trace.java b/aop/src/test/groovy/io/micronaut/aop/Trace.java index 3db6842385d..e709d2eb542 100644 --- a/aop/src/test/groovy/io/micronaut/aop/Trace.java +++ b/aop/src/test/groovy/io/micronaut/aop/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java b/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java index 9125e37ff07..e2df88d0d5b 100644 --- a/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java +++ b/aop/src/test/groovy/io/micronaut/aop/TraceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/io/micronaut/aop/around/AroundCompileBenchmark.java b/benchmarks/src/jmh/java/io/micronaut/aop/around/AroundCompileBenchmark.java index 9d9a51c8c76..beaa67c4c01 100644 --- a/benchmarks/src/jmh/java/io/micronaut/aop/around/AroundCompileBenchmark.java +++ b/benchmarks/src/jmh/java/io/micronaut/aop/around/AroundCompileBenchmark.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.around; import io.micronaut.annotation.processing.test.JavaParser; diff --git a/benchmarks/src/jmh/java/io/micronaut/context/env/PropertySourcePropertyResolverBenchmark.java b/benchmarks/src/jmh/java/io/micronaut/context/env/PropertySourcePropertyResolverBenchmark.java index 24a69e52a3b..a797da19638 100644 --- a/benchmarks/src/jmh/java/io/micronaut/context/env/PropertySourcePropertyResolverBenchmark.java +++ b/benchmarks/src/jmh/java/io/micronaut/context/env/PropertySourcePropertyResolverBenchmark.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context.env; import org.openjdk.jmh.annotations.Benchmark; diff --git a/benchmarks/src/jmh/java/io/micronaut/core/annotation/AnnotationValueBenchmark.java b/benchmarks/src/jmh/java/io/micronaut/core/annotation/AnnotationValueBenchmark.java index 36302a38a02..d13f4ce8cf4 100644 --- a/benchmarks/src/jmh/java/io/micronaut/core/annotation/AnnotationValueBenchmark.java +++ b/benchmarks/src/jmh/java/io/micronaut/core/annotation/AnnotationValueBenchmark.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.annotation; import io.micronaut.context.ApplicationContext; diff --git a/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/TestIntroduction.java b/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/TestIntroduction.java index a72d4fd698b..68eed971ee0 100644 --- a/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/TestIntroduction.java +++ b/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/TestIntroduction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.annotation.beans; import io.micronaut.core.annotation.beans.introduction.Stub; diff --git a/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/introduction/Stub.java b/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/introduction/Stub.java index 269d85107cc..dddef391fea 100644 --- a/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/introduction/Stub.java +++ b/benchmarks/src/jmh/java/io/micronaut/core/annotation/beans/introduction/Stub.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.annotation.beans.introduction; import io.micronaut.aop.Introduction; diff --git a/benchmarks/src/jmh/java/io/micronaut/core/convert/ConversionServiceBenchmark.java b/benchmarks/src/jmh/java/io/micronaut/core/convert/ConversionServiceBenchmark.java index 928d79d86cc..b2c0183fb74 100644 --- a/benchmarks/src/jmh/java/io/micronaut/core/convert/ConversionServiceBenchmark.java +++ b/benchmarks/src/jmh/java/io/micronaut/core/convert/ConversionServiceBenchmark.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.convert; import org.openjdk.jmh.annotations.Benchmark; diff --git a/benchmarks/src/jmh/java/io/micronaut/http/server/StartupBenchmark.java b/benchmarks/src/jmh/java/io/micronaut/http/server/StartupBenchmark.java index dd5750ffe37..e29e483a90c 100644 --- a/benchmarks/src/jmh/java/io/micronaut/http/server/StartupBenchmark.java +++ b/benchmarks/src/jmh/java/io/micronaut/http/server/StartupBenchmark.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server; import io.micronaut.context.ApplicationContext; diff --git a/benchmarks/src/jmh/java/io/micronaut/http/server/binding/RequestArgumentSatisfierBenchmark.java b/benchmarks/src/jmh/java/io/micronaut/http/server/binding/RequestArgumentSatisfierBenchmark.java index cc1bd2110ef..84c6c0569e6 100644 --- a/benchmarks/src/jmh/java/io/micronaut/http/server/binding/RequestArgumentSatisfierBenchmark.java +++ b/benchmarks/src/jmh/java/io/micronaut/http/server/binding/RequestArgumentSatisfierBenchmark.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.binding; import io.micronaut.aop.around.AroundCompileBenchmark; diff --git a/benchmarks/src/jmh/java/io/micronaut/http/server/binding/TestController.java b/benchmarks/src/jmh/java/io/micronaut/http/server/binding/TestController.java index cb995e88e07..fe5dc8be930 100644 --- a/benchmarks/src/jmh/java/io/micronaut/http/server/binding/TestController.java +++ b/benchmarks/src/jmh/java/io/micronaut/http/server/binding/TestController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.binding; import io.micronaut.http.annotation.Controller; diff --git a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java index 6c3978495b9..cc5130bc449 100644 --- a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java +++ b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java index b26665e523b..d45e82a2c82 100644 --- a/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java +++ b/buffer-netty/src/main/java/io/micronaut/buffer/netty/NettyByteBufferFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java b/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java index de0749af1af..39c5e1f14b6 100644 --- a/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java +++ b/buffer-netty/src/main/java/io/micronaut/buffer/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy b/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy index c3ee55258b4..ca52c1306d9 100644 --- a/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/MicronautCli.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy b/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy index 13127484067..72cd3cfd56d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/boot/DependencyVersions.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy b/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy index 47fd77d6738..a7f1accb7bc 100644 --- a/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/boot/SpringInvoker.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy b/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy index c984f6f075b..b98d0962a8d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/codegen/model/Model.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy b/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy index 0b28fcef330..8bb47beaa82 100644 --- a/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/codegen/model/ModelBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy b/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy index 5cf4ad8213f..bb879a3d2dd 100644 --- a/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/config/CodeGenConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy b/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy index f0910e60cba..53885899327 100644 --- a/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/config/ConfigMap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy b/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy index 7732edc7b05..3bfc4911da4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/config/NavigableMap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java b/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java index 062b77ae24c..e74dd036772 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/interactive/CandidateListCompletionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java b/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java index 960e7091cdf..a9308965956 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/interactive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java index 6f9da76c55f..00811c64c09 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleAntBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java index 070a6e27ab9..b82bcdf9684 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleBuildListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java index d76598b32b1..db79ce772ed 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleErrorPrintStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java index f66affafaab..919adc03881 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsoleLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java index a91046c2748..e31fd6bf0f8 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/ConsolePrintStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java index e234238fa22..232a2e6fa57 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/MicronautConsole.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java b/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java index 37c42c32c78..4f7cba3d523 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/logging/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy index 357fab83b1a..02c579c8025 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/console/parsing/ScriptNameResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java b/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java index 2c56bc83227..6329b91c78b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/console/parsing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy b/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy index 73dfa765777..35b633311bc 100644 --- a/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/console/proxy/SystemPropertiesAuthenticator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy index 991887a3d65..37d94981110 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/CodeSnippetPrinter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java index ec8791173da..045d428a64d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTraceFilterer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy index 519f13bc536..afaf0abd764 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/DefaultStackTracePrinter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java index 323ce889fd2..2ebf098ff35 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/SourceCodeAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java index d38e1fa9a22..717ea2978da 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTraceFilterer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy index 8f738f17dc1..066252ff484 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/StackTracePrinter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java index f43a5a69f39..8f2bc6cbf16 100644 --- a/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/exceptions/reporting/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy index 59e03eb8676..bd0604c0777 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/AllClassCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy index 422001557c0..0168bd93a6c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClassNameCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy index 762211b7580..8aa5149de05 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/ClosureCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy index d0e39d23605..f4979d18b30 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/EscapingFileNameCompletor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy index a18ab4ca507..fa1e7b619ef 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/RegexCompletor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy index 315f0a8e9f5..20524cfe8c3 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SimpleOrFileNameCompletor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java index 9d03627fbb4..2426bf4a00a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/SortedAggregateCompleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java index ca756743af0..a2b42a9afa7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/StringsCompleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy index 783688a35f8..fcec36c07e2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/TestsCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java index 6777ee4a96c..ba0aef50c11 100644 --- a/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/interactive/completers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy b/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy index 8b28cd48b83..3bdcd82f06d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/IOUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy b/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy index 41cb1ab5930..15d99eefc8a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/ResourceUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java index 27e89209ba7..3687bb4c5bb 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/AbstractFileResolvingResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java b/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java index d772fa2ac4f..97d05ad2509 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/AntPathMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy index cb55a90a256..3a53ac46094 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/BuildTokens.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy index f85d45c4699..9ecbdcd55a1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ByteArrayResource.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java index adf41950d4b..71c5403bb7e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ClassPathResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java index 24369e79dfd..991f9516cb2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/DefaultResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java index 0c79b680fee..9ac0a41f4bc 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java index f76b5711f58..0fc631cced0 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/FileSystemResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy index 33bfcb3b3d3..83c2c5492b1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/GradleBuildTokens.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/GradleDependency.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/GradleDependency.groovy index f6dcdc47522..74cd9d3bd31 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/GradleDependency.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/GradleDependency.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.cli.io.support import org.eclipse.aether.graph.Dependency diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy index 712c4bf2e09..f7951cae56c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/MavenBuildTokens.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java b/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java index 1a28662c26d..7928fb67e13 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/PathMatchingResourcePatternResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java index 59f663b806e..bac9c1400c1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java index b6c5aca792f..9dd1de3c342 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java index 7ae175afa33..563beff4ee3 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java index db9cd45c604..834f13a57b3 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/ResourceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java b/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java index f6bcedbb758..cfbad326143 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/SpringIOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java b/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java index 9ce78429be4..0da03c05679 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/StaticResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy index f95983a5bc2..1c3fa068e9e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemOutErrCapturer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy index 19298f317ae..e748c189bc4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/SystemStreamsRedirector.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java b/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java index d3da9b09bd4..6a7d98e1947 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/UrlResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy b/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy index 48772a3de3f..6b88226194d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/XmlMerger.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java b/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java index fd68ad4540b..4e3c1c42073 100644 --- a/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/io/support/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy index a8d820d0298..88a5adb2ded 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/AbstractProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy index 0bb7bba359d..ad52410a216 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/Command.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java b/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java index 521c6ca9a3b..33afc12af13 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/CommandCancellationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy index 18e4f219262..ec57f1df01a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/CommandException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy index f3317f2a483..a17563b7c2a 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/DefaultFeature.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy index a9540b66212..ca1b3846eac 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ExecutionContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy index 24f7554f2f6..035e947341f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/Feature.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy index 22e939afda6..9ca8641216c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/FileSystemProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy index 3caec4565bc..c2d7b770380 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeature.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy index 0309715fece..bd197992fa7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/OneOfFeatureGroup.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java b/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java index 9ed73f36c39..5543bddff3c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/Profile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy index 85f7f8313e2..34af8437bc9 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy index 538ad834ae5..c7aa4c17eb1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy index b2ebaf49c06..f14b0398306 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProfileRepositoryAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy index 77be3ab1d9a..628fdcc9a2d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy index 721f0bbe400..09f6516b7b5 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy index fb73c6e62b0..833f7bb7fdc 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ProjectContextAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ResetableCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ResetableCommand.groovy index 96137ed9174..4cbfaac8134 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ResetableCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ResetableCommand.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.cli.profile; interface ResetableCommand extends Command { diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy index 1a9f001ebbd..9c9bddccd05 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/ResourceProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy index a451808515a..bb238a93c38 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateAppCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy index 62fd099d6af..66a604eea73 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/AbstractCreateCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy index 585302cf75e..6955f3495a6 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ArgumentCompletingCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy index 137df1fc586..dceaefed7b2 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandCompleter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy index af60ac9f725..36b667dde59 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommandRegistry.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy index ff85c73d9ed..9814f122a41 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CommonOptionsMixin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy index 356c4c30110..558c85e8738 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateAppCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy index 82359515cc3..089cf129110 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateCliAppCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy index 31f22ce546d..d8aa4144d24 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFederationCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy index 5f1b77f7b3e..222c5165cf6 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateFunctionCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy index ca30e0df2cd..d61eedaf12e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/CreateProfileCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy index 0d62996bb5d..7ec25744e49 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy index 18952877d67..4174743c68c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/HelpOptionsMixin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy index 512a1530a52..e43e49916ca 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ListProfilesCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy index 8a311a12dd1..6ea031feb75 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/MicronautCliVersionProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java b/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java index a6abc8a760a..1416589bbcd 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/PicocliCompleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy index 35c86a97095..146339c2b16 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileCompletionCandidates.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy index 05d4f56047a..478e168c145 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/ProfileInfoCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy index fbe60a19cf1..11d08277fdc 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedBuildTool.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy index 19ddca52251..e2919242cab 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedLanguage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy index ccb9605f153..9b14ffbebd1 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy index 497887665a5..97d484fd8fb 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/SupportedTestFramework.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy index f7fc5a5dbb9..8f45fe8ff85 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/CommandEvents.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy index 24c4fba5800..d5e6b1fdb8f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/events/EventStorage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy index dbbe70434a3..247a282a14e 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ClasspathCommandResourceResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy index 46c372f3916..627e326c105 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy index aae60587b71..485ad35ea57 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/CommandResourceResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy index 2fc78b1a759..8b672e4f735 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/FileSystemCommandResourceResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy index a45a793af9d..8a125ca9c0f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/GroovyScriptCommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy index 947da8d99b7..079065448e4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ResourceResolvingCommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy index 64e96109599..4ce9005a621 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/factory/ServiceCommandFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy index 9eab620b54a..fdd0ca1a8b4 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteraction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy index e0c4bc5faa1..5a215f7fb94 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/FileSystemInteractionImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy index b4de84431d6..7b77c2b3ef7 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/io/ServerInteraction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy index 190cb51d2c8..c0f5664a751 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/script/GroovyScriptCommand.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy index e45f11df4b7..997d38d3bda 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/SimpleTemplate.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy index 7f76dafd5a5..b6fad1448b9 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy index cfa23d4091c..f4b2e26a588 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy index ba3320b8f70..ae19e447084 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/commands/templates/TemplateRendererImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java b/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java index efa3ccdb753..fad228fed36 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/profile/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy index 18501611403..6dbf5ee3d6f 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AbstractJarProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy index fa6a7d8bf8f..fdbd97b2493 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/AetherGrapeEngineFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy index e0be5e19e57..651e4d73a1d 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/MavenProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy index 2a1e9d3d393..fbeea0e1583 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/RepositoryConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy index 6047c79b8c3..51da1da64aa 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/repository/StaticJarProfileRepository.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy b/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy index 9c8354f7fd1..79e8a0f18c8 100644 --- a/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/profile/support/ArtefactVariableResolver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy b/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy index 6e25083f225..d71b9219e72 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/CliSettings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy b/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy index 160fb4895b3..2c61d78c31b 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/CosineSimilarity.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy b/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy index 3c95dfba03a..0c55a13d268 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/Described.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java b/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java index 3a1013e5296..21b696b690c 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java +++ b/cli/src/main/groovy/io/micronaut/cli/util/NameUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy b/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy index 391959d7e05..7205f707592 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/Named.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy b/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy index 0a3ff49b4b0..0862109beae 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy +++ b/cli/src/main/groovy/io/micronaut/cli/util/VersionInfo.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/src/main/groovy/io/micronaut/cli/util/package-info.java b/cli/src/main/groovy/io/micronaut/cli/util/package-info.java index 779f01b3a80..df1b637c331 100644 --- a/cli/src/main/groovy/io/micronaut/cli/util/package-info.java +++ b/cli/src/main/groovy/io/micronaut/cli/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotatedElement.java b/core/src/main/java/io/micronaut/core/annotation/AnnotatedElement.java index f8d737174d5..32b3c121a20 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotatedElement.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotatedElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.naming.Named; diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java b/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java index a0cafc4dacd..7cf476a21b8 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotatedTypeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java index 17cc1528240..1500efbc06b 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationClassValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java index d42d967fc54..688528da6cb 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java index 2c93bfea21d..523480eea04 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java index 1ecf600f956..53f412d6a69 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java index 8b5218bec0f..0bf8de3e456 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java index fd7de3afe74..1b6ee7b184f 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java index 7a82d5b0f4a..2afab2ef606 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java index 9e026518c87..511ae9f2570 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java index f2b893b43f1..78b2678bec0 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationValueBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/AnnotationValueResolver.java b/core/src/main/java/io/micronaut/core/annotation/AnnotationValueResolver.java index c84be80b85a..a62c2cbd3ec 100644 --- a/core/src/main/java/io/micronaut/core/annotation/AnnotationValueResolver.java +++ b/core/src/main/java/io/micronaut/core/annotation/AnnotationValueResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import io.micronaut.core.value.ValueResolver; diff --git a/core/src/main/java/io/micronaut/core/annotation/Blocking.java b/core/src/main/java/io/micronaut/core/annotation/Blocking.java index f7b3cd000f7..cbf9fb6c46d 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Blocking.java +++ b/core/src/main/java/io/micronaut/core/annotation/Blocking.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/Creator.java b/core/src/main/java/io/micronaut/core/annotation/Creator.java index 3fa80ee8e39..3d4c8872426 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Creator.java +++ b/core/src/main/java/io/micronaut/core/annotation/Creator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.Documented; diff --git a/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java b/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java index 721ffd7ddf7..52f92125646 100644 --- a/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java +++ b/core/src/main/java/io/micronaut/core/annotation/EmptyAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/EntryPoint.java b/core/src/main/java/io/micronaut/core/annotation/EntryPoint.java index 08a672bd502..fbc5876d721 100644 --- a/core/src/main/java/io/micronaut/core/annotation/EntryPoint.java +++ b/core/src/main/java/io/micronaut/core/annotation/EntryPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.ElementType; diff --git a/core/src/main/java/io/micronaut/core/annotation/Experimental.java b/core/src/main/java/io/micronaut/core/annotation/Experimental.java index 0a3157486a4..3d09cd49f7d 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Experimental.java +++ b/core/src/main/java/io/micronaut/core/annotation/Experimental.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/Indexed.java b/core/src/main/java/io/micronaut/core/annotation/Indexed.java index 9349aabf69c..e6b9dabf711 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Indexed.java +++ b/core/src/main/java/io/micronaut/core/annotation/Indexed.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.*; diff --git a/core/src/main/java/io/micronaut/core/annotation/Indexes.java b/core/src/main/java/io/micronaut/core/annotation/Indexes.java index 36a28c19a17..d104769cee7 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Indexes.java +++ b/core/src/main/java/io/micronaut/core/annotation/Indexes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.*; diff --git a/core/src/main/java/io/micronaut/core/annotation/InstantiatedMember.java b/core/src/main/java/io/micronaut/core/annotation/InstantiatedMember.java index 869d8fc449f..a5ab64ec752 100644 --- a/core/src/main/java/io/micronaut/core/annotation/InstantiatedMember.java +++ b/core/src/main/java/io/micronaut/core/annotation/InstantiatedMember.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.Documented; diff --git a/core/src/main/java/io/micronaut/core/annotation/Internal.java b/core/src/main/java/io/micronaut/core/annotation/Internal.java index 7cfb9a97b8c..7c3e9502ddb 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Internal.java +++ b/core/src/main/java/io/micronaut/core/annotation/Internal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/Introspected.java b/core/src/main/java/io/micronaut/core/annotation/Introspected.java index 9a0629308be..c4184b37b45 100644 --- a/core/src/main/java/io/micronaut/core/annotation/Introspected.java +++ b/core/src/main/java/io/micronaut/core/annotation/Introspected.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.annotation; import java.lang.annotation.*; diff --git a/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java b/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java index 91c4088319a..c1b4e32d422 100644 --- a/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java +++ b/core/src/main/java/io/micronaut/core/annotation/NonBlocking.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/ReflectiveAccess.java b/core/src/main/java/io/micronaut/core/annotation/ReflectiveAccess.java index 9739fc53087..8e4912d97f6 100644 --- a/core/src/main/java/io/micronaut/core/annotation/ReflectiveAccess.java +++ b/core/src/main/java/io/micronaut/core/annotation/ReflectiveAccess.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/TypeHint.java b/core/src/main/java/io/micronaut/core/annotation/TypeHint.java index 0ef9f0d2328..db71d68ada3 100644 --- a/core/src/main/java/io/micronaut/core/annotation/TypeHint.java +++ b/core/src/main/java/io/micronaut/core/annotation/TypeHint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java b/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java index fd3f13c311e..4a3ff39d7f8 100644 --- a/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java +++ b/core/src/main/java/io/micronaut/core/annotation/UsedByGeneratedCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/annotation/package-info.java b/core/src/main/java/io/micronaut/core/annotation/package-info.java index c655353e1bf..6fd53590a90 100644 --- a/core/src/main/java/io/micronaut/core/annotation/package-info.java +++ b/core/src/main/java/io/micronaut/core/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/SupplierUtil.java b/core/src/main/java/io/micronaut/core/async/SupplierUtil.java index 446036e15e8..386ea60dfed 100644 --- a/core/src/main/java/io/micronaut/core/async/SupplierUtil.java +++ b/core/src/main/java/io/micronaut/core/async/SupplierUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java b/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java index f7ca29e4263..fdabcfccb18 100644 --- a/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java +++ b/core/src/main/java/io/micronaut/core/async/annotation/SingleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/package-info.java b/core/src/main/java/io/micronaut/core/async/package-info.java index ea351a2cb85..8cfdd2f05af 100644 --- a/core/src/main/java/io/micronaut/core/async/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java b/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java index 15152349bea..67e2f9273ca 100644 --- a/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java +++ b/core/src/main/java/io/micronaut/core/async/processor/SingleSubscriberProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java b/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java index 5e51807c14d..5234a6d9683 100644 --- a/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java +++ b/core/src/main/java/io/micronaut/core/async/processor/SingleThreadedBufferingProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/processor/package-info.java b/core/src/main/java/io/micronaut/core/async/processor/package-info.java index c11c13aee98..b375293f456 100644 --- a/core/src/main/java/io/micronaut/core/async/processor/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/processor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java b/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java index e6b861e596c..3f34138e5c7 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/AsyncSingleResultPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java b/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java index 09bcbe49e95..2567932852a 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/CompletableFuturePublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java b/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java index 6a65f470c8f..ed3915485be 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/Publishers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java b/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java index 642da78b2ac..485c85ff572 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/SingleSubscriberPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/publisher/package-info.java b/core/src/main/java/io/micronaut/core/async/publisher/package-info.java index 77a87b81087..e416c85400d 100644 --- a/core/src/main/java/io/micronaut/core/async/publisher/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/publisher/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java b/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java index fa47a9445a7..0ad9b122d5e 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/Completable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java b/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java index 2fc33fecfc7..1fd49733412 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/CompletionAwareSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java b/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java index 21216ba8ef6..3587495c3ae 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/Emitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java b/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java index c3b02c16c00..ef4b32d04c5 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/SingleThreadedBufferingSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java b/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java index 677bd45f763..24aff8d451f 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/TypedSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java b/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java index 71ae7f937fa..eda232ec8c5 100644 --- a/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java +++ b/core/src/main/java/io/micronaut/core/async/subscriber/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java b/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java index 811a1a17f8e..a8391f1532c 100644 --- a/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java +++ b/core/src/main/java/io/micronaut/core/attr/AttributeHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java b/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java index 60c6c438501..22f97b30fd3 100644 --- a/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java +++ b/core/src/main/java/io/micronaut/core/attr/MutableAttributeHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/attr/package-info.java b/core/src/main/java/io/micronaut/core/attr/package-info.java index 3ba100d30d4..dc630cfabf4 100644 --- a/core/src/main/java/io/micronaut/core/attr/package-info.java +++ b/core/src/main/java/io/micronaut/core/attr/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospection.java b/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospection.java index 5f21ed4dc54..668f766bde2 100644 --- a/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospection.java +++ b/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospection.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospectionReference.java b/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospectionReference.java index 6f3f5efb706..7074327d03e 100644 --- a/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospectionReference.java +++ b/core/src/main/java/io/micronaut/core/beans/AbstractBeanIntrospectionReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/beans/AbstractBeanProperty.java b/core/src/main/java/io/micronaut/core/beans/AbstractBeanProperty.java index 0f2546f3f44..1d20c2dd5bf 100644 --- a/core/src/main/java/io/micronaut/core/beans/AbstractBeanProperty.java +++ b/core/src/main/java/io/micronaut/core/beans/AbstractBeanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanInfo.java b/core/src/main/java/io/micronaut/core/beans/BeanInfo.java index 1ecc71a732b..2b4ccb91d8e 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanInfo.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/BeanIntrospection.java b/core/src/main/java/io/micronaut/core/beans/BeanIntrospection.java index 8946634a607..78561356945 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanIntrospection.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanIntrospection.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.AnnotationMetadataDelegate; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionMap.java b/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionMap.java index bf14dba1546..e013f29ee33 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionMap.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionReference.java b/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionReference.java index e61f8be0321..7a297c08708 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionReference.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanIntrospectionReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanIntrospector.java b/core/src/main/java/io/micronaut/core/beans/BeanIntrospector.java index 56a79f24aed..4382e1c84af 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanIntrospector.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanIntrospector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.beans.exceptions.IntrospectionException; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanMap.java b/core/src/main/java/io/micronaut/core/beans/BeanMap.java index 6e757e66e85..3811c0d502b 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanMap.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/BeanProperty.java b/core/src/main/java/io/micronaut/core/beans/BeanProperty.java index 5634b174f45..e788c497dc2 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanProperty.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.AnnotatedElement; diff --git a/core/src/main/java/io/micronaut/core/beans/BeanWrapper.java b/core/src/main/java/io/micronaut/core/beans/BeanWrapper.java index 1b4a3a8b74d..3e7ff9371bb 100644 --- a/core/src/main/java/io/micronaut/core/beans/BeanWrapper.java +++ b/core/src/main/java/io/micronaut/core/beans/BeanWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.AnnotationMetadataProvider; diff --git a/core/src/main/java/io/micronaut/core/beans/DefaultBeanIntrospector.java b/core/src/main/java/io/micronaut/core/beans/DefaultBeanIntrospector.java index 7fa69e8ed9f..d7028dec5f1 100644 --- a/core/src/main/java/io/micronaut/core/beans/DefaultBeanIntrospector.java +++ b/core/src/main/java/io/micronaut/core/beans/DefaultBeanIntrospector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.beans.exceptions.IntrospectionException; diff --git a/core/src/main/java/io/micronaut/core/beans/DefaultBeanWrapper.java b/core/src/main/java/io/micronaut/core/beans/DefaultBeanWrapper.java index 27481458532..0f7f4bdf278 100644 --- a/core/src/main/java/io/micronaut/core/beans/DefaultBeanWrapper.java +++ b/core/src/main/java/io/micronaut/core/beans/DefaultBeanWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.core.beans; import io.micronaut.core.annotation.Internal; diff --git a/core/src/main/java/io/micronaut/core/beans/Introspector.java b/core/src/main/java/io/micronaut/core/beans/Introspector.java index 72f67137552..ea75e425df2 100644 --- a/core/src/main/java/io/micronaut/core/beans/Introspector.java +++ b/core/src/main/java/io/micronaut/core/beans/Introspector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java b/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java index 11c6c3bbb02..72aaa395b97 100644 --- a/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java +++ b/core/src/main/java/io/micronaut/core/beans/PropertyDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java b/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java index 4776d5deaf8..e707dc4e73b 100644 --- a/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java +++ b/core/src/main/java/io/micronaut/core/beans/ReflectionBeanMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java b/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java index 177c9082131..1d66d98f8ef 100644 --- a/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java +++ b/core/src/main/java/io/micronaut/core/beans/SimpleBeanInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/exceptions/IntrospectionException.java b/core/src/main/java/io/micronaut/core/beans/exceptions/IntrospectionException.java index b9058cd77c5..8dd5964d097 100644 --- a/core/src/main/java/io/micronaut/core/beans/exceptions/IntrospectionException.java +++ b/core/src/main/java/io/micronaut/core/beans/exceptions/IntrospectionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/beans/package-info.java b/core/src/main/java/io/micronaut/core/beans/package-info.java index 6b4e57f2038..45781728859 100644 --- a/core/src/main/java/io/micronaut/core/beans/package-info.java +++ b/core/src/main/java/io/micronaut/core/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package provides interfaces and abstractions to introspect beans with bean metadata * computed at compilation time. See {@link io.micronaut.core.beans.BeanIntrospector} for the main entry point. diff --git a/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java index 2a6823fe42d..673a80c0415 100644 --- a/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/ArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java b/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java index 536f1dbcbb5..ac3e23af2cf 100644 --- a/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java +++ b/core/src/main/java/io/micronaut/core/bind/ArgumentBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java b/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java index d5eecbf9525..424edc95771 100644 --- a/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/BeanPropertyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java b/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java index 81cb64f75cf..24ec56bc06e 100644 --- a/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java +++ b/core/src/main/java/io/micronaut/core/bind/BoundExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java b/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java index 672cafc50e2..06e03e6e4dc 100644 --- a/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/DefaultExecutableBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java b/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java index cd3bba1fbf9..9833f4610e0 100644 --- a/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/ExecutableBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java index db563500ba6..ffd676d6fa9 100644 --- a/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/TypeArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java index a3ebbd92878..bbb0c151483 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/AbstractAnnotatedArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java b/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java index 6ba42a909b4..bddedfbb138 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/AnnotatedArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java b/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java index 9e95b241c6a..c25e2fc2cd3 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/Bindable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java b/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java index 33f210b968f..901c2872b09 100644 --- a/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java +++ b/core/src/main/java/io/micronaut/core/bind/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java b/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java index 384cd12785b..110b196085e 100644 --- a/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java +++ b/core/src/main/java/io/micronaut/core/bind/exceptions/UnsatisfiedArgumentException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java index 732d34a48b0..39d68e8fbe7 100644 --- a/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/bind/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/bind/package-info.java b/core/src/main/java/io/micronaut/core/bind/package-info.java index f55082526f9..4c654d5a7ec 100644 --- a/core/src/main/java/io/micronaut/core/bind/package-info.java +++ b/core/src/main/java/io/micronaut/core/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/CommandLine.java b/core/src/main/java/io/micronaut/core/cli/CommandLine.java index 2e76423f892..0910fe161b8 100644 --- a/core/src/main/java/io/micronaut/core/cli/CommandLine.java +++ b/core/src/main/java/io/micronaut/core/cli/CommandLine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java b/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java index 575ffd0a032..1807a2157ac 100644 --- a/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java +++ b/core/src/main/java/io/micronaut/core/cli/CommandLineParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java b/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java index 5c7f7b6721d..14274b0c027 100644 --- a/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java +++ b/core/src/main/java/io/micronaut/core/cli/DefaultCommandLine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/Option.java b/core/src/main/java/io/micronaut/core/cli/Option.java index 819626adddc..a8a595c299f 100644 --- a/core/src/main/java/io/micronaut/core/cli/Option.java +++ b/core/src/main/java/io/micronaut/core/cli/Option.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java b/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java index 65391a36633..ec9c4dba99a 100644 --- a/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java +++ b/core/src/main/java/io/micronaut/core/cli/exceptions/ParseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java index 0ec0e2f5c3d..1eb805211e8 100644 --- a/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/cli/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/cli/package-info.java b/core/src/main/java/io/micronaut/core/cli/package-info.java index fee5b346dea..709f8d40a8f 100644 --- a/core/src/main/java/io/micronaut/core/cli/package-info.java +++ b/core/src/main/java/io/micronaut/core/cli/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java b/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java index 79fce92e39b..32793ab1932 100644 --- a/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java +++ b/core/src/main/java/io/micronaut/core/convert/ArgumentConversionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/ConversionContext.java b/core/src/main/java/io/micronaut/core/convert/ConversionContext.java index a8d422124ca..a1878e1c637 100644 --- a/core/src/main/java/io/micronaut/core/convert/ConversionContext.java +++ b/core/src/main/java/io/micronaut/core/convert/ConversionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/ConversionError.java b/core/src/main/java/io/micronaut/core/convert/ConversionError.java index 1994009f54d..754f92fb1ad 100644 --- a/core/src/main/java/io/micronaut/core/convert/ConversionError.java +++ b/core/src/main/java/io/micronaut/core/convert/ConversionError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/ConversionService.java b/core/src/main/java/io/micronaut/core/convert/ConversionService.java index 925fdce9c76..8e19da24f57 100644 --- a/core/src/main/java/io/micronaut/core/convert/ConversionService.java +++ b/core/src/main/java/io/micronaut/core/convert/ConversionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java b/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java index 0ed8027d5c5..1b1ebedd505 100644 --- a/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java +++ b/core/src/main/java/io/micronaut/core/convert/DefaultArgumentConversionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java b/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java index faa6ea54d95..1cf153e28c3 100644 --- a/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java +++ b/core/src/main/java/io/micronaut/core/convert/DefaultConversionService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java b/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java index fe347629cd4..7c6739e8d79 100644 --- a/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java +++ b/core/src/main/java/io/micronaut/core/convert/ErrorsContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/TypeConverter.java b/core/src/main/java/io/micronaut/core/convert/TypeConverter.java index 35af1869245..0e445c00919 100644 --- a/core/src/main/java/io/micronaut/core/convert/TypeConverter.java +++ b/core/src/main/java/io/micronaut/core/convert/TypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java b/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java index 0e8e9e4715a..2f33846d100 100644 --- a/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java +++ b/core/src/main/java/io/micronaut/core/convert/TypeConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java b/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java index fffa7d79618..cce06162a03 100644 --- a/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java +++ b/core/src/main/java/io/micronaut/core/convert/exceptions/ConversionErrorException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java index e1295f665ff..c3809f08774 100644 --- a/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/format/Format.java b/core/src/main/java/io/micronaut/core/convert/format/Format.java index 31d74f1a6b2..2b11a4fa5eb 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/Format.java +++ b/core/src/main/java/io/micronaut/core/convert/format/Format.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java b/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java index 2e48c6063dd..7288d10d7b8 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java +++ b/core/src/main/java/io/micronaut/core/convert/format/FormattingTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java b/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java index 17bdf2d3f6e..d24adb40b1b 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java +++ b/core/src/main/java/io/micronaut/core/convert/format/MapFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java index 2a4d6d41979..5b73c5d60cb 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java +++ b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java index 7eedce09aec..71f40b89404 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java +++ b/core/src/main/java/io/micronaut/core/convert/format/ReadableBytesTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/format/package-info.java b/core/src/main/java/io/micronaut/core/convert/format/package-info.java index f869d367221..83a12e72ad1 100644 --- a/core/src/main/java/io/micronaut/core/convert/format/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/format/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/package-info.java b/core/src/main/java/io/micronaut/core/convert/package-info.java index 34c1092b4e2..0fc3abf636e 100644 --- a/core/src/main/java/io/micronaut/core/convert/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java index 03550b2dec8..ab63e1d1c95 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java index 6b357ee86ce..1852df16cb1 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleMultiValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java index 4da655ba3d3..f9ab7e0b8cc 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java index 2a0bfce0f26..f6990550e8a 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/ConvertibleValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java index dccdc0df758..9bb1242aa5c 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java index 92296cd8910..7e75e0e52db 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleMultiValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java index ecf6716ae4d..8e220ebcf94 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java index 5840b641447..5f9513e28da 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java +++ b/core/src/main/java/io/micronaut/core/convert/value/MutableConvertibleValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/convert/value/package-info.java b/core/src/main/java/io/micronaut/core/convert/value/package-info.java index e1298114b02..faa1d308059 100644 --- a/core/src/main/java/io/micronaut/core/convert/value/package-info.java +++ b/core/src/main/java/io/micronaut/core/convert/value/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java b/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java index eb96436a156..2df50184c2d 100644 --- a/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java +++ b/core/src/main/java/io/micronaut/core/exceptions/BeanExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java b/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java index 1751248eb4c..053765e2a79 100644 --- a/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java +++ b/core/src/main/java/io/micronaut/core/exceptions/ExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/exceptions/package-info.java index 0a2f1497b6a..0c53248df94 100644 --- a/core/src/main/java/io/micronaut/core/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/FileReadable.java b/core/src/main/java/io/micronaut/core/io/FileReadable.java index 1efc71d4cc8..82f853eaaa7 100644 --- a/core/src/main/java/io/micronaut/core/io/FileReadable.java +++ b/core/src/main/java/io/micronaut/core/io/FileReadable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/IOUtils.java b/core/src/main/java/io/micronaut/core/io/IOUtils.java index c0efe211bd2..45a1ea80289 100644 --- a/core/src/main/java/io/micronaut/core/io/IOUtils.java +++ b/core/src/main/java/io/micronaut/core/io/IOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/Readable.java b/core/src/main/java/io/micronaut/core/io/Readable.java index e69ac68a45e..8b164ef6ae8 100644 --- a/core/src/main/java/io/micronaut/core/io/Readable.java +++ b/core/src/main/java/io/micronaut/core/io/Readable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/ResourceLoader.java b/core/src/main/java/io/micronaut/core/io/ResourceLoader.java index 4afa0d4083f..2814b6e1d2a 100644 --- a/core/src/main/java/io/micronaut/core/io/ResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/ResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/ResourceResolver.java b/core/src/main/java/io/micronaut/core/io/ResourceResolver.java index d6c0c46c15a..b54bfcc5270 100644 --- a/core/src/main/java/io/micronaut/core/io/ResourceResolver.java +++ b/core/src/main/java/io/micronaut/core/io/ResourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/Streamable.java b/core/src/main/java/io/micronaut/core/io/Streamable.java index 6676b2dc13a..76c379d9707 100644 --- a/core/src/main/java/io/micronaut/core/io/Streamable.java +++ b/core/src/main/java/io/micronaut/core/io/Streamable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/UrlReadable.java b/core/src/main/java/io/micronaut/core/io/UrlReadable.java index 202a5cb8318..f58f4e6ca43 100644 --- a/core/src/main/java/io/micronaut/core/io/UrlReadable.java +++ b/core/src/main/java/io/micronaut/core/io/UrlReadable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/Writable.java b/core/src/main/java/io/micronaut/core/io/Writable.java index 9cb94311794..742abe90745 100644 --- a/core/src/main/java/io/micronaut/core/io/Writable.java +++ b/core/src/main/java/io/micronaut/core/io/Writable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java b/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java index 10ffa21516b..7ff587c2814 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/ByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java b/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java index c2a0607cd29..3ed370fdf58 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/ByteBufferFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java b/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java index 1a7155310b4..bed78ff5b6d 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/ReferenceCounted.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/buffer/package-info.java b/core/src/main/java/io/micronaut/core/io/buffer/package-info.java index 2e652d69c34..b0aea249c1d 100644 --- a/core/src/main/java/io/micronaut/core/io/buffer/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/buffer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java index 59b3aa178ef..63ecfc1bb74 100644 --- a/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/file/DefaultFileSystemResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java b/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java index 4c9069675ed..e3838cfa101 100644 --- a/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/file/FileSystemResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/file/package-info.java b/core/src/main/java/io/micronaut/core/io/file/package-info.java index fecc7019cd1..80e5a06b2b1 100644 --- a/core/src/main/java/io/micronaut/core/io/file/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/file/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/package-info.java b/core/src/main/java/io/micronaut/core/io/package-info.java index 0391fb94663..4b6f4a2c22b 100644 --- a/core/src/main/java/io/micronaut/core/io/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java b/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java index b1eb6d00da2..919c470af11 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java +++ b/core/src/main/java/io/micronaut/core/io/scan/AnnotatedTypeInfoVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java b/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java index d05c3bc514b..0a8b238b295 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java +++ b/core/src/main/java/io/micronaut/core/io/scan/AnnotationScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java b/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java index 6e907771a0b..7dbe19b3250 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java +++ b/core/src/main/java/io/micronaut/core/io/scan/CachingClassPathAnnotationScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java b/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java index d25072f27f2..ac93153f8c1 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java +++ b/core/src/main/java/io/micronaut/core/io/scan/ClassPathAnnotationScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java b/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java index 3022d4a2fb4..afa41b87e3a 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/scan/ClassPathResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java b/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java index 19b98ed05d0..ffa0bdfef73 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/scan/DefaultClassPathResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/scan/package-info.java b/core/src/main/java/io/micronaut/core/io/scan/package-info.java index c521c335f39..f376aa148f0 100644 --- a/core/src/main/java/io/micronaut/core/io/scan/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/scan/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java b/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java index c16291ecc00..f3dda1aa604 100644 --- a/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java +++ b/core/src/main/java/io/micronaut/core/io/service/DefaultServiceDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java b/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java index 1ad7e38b875..0fc9051ea0b 100644 --- a/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java +++ b/core/src/main/java/io/micronaut/core/io/service/ServiceDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java b/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java index 77fac68a204..5c74ecf9d61 100644 --- a/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/service/SoftServiceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java b/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java index 64b8a8ef30b..68934f3aedc 100644 --- a/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java +++ b/core/src/main/java/io/micronaut/core/io/service/StreamSoftServiceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/service/package-info.java b/core/src/main/java/io/micronaut/core/io/service/package-info.java index 7005bd745fc..75f1a8c513d 100644 --- a/core/src/main/java/io/micronaut/core/io/service/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/service/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java b/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java index 101bd9e1a34..3be8a9d351e 100644 --- a/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java +++ b/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/io/socket/package-info.java b/core/src/main/java/io/micronaut/core/io/socket/package-info.java index 8d80cc871af..130ece5b293 100644 --- a/core/src/main/java/io/micronaut/core/io/socket/package-info.java +++ b/core/src/main/java/io/micronaut/core/io/socket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/Described.java b/core/src/main/java/io/micronaut/core/naming/Described.java index cf578965590..a979c29a2e1 100644 --- a/core/src/main/java/io/micronaut/core/naming/Described.java +++ b/core/src/main/java/io/micronaut/core/naming/Described.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/NameResolver.java b/core/src/main/java/io/micronaut/core/naming/NameResolver.java index 15f16ef2ca0..952fd9ddaa6 100644 --- a/core/src/main/java/io/micronaut/core/naming/NameResolver.java +++ b/core/src/main/java/io/micronaut/core/naming/NameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/NameUtils.java b/core/src/main/java/io/micronaut/core/naming/NameUtils.java index 842e66834d8..6e800088057 100644 --- a/core/src/main/java/io/micronaut/core/naming/NameUtils.java +++ b/core/src/main/java/io/micronaut/core/naming/NameUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/Named.java b/core/src/main/java/io/micronaut/core/naming/Named.java index fcc1edb2e34..a78542ce0d5 100644 --- a/core/src/main/java/io/micronaut/core/naming/Named.java +++ b/core/src/main/java/io/micronaut/core/naming/Named.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java index ea341a0bf88..41691f1a990 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/MethodConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java index 35fe40897b0..913180e604b 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/PropertyConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java index e2a7be9fdf4..2d6842fb9bd 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/StringConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java b/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java index 7f54eacf155..11dde32abea 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/TypeConvention.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java b/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java index be27bf9c192..332a2b16354 100644 --- a/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java +++ b/core/src/main/java/io/micronaut/core/naming/conventions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/naming/package-info.java b/core/src/main/java/io/micronaut/core/naming/package-info.java index afc12fb8879..781e8736d0b 100644 --- a/core/src/main/java/io/micronaut/core/naming/package-info.java +++ b/core/src/main/java/io/micronaut/core/naming/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/order/OrderUtil.java b/core/src/main/java/io/micronaut/core/order/OrderUtil.java index 3e45cb693c6..81619257988 100644 --- a/core/src/main/java/io/micronaut/core/order/OrderUtil.java +++ b/core/src/main/java/io/micronaut/core/order/OrderUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/order/Ordered.java b/core/src/main/java/io/micronaut/core/order/Ordered.java index 5a5f930be9e..6f1f8ccf63b 100644 --- a/core/src/main/java/io/micronaut/core/order/Ordered.java +++ b/core/src/main/java/io/micronaut/core/order/Ordered.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/order/package-info.java b/core/src/main/java/io/micronaut/core/order/package-info.java index d5b127a964f..1d976eb5955 100644 --- a/core/src/main/java/io/micronaut/core/order/package-info.java +++ b/core/src/main/java/io/micronaut/core/order/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java b/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java index 645dc555322..8abaff40e94 100644 --- a/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java +++ b/core/src/main/java/io/micronaut/core/reflect/ClassLoadingReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java b/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java index 3657449b665..bff67b70fe2 100644 --- a/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java b/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java index 9faa53a1ac9..1fe22a3a809 100644 --- a/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/GenericTypeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java b/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java index b8d9ca69b9e..4052cec677c 100644 --- a/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/InstantiationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java b/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java index bfebfa6832e..c093202c2c5 100644 --- a/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java +++ b/core/src/main/java/io/micronaut/core/reflect/ReflectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java b/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java index db8fefe0534..b46d3879db6 100644 --- a/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java +++ b/core/src/main/java/io/micronaut/core/reflect/exception/InstantiationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java b/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java index 8d31b01d8b6..8c5f2562974 100644 --- a/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java +++ b/core/src/main/java/io/micronaut/core/reflect/exception/InvocationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java b/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java index 6dcf19e556a..8e6ec7c7023 100644 --- a/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java +++ b/core/src/main/java/io/micronaut/core/reflect/exception/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/reflect/package-info.java b/core/src/main/java/io/micronaut/core/reflect/package-info.java index c533bbf50b8..a86d45ac65b 100644 --- a/core/src/main/java/io/micronaut/core/reflect/package-info.java +++ b/core/src/main/java/io/micronaut/core/reflect/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java b/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java index 809d9528612..8df372e532a 100644 --- a/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java +++ b/core/src/main/java/io/micronaut/core/serialize/JdkSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java b/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java index 2ca4bc25068..3740a16f627 100644 --- a/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java +++ b/core/src/main/java/io/micronaut/core/serialize/ObjectSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java b/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java index c835221e8d3..b1cc51f63b3 100644 --- a/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java +++ b/core/src/main/java/io/micronaut/core/serialize/exceptions/SerializationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java b/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java index 5f115cbaefd..b7549bd6b38 100644 --- a/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java +++ b/core/src/main/java/io/micronaut/core/serialize/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/serialize/package-info.java b/core/src/main/java/io/micronaut/core/serialize/package-info.java index 4b527070146..0944fcc9eab 100644 --- a/core/src/main/java/io/micronaut/core/serialize/package-info.java +++ b/core/src/main/java/io/micronaut/core/serialize/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/Argument.java b/core/src/main/java/io/micronaut/core/type/Argument.java index 0692de13adb..0ab80d0513e 100644 --- a/core/src/main/java/io/micronaut/core/type/Argument.java +++ b/core/src/main/java/io/micronaut/core/type/Argument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/ArgumentValue.java b/core/src/main/java/io/micronaut/core/type/ArgumentValue.java index 41b36e62d1c..1ece0c3addd 100644 --- a/core/src/main/java/io/micronaut/core/type/ArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/ArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/DefaultArgument.java b/core/src/main/java/io/micronaut/core/type/DefaultArgument.java index 379b471f31a..96fb2614daa 100644 --- a/core/src/main/java/io/micronaut/core/type/DefaultArgument.java +++ b/core/src/main/java/io/micronaut/core/type/DefaultArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java b/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java index 0e46b201105..a29cab70554 100644 --- a/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/DefaultArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java b/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java index 577b6a03eb3..e05bf968ff7 100644 --- a/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/DefaultMutableArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/Executable.java b/core/src/main/java/io/micronaut/core/type/Executable.java index 80f1d23c77a..8cf8204cf28 100644 --- a/core/src/main/java/io/micronaut/core/type/Executable.java +++ b/core/src/main/java/io/micronaut/core/type/Executable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/GenericArgument.java b/core/src/main/java/io/micronaut/core/type/GenericArgument.java index 689ff4e183c..600b4563bce 100644 --- a/core/src/main/java/io/micronaut/core/type/GenericArgument.java +++ b/core/src/main/java/io/micronaut/core/type/GenericArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/Headers.java b/core/src/main/java/io/micronaut/core/type/Headers.java index 1f0c69fab91..dbf39aa78d4 100644 --- a/core/src/main/java/io/micronaut/core/type/Headers.java +++ b/core/src/main/java/io/micronaut/core/type/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java b/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java index 0d81605ea91..7a734f09826 100644 --- a/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java +++ b/core/src/main/java/io/micronaut/core/type/MutableArgumentValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/MutableHeaders.java b/core/src/main/java/io/micronaut/core/type/MutableHeaders.java index b14f028dbf4..0ac75b85d76 100644 --- a/core/src/main/java/io/micronaut/core/type/MutableHeaders.java +++ b/core/src/main/java/io/micronaut/core/type/MutableHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/ReturnType.java b/core/src/main/java/io/micronaut/core/type/ReturnType.java index 59c97dc30a8..0e7e83ce5ad 100644 --- a/core/src/main/java/io/micronaut/core/type/ReturnType.java +++ b/core/src/main/java/io/micronaut/core/type/ReturnType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java b/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java index d79973f9011..e77e812074b 100644 --- a/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java +++ b/core/src/main/java/io/micronaut/core/type/TypeVariableResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/type/package-info.java b/core/src/main/java/io/micronaut/core/type/package-info.java index a4962ea2879..2bf82cb07fb 100644 --- a/core/src/main/java/io/micronaut/core/type/package-info.java +++ b/core/src/main/java/io/micronaut/core/type/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java b/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java index e51513d9c59..67dc2009fff 100644 --- a/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java +++ b/core/src/main/java/io/micronaut/core/util/ArgumentUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/ArrayUtils.java b/core/src/main/java/io/micronaut/core/util/ArrayUtils.java index 02fe2e2f364..47fe955e57a 100644 --- a/core/src/main/java/io/micronaut/core/util/ArrayUtils.java +++ b/core/src/main/java/io/micronaut/core/util/ArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/CollectionUtils.java b/core/src/main/java/io/micronaut/core/util/CollectionUtils.java index 5f8efaa17ee..20b8a911865 100644 --- a/core/src/main/java/io/micronaut/core/util/CollectionUtils.java +++ b/core/src/main/java/io/micronaut/core/util/CollectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/KotlinUtils.java b/core/src/main/java/io/micronaut/core/util/KotlinUtils.java index cf06af02295..e118112192b 100644 --- a/core/src/main/java/io/micronaut/core/util/KotlinUtils.java +++ b/core/src/main/java/io/micronaut/core/util/KotlinUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/PathMatcher.java b/core/src/main/java/io/micronaut/core/util/PathMatcher.java index 2eaec220a66..e983b078a46 100644 --- a/core/src/main/java/io/micronaut/core/util/PathMatcher.java +++ b/core/src/main/java/io/micronaut/core/util/PathMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/StreamUtils.java b/core/src/main/java/io/micronaut/core/util/StreamUtils.java index 1735f56f0df..bc0fd161250 100644 --- a/core/src/main/java/io/micronaut/core/util/StreamUtils.java +++ b/core/src/main/java/io/micronaut/core/util/StreamUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/StringUtils.java b/core/src/main/java/io/micronaut/core/util/StringUtils.java index b49301feef3..0f6b6e7b25c 100644 --- a/core/src/main/java/io/micronaut/core/util/StringUtils.java +++ b/core/src/main/java/io/micronaut/core/util/StringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/Toggleable.java b/core/src/main/java/io/micronaut/core/util/Toggleable.java index 5cfabdafbf6..eb6c8ae6904 100644 --- a/core/src/main/java/io/micronaut/core/util/Toggleable.java +++ b/core/src/main/java/io/micronaut/core/util/Toggleable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java b/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java index 6bc87374ff8..79c58dbbd60 100644 --- a/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java +++ b/core/src/main/java/io/micronaut/core/util/functional/ThrowingFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java b/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java index e24d95933d8..2e9311feab7 100644 --- a/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java +++ b/core/src/main/java/io/micronaut/core/util/functional/ThrowingSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/util/package-info.java b/core/src/main/java/io/micronaut/core/util/package-info.java index c23bd1fee22..52a53ac5153 100644 --- a/core/src/main/java/io/micronaut/core/util/package-info.java +++ b/core/src/main/java/io/micronaut/core/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java b/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java index 3d65a5fc194..14dd9b39c2a 100644 --- a/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java +++ b/core/src/main/java/io/micronaut/core/value/MapPropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/MapValueResolver.java b/core/src/main/java/io/micronaut/core/value/MapValueResolver.java index cc6d8d586d5..0c3f4077b35 100644 --- a/core/src/main/java/io/micronaut/core/value/MapValueResolver.java +++ b/core/src/main/java/io/micronaut/core/value/MapValueResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java b/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java index c7bfb979012..fa49754f2f6 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalMultiValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java b/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java index 644ab72b644..509af9e5878 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalMultiValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/OptionalValues.java b/core/src/main/java/io/micronaut/core/value/OptionalValues.java index f0a5b52479c..6a861d4ad7f 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalValues.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java b/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java index 02fde00fc2c..b7c9ab70dca 100644 --- a/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java +++ b/core/src/main/java/io/micronaut/core/value/OptionalValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java b/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java index edcf42ccb2c..bcb31d07a2d 100644 --- a/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java +++ b/core/src/main/java/io/micronaut/core/value/PropertyNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/PropertyResolver.java b/core/src/main/java/io/micronaut/core/value/PropertyResolver.java index 3ab9e3a83bd..8e5dcb32a66 100644 --- a/core/src/main/java/io/micronaut/core/value/PropertyResolver.java +++ b/core/src/main/java/io/micronaut/core/value/PropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/ValueException.java b/core/src/main/java/io/micronaut/core/value/ValueException.java index 68d4e5c5bb8..9e250b9ed11 100644 --- a/core/src/main/java/io/micronaut/core/value/ValueException.java +++ b/core/src/main/java/io/micronaut/core/value/ValueException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/ValueResolver.java b/core/src/main/java/io/micronaut/core/value/ValueResolver.java index fba0a5dcc36..ab734639e67 100644 --- a/core/src/main/java/io/micronaut/core/value/ValueResolver.java +++ b/core/src/main/java/io/micronaut/core/value/ValueResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/value/package-info.java b/core/src/main/java/io/micronaut/core/value/package-info.java index 1dc3965b59b..58ee52267b7 100644 --- a/core/src/main/java/io/micronaut/core/value/package-info.java +++ b/core/src/main/java/io/micronaut/core/value/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/version/SemanticVersion.java b/core/src/main/java/io/micronaut/core/version/SemanticVersion.java index c453b9e62b4..73b33106663 100644 --- a/core/src/main/java/io/micronaut/core/version/SemanticVersion.java +++ b/core/src/main/java/io/micronaut/core/version/SemanticVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/version/VersionUtils.java b/core/src/main/java/io/micronaut/core/version/VersionUtils.java index 2535ceb2195..444a1872780 100644 --- a/core/src/main/java/io/micronaut/core/version/VersionUtils.java +++ b/core/src/main/java/io/micronaut/core/version/VersionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/version/annotation/Version.java b/core/src/main/java/io/micronaut/core/version/annotation/Version.java index 027548d5e73..d941989e261 100644 --- a/core/src/main/java/io/micronaut/core/version/annotation/Version.java +++ b/core/src/main/java/io/micronaut/core/version/annotation/Version.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/io/micronaut/core/version/package-info.java b/core/src/main/java/io/micronaut/core/version/package-info.java index 83d4fd39c22..b26f4314c42 100644 --- a/core/src/main/java/io/micronaut/core/version/package-info.java +++ b/core/src/main/java/io/micronaut/core/version/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/resources/io/micronaut/core/beans/messages.properties b/core/src/main/resources/io/micronaut/core/beans/messages.properties index 82cd1eeadf6..4948e584b0e 100644 --- a/core/src/main/resources/io/micronaut/core/beans/messages.properties +++ b/core/src/main/resources/io/micronaut/core/beans/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2017-2019 original authors +# Copyright 2017-2020 original authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/src/test/groovy/io/micronaut/core/beans/NoProps.java b/core/src/test/groovy/io/micronaut/core/beans/NoProps.java index 356db741b08..6a4c4d03c05 100644 --- a/core/src/test/groovy/io/micronaut/core/beans/NoProps.java +++ b/core/src/test/groovy/io/micronaut/core/beans/NoProps.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/groovy/io/micronaut/core/convert/Status.java b/core/src/test/groovy/io/micronaut/core/convert/Status.java index 0f14d4a4eb0..bacbb0f56ec 100644 --- a/core/src/test/groovy/io/micronaut/core/convert/Status.java +++ b/core/src/test/groovy/io/micronaut/core/convert/Status.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.convert; public enum Status { diff --git a/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy b/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy index 43e7af91ee8..0982ec0acae 100644 --- a/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/scan/nested/Foo2.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy b/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy index 10b18774510..b6daf990605 100644 --- a/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy +++ b/core/src/test/groovy/io/micronaut/core/io/scan2/Foo3.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java index 1106e8198b1..aa78e8206d1 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfigClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java index 7baf2d88fc7..170cc318491 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/AWSParameterStoreConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java index e891ad8f865..bcecd1d290e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/parameterstore/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java index b1d0b065d4f..b911cba3e4d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryClientResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java index 607d3a36170..77f8c9bcca6 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/AWSServiceDiscoveryResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java index 2989624e19c..d770b5b58cc 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53AutoRegistrationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java index 0e3e3941d0c..9a8a1fb2457 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53ClientDiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java index 04d1e9c686e..d63d61dd6fa 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/Route53DiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java index 9b9184e822c..438834bd8b3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/Route53AutoNamingClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java index 8546ade412c..a18911f400e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java index 2166e4f68aa..e6820f61578 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java index 4721c8d1110..642b7fc19cb 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/EC2ServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java index ec71190001c..e6653a3136d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/Route53AutoNamingRegistrationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java index 6b4020dfd37..19c2f044ce0 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/ServiceRegistrationStatusTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java index 17693e984e1..37c0216ec4b 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/aws/route53/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java b/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java index 742f840f4e3..5ce450578fd 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/CachingCompositeDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java b/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java index 2602d00f731..f2c91a86138 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/ClientUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java index a023b2ed74e..ec6e2880d7d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java index f67ccd8de16..bfcfa220bec 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java index dbda1700cd8..618a8a2e176 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DiscoveryServerInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java index 7891b67f362..1eb2170f9cd 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/DnsResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java b/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java index 3ea4bff8bb2..066e2b1feb7 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/EndpointUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java b/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java index a3070a0ac46..eb1004a57af 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/config/DistributedPropertySourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java index e1e87852500..b93bbc0f436 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java index fb46c40aec7..a8c7c1cd600 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java index 9778a16a62d..3c900f69778 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/DiscoveryServiceAutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java index d0d41d07fe3..b00fd6572a0 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/client/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java index e8156c7e284..7945db98ac0 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java index b99f6aa9935..2b7e1b5be05 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java index 9ab8ed7751c..a83d096434e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/ConsulServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java index c350ad6203f..0629a19cb57 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractConsulClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java index 4d92a3a904a..6c659d0ef19 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/AbstractServiceEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java index 76e9a135003..a744040ec83 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CatalogEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java index e39360a1c38..e108cd5199c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/Check.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java index 7dbffdeb79b..048dc2a2fbe 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/CheckEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java index 2f3b9b308db..9ef92aa5719 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulAslTokenFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java index bc4575de7b6..85d7eea0c7d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java index 4cdb8314b19..01bfa235040 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ConsulOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java index 4e1fdaa5df9..dbd2495ca96 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HTTPCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java index dfd4487720d..e4c11dd8d0e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/HealthEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java index a9eb5ceb784..0dddc21e395 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/KeyValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java index e9ca93ad8f7..2f58eb7e45c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/LocalAgentConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java index dec023e19f4..f49cf95f438 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/MemberEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java index 1bfafffc972..5f609495bf5 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java index 5be34db751e..59b1e86da8d 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NewServiceEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java index 6e4f7df9464..e0cfe82b13a 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/NodeEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java index 35f43d760ef..ac30460d7bf 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/ServiceEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java index 94b3c8fc66d..724ddb4530f 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/TTLCheck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java index 96cd3d97ef9..df82fcbb1d0 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/client/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java index 6ca36eafc48..27cf1fe905a 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/RequiresConsul.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java index 7a332a39b7a..08b587b2f15 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java index 6c1618fc8b7..752c3e255a6 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/ConsulConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java index 7aeae548711..bb00aec863c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java index 343b42b09ab..e4920583443 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/ConsulHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java index 9eedc6affd8..a1a1392286c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java index 63f8365a1c5..90736ff1f5a 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java index 139790cc986..407639ac3e7 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/ConsulAutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java index bc9c5ee310a..ac1a8e5185e 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/consul/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java index 21c5f60acb1..227a5de298b 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java index 0cf72d7e55f..fb81b05a980 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java index 6ee23f0a9cd..9d2f1de5dca 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/EurekaServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java index 7e3ab3af5d3..5eed39ac829 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/AbstractEurekaClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java index 106f7277402..3275ac39397 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ApplicationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java index 5583c2ab813..80c13a4079b 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/ConfigurableInstanceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java index 045d6d92335..99eae3ca591 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/DataCenterTypeInfoResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java index b8cf55b35ff..cf87115b9d9 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java index 10d4ad57be9..0be95aa3721 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/EurekaOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java index e97e903e376..34368561dc3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/InstanceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java index db46f7af497..fc579c3d9b9 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/MyDataCenterInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java index c6c6bbe6c15..37fef3c0d48 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/client/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java index fc5c280900b..f241147d14c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEureka.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEurekaCondition.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEurekaCondition.java index f3b858a355f..fb3cd7b6eae 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEurekaCondition.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/RequiresEurekaCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java index 4f3ed820639..a167162df59 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java index b1b4f644df5..86b4a6dfc8f 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/EurekaHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java index 89b72039530..fb3c881a01c 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java index 19fe4d9e4ef..351a2657d9a 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java index 5a2f6b388a0..f225e693aae 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/EurekaAutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java index 336b7ce0bb5..a497af948df 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/eureka/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java index 6c15abc0198..d20f7e694b3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/KubernetesDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java index 460876c1a19..fe7db784612 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/kubernetes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudClientConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudClientConfiguration.java index 784a3b4e785..07cd39853b8 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudClientConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java index 5488a5caee8..36de5ffec5b 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/SpringCloudConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerPropertySource.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerPropertySource.java index 12fc018d81f..882d563e223 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerPropertySource.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerResponse.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerResponse.java index 8cfbcb668f7..3d0e05b1513 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerResponse.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/ConfigServerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java index 9bd3732b8fb..0b4c9555644 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/SpringCloudConfigClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java index 51717d21279..195371b6a54 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Spring Cloud Config client service operations. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java index 4aa9e1548ad..c058c80e4c6 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/spring/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * This package contains client APIs, service discovery and distributed configuration integration between Micronaut * and Spring Cloud Config Server and Vault. diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/AbstractVaultResponse.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/AbstractVaultResponse.java index eb93c64e177..fb202e6cdce 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/AbstractVaultResponse.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/AbstractVaultResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultClientConfiguration.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultClientConfiguration.java index f75648cba0c..29e2eb3a5d3 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultClientConfiguration.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigHttpClient.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigHttpClient.java index 1fd038d8b32..09643f62e14 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigHttpClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config; import io.micronaut.http.annotation.Header; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigurationClient.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigurationClient.java index f0fbc02926c..ec6b7d67f23 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigurationClient.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/VaultConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/package-info.java index 5126ef5994c..973f99b5a57 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to using HashiCorp Vault as a distributed configuration client. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultConfigHttpClientV1.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultConfigHttpClientV1.java index 525527c4368..ac2a5ece963 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultConfigHttpClientV1.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultConfigHttpClientV1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config.v1; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultResponseV1.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultResponseV1.java index ee6a723d098..0f138d75eae 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultResponseV1.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/VaultResponseV1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config.v1; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/package-info.java index 629dada9cba..bce1551d835 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v1/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Vault Client Configuration. * diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultConfigHttpClientV2.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultConfigHttpClientV2.java index e5a96fa824a..265559cf8cc 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultConfigHttpClientV2.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultConfigHttpClientV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config.v2; import io.micronaut.context.annotation.BootstrapContextCompatible; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseData.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseData.java index 97f1b88d359..28484d6b470 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseData.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config.v2; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseV2.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseV2.java index 07499feb9dd..605053e8311 100644 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseV2.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/VaultResponseV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.discovery.vault.config.v2; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/package-info.java b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/package-info.java index c968dcb5651..3f9daedddf4 100755 --- a/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/package-info.java +++ b/discovery-client/src/main/java/io/micronaut/discovery/vault/config/v2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Vault Client Configuration. * diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy index b0c2f8436bf..71c63dd75f9 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulAuth.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy index 1f0d949bc81..801e8903b18 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/MockConsulServer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy index 5e59e17e01c..cb66062ee60 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockCheckEntry.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy index b1e83cc1818..01e6d8290d2 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/consul/client/v1/MockHealthEntry.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy index eb5a1601b31..1a5ed11cf43 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaAuth.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy index f970e2edd39..00b0545c053 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/MockEurekaServer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy index 7930bc58ad1..3151c4692d3 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfo.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy index f6718d037f8..9a46114aa64 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/eureka/client/v2/MockApplicationInfos.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy index 15be01e34f2..8f29fe9a228 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/route53/AWSServiceDiscoveryAsyncMock.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java index 825fd4a137c..d256024cefd 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/MockSpringCloudConfigServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java index 2ec8142b794..ed41f91e712 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/spring/SpringCloudConfigDemoController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV1Controller.java b/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV1Controller.java index 9abf74d4d71..f04dd8cc6fd 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV1Controller.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV1Controller.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV2Controller.java b/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV2Controller.java index 39c9ef1d6b8..3599388dd85 100644 --- a/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV2Controller.java +++ b/discovery-client/src/test/groovy/io/micronaut/discovery/vault/MockingVaultServerV2Controller.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java index c07b194d846..d0ab85bc7d4 100644 --- a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java +++ b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java index 9f5cc4c13b3..65466b379fd 100644 --- a/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java +++ b/function-client/src/main/java/io/micronaut/function/client/DefaultFunctionInvokerChooser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java b/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java index 2b52e042b90..6387001d638 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java index 4963b985167..7b95e7121bc 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java index 28b4c0cb450..05c215ca95c 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionDefinitionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java b/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java index 2fd6a4170ac..03159cbd863 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java b/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java index be0a0789714..4195c61f0fd 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionInvoker.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java b/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java index 954ffb5dc89..a25469d974b 100644 --- a/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java +++ b/function-client/src/main/java/io/micronaut/function/client/FunctionInvokerChooser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java b/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java index 21b86376ecd..badc1f60971 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java +++ b/function-client/src/main/java/io/micronaut/function/client/aop/FunctionClientAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java b/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java index 8d595f7f2ce..ca5d13907a3 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/aop/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java index 7fb951e1d07..a73d6924523 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSInvokeRequestDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java index 7a654f7096d..90ae4fded57 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaAsyncClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java index fc12e7cf6df..0154f6a6eda 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java index 86b00e82d5a..aab600bf0cb 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/AWSLambdaFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java b/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java index a68e7762727..c269f8be6fa 100644 --- a/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/aws/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java index f8db6378c5f..5618f97e889 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java index 8cc68784478..fba12a3cad7 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionExecutionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java index 285af7e08c2..005886089c0 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/FunctionNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java b/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java index b3690429f26..4736bebe47e 100644 --- a/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java b/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java index d3d172ffb12..c03a52ba499 100644 --- a/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java +++ b/function-client/src/main/java/io/micronaut/function/client/http/HttpFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/http/package-info.java b/function-client/src/main/java/io/micronaut/function/client/http/package-info.java index 798b0de7584..498a2a7c1ba 100644 --- a/function-client/src/main/java/io/micronaut/function/client/http/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java b/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java index acd0d42c374..06cc9d12d58 100644 --- a/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java +++ b/function-client/src/main/java/io/micronaut/function/client/local/LocalFunctionDefinitionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/local/package-info.java b/function-client/src/main/java/io/micronaut/function/client/local/package-info.java index 954d4909998..2141e8b0607 100644 --- a/function-client/src/main/java/io/micronaut/function/client/local/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/local/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/main/java/io/micronaut/function/client/package-info.java b/function-client/src/main/java/io/micronaut/function/client/package-info.java index da07e9a6cac..6bdddc50ee0 100644 --- a/function-client/src/main/java/io/micronaut/function/client/package-info.java +++ b/function-client/src/main/java/io/micronaut/function/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java index 7857da02d43..73fb495a202 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java index 9640b4780dd..64526be1635 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidationResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java index ec5a2200a9b..c66bd39b72d 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java index b7ffb0f950f..2c0830bdfd3 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/IsbnValidatorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy index 89135383bde..f6abfeecb21 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/MathService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy index dc3eb491691..3ef14adba4a 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/MaxFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy index 28c5504a837..664c7da50d2 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/RoundFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy index 77cccc456ea..604621f9d9e 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/Sum.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy b/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy index 439097312c2..e30772f6819 100644 --- a/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy +++ b/function-client/src/test/groovy/io/micronaut/function/client/aws/SumFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java b/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java index 2ba0276a34b..2e3b6069d4b 100644 --- a/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java +++ b/function-web/src/main/java/io/micronaut/function/web/AnnotatedFunctionRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-web/src/main/java/io/micronaut/function/web/package-info.java b/function-web/src/main/java/io/micronaut/function/web/package-info.java index 42d284fe9fa..4ecaa13d74f 100644 --- a/function-web/src/main/java/io/micronaut/function/web/package-info.java +++ b/function-web/src/main/java/io/micronaut/function/web/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function-web/src/test/java/io/micronaut/function/web/TestFunctionFactory.java b/function-web/src/test/java/io/micronaut/function/web/TestFunctionFactory.java index b2604b3a40d..21473af9d3b 100644 --- a/function-web/src/test/java/io/micronaut/function/web/TestFunctionFactory.java +++ b/function-web/src/test/java/io/micronaut/function/web/TestFunctionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java b/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java index d22d89631da..fddf4b10452 100644 --- a/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java +++ b/function/src/main/java/io/micronaut/function/DefaultLocalFunctionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/FunctionBean.java b/function/src/main/java/io/micronaut/function/FunctionBean.java index 47f8fc0d0fd..c9333d40c18 100644 --- a/function/src/main/java/io/micronaut/function/FunctionBean.java +++ b/function/src/main/java/io/micronaut/function/FunctionBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java b/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java index a391281d6a1..fea28d25c6c 100644 --- a/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java +++ b/function/src/main/java/io/micronaut/function/LocalFunctionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java b/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java index 6da3176fa32..bfe90870f94 100644 --- a/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/AbstractExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java b/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java index e32db4dfa42..4547e3d716e 100644 --- a/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/AbstractFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java b/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java index c0cf4b75946..fa01fce39bf 100644 --- a/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java +++ b/function/src/main/java/io/micronaut/function/executor/DefaultFunctionExitHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java b/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java index f891415e591..512054baa51 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java b/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java index a51fecf4ce9..26290a08cb1 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java b/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java index eaadf807945..3e268a01805 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionExitHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java b/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java index b6d1b17cf5d..0c59349224a 100644 --- a/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java +++ b/function/src/main/java/io/micronaut/function/executor/FunctionInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java b/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java index fabfbe8361c..f3850ae6d67 100644 --- a/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java +++ b/function/src/main/java/io/micronaut/function/executor/StreamFunctionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/executor/package-info.java b/function/src/main/java/io/micronaut/function/executor/package-info.java index fdbb4d588d7..92e7ffd3826 100644 --- a/function/src/main/java/io/micronaut/function/executor/package-info.java +++ b/function/src/main/java/io/micronaut/function/executor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/main/java/io/micronaut/function/package-info.java b/function/src/main/java/io/micronaut/function/package-info.java index 8298db98de1..802744d77ec 100644 --- a/function/src/main/java/io/micronaut/function/package-info.java +++ b/function/src/main/java/io/micronaut/function/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java index d752e0a78f1..5ed01fca5f3 100644 --- a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java +++ b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionExitHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java index d70e4f5a14e..34b140fbc71 100644 --- a/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java +++ b/function/src/test/groovy/io/micronaut/function/executor/TestFunctionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graal/src/main/java/io/micronaut/graal/reflect/GraalTypeElementVisitor.java b/graal/src/main/java/io/micronaut/graal/reflect/GraalTypeElementVisitor.java index 4616c939dc4..c13864355be 100644 --- a/graal/src/main/java/io/micronaut/graal/reflect/GraalTypeElementVisitor.java +++ b/graal/src/main/java/io/micronaut/graal/reflect/GraalTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.graal.reflect; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/graal/src/main/java/io/micronaut/graal/reflect/package-info.java b/graal/src/main/java/io/micronaut/graal/reflect/package-info.java index f9e04092f8e..c00332097ad 100644 --- a/graal/src/main/java/io/micronaut/graal/reflect/package-info.java +++ b/graal/src/main/java/io/micronaut/graal/reflect/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java index c117a24b656..ba8ba63fa92 100644 --- a/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/BlockingHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ConnectTTLHandler.java b/http-client/src/main/java/io/micronaut/http/client/ConnectTTLHandler.java index 8b1ee36aa2c..67fb3021230 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ConnectTTLHandler.java +++ b/http-client/src/main/java/io/micronaut/http/client/ConnectTTLHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java index 5572c43c377..e122b5088ad 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java index 44308775fa0..ba00e58005f 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java b/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java index 02887d2ada2..802d6c38401 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java +++ b/http-client/src/main/java/io/micronaut/http/client/DefaultLoadBalancerResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java b/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java index 48a6c477a72..7ba6372b021 100644 --- a/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java +++ b/http-client/src/main/java/io/micronaut/http/client/FullNettyClientHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/HttpClient.java b/http-client/src/main/java/io/micronaut/http/client/HttpClient.java index 02210cf0827..1d4da29778c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/HttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/HttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java index 0a18a905a19..01fa9b4d765 100644 --- a/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java index 3d79bc3a4b9..77a127eec3d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/LoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java b/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java index 22ae09f288c..a4166b0780c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java +++ b/http-client/src/main/java/io/micronaut/http/client/LoadBalancerResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java index 3c1e61ddbe1..2c4004970b7 100644 --- a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java +++ b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java index cdb53dc3772..9b9795cf9db 100644 --- a/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/NettyClientHttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java b/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java index 81098a354eb..3aaa560b861 100644 --- a/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java +++ b/http-client/src/main/java/io/micronaut/http/client/NettyStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java b/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java index 1f32ee6b502..40d7dc27df8 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java +++ b/http-client/src/main/java/io/micronaut/http/client/ReactiveClientResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java index a3023f24315..f261c1e8316 100644 --- a/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/RxHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java index 37fffb8b9b8..93e772bd76b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/RxStreamingHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java index 5c7d636a706..9543965c458 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java +++ b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java index 454cc524e78..eee3fddf203 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java index 8c2d42baba6..2632876ed2a 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/ServiceHttpClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java index 7e6afcc8629..9fe94d675eb 100644 --- a/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/StreamingHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java b/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java index 0fa9f91e435..71a90b08d23 100644 --- a/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java +++ b/http-client/src/main/java/io/micronaut/http/client/annotation/Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java b/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java index 444b99e1bd6..daaf5357ffc 100644 --- a/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java b/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java index cc7d05a9861..0818f969ed2 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/ClientResponseConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java b/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java index c2221ed8eef..d06d25707fd 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/LoadBalancerConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/SocketAddressConverter.java b/http-client/src/main/java/io/micronaut/http/client/converters/SocketAddressConverter.java index 88c46525814..c9bb9243ab0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/SocketAddressConverter.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/SocketAddressConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.converters; import io.micronaut.core.convert.ConversionContext; diff --git a/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java b/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java index ef48e2c30da..12355c6c37c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java index 1262680ac11..36fadcc4821 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/ContentLengthExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java index 05b48893f09..9a77a2dedb1 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/EmptyResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java index 53aec8d40cd..414f31d771c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientErrorDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java index 612f5971e64..1ee759afefc 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java index d2bc8b6b4a4..18ebcb81f15 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/HttpClientResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java index c5c98f11dfd..0e25b08d88d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/ReadTimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java b/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java index 75d9adca9c0..da75780c13b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/filter/HttpClientFilterResolver.java b/http-client/src/main/java/io/micronaut/http/client/filter/HttpClientFilterResolver.java index bf4aa5b76c4..e844ced95a9 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filter/HttpClientFilterResolver.java +++ b/http-client/src/main/java/io/micronaut/http/client/filter/HttpClientFilterResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java index 918835580ec..d80a57b040a 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java +++ b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerContextFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java index 8bcac9968f0..94332ed18b9 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java +++ b/http-client/src/main/java/io/micronaut/http/client/filters/ClientServerRequestTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java b/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java index 4b9732958bc..53346b6f623 100644 --- a/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/filters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java index 852633ff205..1588b85cffa 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java index 3b12385478d..af21e24de67 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/ClientVersioningConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/DefaultClientVersioningConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/DefaultClientVersioningConfiguration.java index 1d779f9a168..73f37ea14b9 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/DefaultClientVersioningConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/DefaultClientVersioningConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.interceptor.configuration; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/NamedClientVersioningConfiguration.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/NamedClientVersioningConfiguration.java index 4e4d3fdf7b6..b671a94e6e2 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/NamedClientVersioningConfiguration.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/NamedClientVersioningConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.interceptor.configuration; import io.micronaut.context.annotation.EachProperty; diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java index a2a61f717da..73a33b30806 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/configuration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java index 7e8bdecf547..174e93d7fd1 100644 --- a/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java index 6b1fed56623..9134f7c1b97 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/AbstractRoundRobinLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java index 50e111151d2..5a25144a5a0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientLoadBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java index 82bdc76c94c..adac8ae8176 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/DiscoveryClientRoundRobinLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java index aa3d2233b85..da42ef8a908 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/FixedLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java index c888eb80d5b..8241ee6af4e 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListLoadBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java index 183493790d5..b90cd31e8cd 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/ServiceInstanceListRoundRobinLoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java b/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java index adfb7a6648b..8d0d7b81359 100644 --- a/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/loadbalance/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java index 9d4f7a557ee..295ce53d139 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/AbstractFilePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java index ae11a00cc0f..6900895762c 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/BytePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java index affad3aef70..ff0a6d72c01 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/FilePart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java index 121e5dcb258..68addfe5b0e 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/InputStreamPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java b/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java index 1fc2bbd81ac..15f7d562761 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/MultipartBody.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java b/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java index 281392729f0..990cd14f958 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/Part.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java b/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java index 71d50366fd0..4e25a3054fd 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/StringPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java b/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java index e0b73f29e5d..270456eefb4 100644 --- a/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/package-info.java b/http-client/src/main/java/io/micronaut/http/client/package-info.java index 9ab6a6482e6..38d8ee41a2f 100644 --- a/http-client/src/main/java/io/micronaut/http/client/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java b/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java index 51679a5c924..af469b3fab3 100644 --- a/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java +++ b/http-client/src/main/java/io/micronaut/http/client/reactor/ReactorReactiveClientResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java b/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java index 3f2ee213b86..62c5814b20f 100644 --- a/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/reactor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java b/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java index 66383d4f8b6..58d6c58cf86 100644 --- a/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java +++ b/http-client/src/main/java/io/micronaut/http/client/rxjava2/RxReactiveClientResultTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java b/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java index d834412d035..422ab0c4673 100644 --- a/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/rxjava2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java b/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java index 282d75c59b6..3c59e6f8885 100644 --- a/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java +++ b/http-client/src/main/java/io/micronaut/http/client/scope/ClientScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java b/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java index 6f4e20dbdf4..98637c40ebe 100644 --- a/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/scope/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java b/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java index 0ee6fd5e341..cc5fb41821d 100644 --- a/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/sse/RxSseClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java b/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java index 8dbf888da0e..ab2ce458fd0 100644 --- a/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java +++ b/http-client/src/main/java/io/micronaut/http/client/sse/SseClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java b/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java index d824133702d..cc63a388228 100644 --- a/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/sse/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java b/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java index c15ae7115ff..c776f7f38e5 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java +++ b/http-client/src/main/java/io/micronaut/http/client/ssl/NettyClientSslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java b/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java index 0aa65451180..a2d0cebbba7 100644 --- a/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/ssl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java b/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java index f85c88f4263..0bcd806d98b 100644 --- a/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java +++ b/http-client/src/main/java/io/micronaut/http/client/websocket/NettyWebSocketClientHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java b/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java index e65e600301d..b26a65d5986 100644 --- a/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java +++ b/http-client/src/main/java/io/micronaut/http/client/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/CompressedRequest.groovy b/http-client/src/test/groovy/io/micronaut/http/client/CompressedRequest.groovy index f16229f0d2e..c47e5bc4cf3 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/CompressedRequest.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/CompressedRequest.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client import io.micronaut.context.ApplicationContext diff --git a/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java b/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java index 0edc6c20b78..5dd2f54a1db 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/MyJavaService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java index 15ab9af7ae7..8ce7247d9d5 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/Bar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java index 89b018ca46b..cc32836c6e9 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java index 88a9eef83cf..78e75b0ae74 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/FooBarController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java b/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java index 127c8a6eff6..1a25d8131c8 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/convert/TypeConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java index 1618dc3ef38..cba7d286230 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/Pet.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java index 63cfd45e22d..f7bed5fed56 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java index 67173628732..839ef151a51 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java index 841e81e3c9a..9fd9014b6dc 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/PetOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java index ad86ea0b7d0..39a60aab94a 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java index 2b68ccbce1e..f42f3e223c2 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/headers/PetController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/Story.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/Story.java index d357bb219cc..0686caaf34d 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/Story.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/Story.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.requestattributes; // tag::class[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClient.java index f3748eeeeba..6ad222f7632 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.requestattributes; import io.micronaut.http.annotation.RequestAttribute; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClientFilter.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClientFilter.java index 51c6b66c599..9e2b58a542f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClientFilter.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.requestattributes; import io.micronaut.http.HttpResponse; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryController.java index 4c16b2efcc4..fa3aa9edbe0 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/requestattributes/StoryController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.docs.annotation.requestattributes; import io.micronaut.http.HttpResponse; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java index 8003877cd97..6eee10d477b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java index 3865a2d43a7..71b9bf45134 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/annotation/retry/PetFallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java index 9db0ef25758..aad9b3f2174 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java index a48c0585bf6..8d9e4531357 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java index af3400a3cbd..511411e86ea 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/HelloController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.basics; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java index 7843ca075f4..3e894431db6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/Message.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.basics; // tag::imports[] diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/WebdavController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/WebdavController.java index afd3f819653..b31e8b6b3f3 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/WebdavController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/basics/WebdavController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.docs.basics; import io.micronaut.http.annotation.Body; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java index f485a288e3e..0c4de2dcb57 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java index 21c5ea1061a..737b4f6d06b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/binding/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy index 8566b72023b..7fd47a60413 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpclientexceptionbody/Book.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java index 292a1eb8deb..5c3110130c6 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/HttpResponseStatusController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java index 05c393514ad..c2226703625 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/RespondHttpStatusController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java index 96610c605af..01993a5708b 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/httpstatus/StatusController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java index 14acd64e1db..d27b0f30097 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java index 861968acdc6..c55b11d261c 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/sse/HeadlineController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java index c1c7b5e30b4..dbf782649b3 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/Headline.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java index b8fd59dbcd3..54176c9b47d 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java index 722d30813b7..a7f762ee069 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/docs/streaming/HeadlineController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-client/src/test/groovy/io/micronaut/http/client/filter/MarkerStereotypeAnnotation.java b/http-client/src/test/groovy/io/micronaut/http/client/filter/MarkerStereotypeAnnotation.java index 288b339443b..c3cd4f303b4 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/filter/MarkerStereotypeAnnotation.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/filter/MarkerStereotypeAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.client.filter; import io.micronaut.context.annotation.AliasFor; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/Movie.java b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/Movie.java index ca59a7232b6..cf89c99585a 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/Movie.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/Movie.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.rxjava2; diff --git a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/User.java b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/User.java index c50213365b7..9de6fdc063f 100644 --- a/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/User.java +++ b/http-client/src/test/groovy/io/micronaut/http/client/rxjava2/User.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.client.rxjava2; import java.util.List; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java index 101bc5a45f9..6ee50d7824e 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/AbstractNettyHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java index 35d6a191d31..2d4e08639d0 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java index 24faa0a9397..f44d3c008cf 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/NettyHttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java index 503fef82554..f62342ed7ab 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/NettyMutableHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java b/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java index ca045369df4..34f7ba5806d 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/channel/NettyThreadFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java index a4ccdabf270..743b7a7af14 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/channel/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java b/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java index 253f67f861d..e0ee9ab2064 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/content/HttpContentUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java index 5972a194b2d..cba42d35275 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/content/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java index 046faca0223..e9f201900fa 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java index f6da327f9ce..561bebffc9c 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookieFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java index ff25c0d1672..40d911c6188 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/NettyCookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java index 7f8866beaf1..8e500ad0b66 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/cookies/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/graal/MicronautSubstitutions.java b/http-netty/src/main/java/io/micronaut/http/netty/graal/MicronautSubstitutions.java index 092682f4d6c..bd0c6a6b53a 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/graal/MicronautSubstitutions.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/graal/MicronautSubstitutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.netty.graal; import com.oracle.svm.core.annotate.Substitute; diff --git a/http-netty/src/main/java/io/micronaut/http/netty/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/package-info.java index e37bc7ea927..b6d5bfef8cb 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java index d9611f5830c..0ff9dbba235 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/CancelledSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java index e072e27dea2..11dc34d4317 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java index 93e2cf49c63..0b5102d1039 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HandlerSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HotObservable.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HotObservable.java index 414d201cc22..62afdffa3dd 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/HotObservable.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/HotObservable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java index c7a6576df02..f34615ceb17 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/reactive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java index 64f13ea8aa0..aa58c741e1c 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java index ca197e3548a..d4081068ebc 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java index 23fa705233d..339cd809146 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DefaultWebSocketHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java index 916944e04ac..6fcfec254ee 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java index 3957f572f21..b6b00c36ac2 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java index 8920176bc94..e11f4ea7d61 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java index 74a29dd7ab0..87c9a0ac8d0 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java index e4e8a55c67c..da0eba3e499 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/DelegateStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java index d604ccd0172..3f16980bf0e 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java index 4b48b5978db..9a88d7a9140 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/EmptyHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java index 3a357d2e12d..9c2ba4bf7ef 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsClientHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java index b73bd2b8f33..957bbaf827e 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java index 9b42b6f2f23..fd89828ef46 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsServerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java index c9d0eee21ca..1bb4be8cacc 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java index 4ad04134c13..0fe233dc21b 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java index 7fdf166a83b..b2798114f1d 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/StreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java index 0bc2faf9e61..bdacac8d6c8 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/stream/WebSocketHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java index d2e11f0befa..3087cce682e 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/AbstractNettyWebSocketHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java index 002e4d5788e..2bb68eebe83 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyRxWebSocketSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java index 526677b9dca..8c17c3bf58f 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/NettyServerWebSocketBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java index b299c5ab86d..e3a13e8d986 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketMessageEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java index 0c3f2016982..20f510367fb 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/WebSocketSessionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java b/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java index a7f40f68042..0feeb165120 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java +++ b/http-netty/src/main/java/io/micronaut/http/netty/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-netty/src/main/resources/META-INF/native-image/io.micronaut/netty/native-image.properties b/http-netty/src/main/resources/META-INF/native-image/io.micronaut/netty/native-image.properties index ee1a0758adb..37fdd5e5aed 100644 --- a/http-netty/src/main/resources/META-INF/native-image/io.micronaut/netty/native-image.properties +++ b/http-netty/src/main/resources/META-INF/native-image/io.micronaut/netty/native-image.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + Args = --initialize-at-run-time=com.sun.jndi.dns.DnsClient,io.netty.handler.ssl.ConscryptAlpnSslEngine,io.netty.handler.ssl.JettyNpnSslEngine,io.netty.handler.ssl.ReferenceCountedOpenSslEngine,io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator,io.netty.handler.ssl.ReferenceCountedOpenSslServerContext,io.netty.handler.ssl.ReferenceCountedOpenSslClientContext,io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator,io.netty.handler.ssl.ReferenceCountedOpenSslContext,io.micronaut.buffer.netty.NettyByteBufferFactory,io.netty.handler.ssl.JettyAlpnSslEngine$ClientEngine,io.netty.handler.ssl.JettyAlpnSslEngine$ServerEngine,io.netty.util.concurrent.GlobalEventExecutor,io.netty.util.concurrent.ImmediateEventExecutor,io.netty.util.concurrent.ScheduledFutureTask \ No newline at end of file diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java index 13512facf76..5e75d561cdb 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractBufferingHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java index ec59d7b0c0a..087026a473d 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/AbstractHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java index 36a51ba387a..5716175cf40 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ByteBufDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpCompressionStrategy.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpCompressionStrategy.java index 619cc7cad1a..1b00d0d44ec 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpCompressionStrategy.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpCompressionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java index be0847d9732..4bd3028d152 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessorResolver.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessorResolver.java index 741179e7ab2..a3d2c7d1056 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessorResolver.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DefaultHttpContentProcessorResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java index b2c01dbdf57..551f58a8876 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java index 2babc696803..a82c1c2a968 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java index d9360b50aff..2ba6a177580 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/DelegateStreamedHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollAvailabilityCondition.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollAvailabilityCondition.java index f66d73f26c3..da3e4175c99 100755 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollAvailabilityCondition.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollAvailabilityCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollEventLoopGroupFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollEventLoopGroupFactory.java index cb1d40c5501..9070977e74c 100755 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollEventLoopGroupFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/EpollEventLoopGroupFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/EventLoopGroupFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/EventLoopGroupFactory.java index b1629fcf015..8f170b8c645 100755 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/EventLoopGroupFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/EventLoopGroupFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import java.util.concurrent.Executor; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java index bccab9c4406..efd5259973f 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java index 94b0bef3622..445f9cae5d0 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/FormDataHttpContentSubscriberFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpCompressionStrategy.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpCompressionStrategy.java index c86a3e12afd..2ded01e20c5 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpCompressionStrategy.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpCompressionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import io.netty.handler.codec.http.HttpResponse; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java index 8b2adb169d2..72869ee9524 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessorResolver.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessorResolver.java index 7bdbdfafcc9..589aadfbd4b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessorResolver.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentProcessorResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java index f56c8befdb3..04e34b50c17 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpContentSubscriberFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java index 84484738a8c..1ee3935c5c9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/HttpDataReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueAvailabilityCondition.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueAvailabilityCondition.java index 0d25aa3fd71..aff5b4610be 100755 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueAvailabilityCondition.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueAvailabilityCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueEventLoopGroupFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueEventLoopGroupFactory.java index 5771ac5eff2..dbeea8f709b 100755 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueEventLoopGroupFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/KQueueEventLoopGroupFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty; import java.util.concurrent.Executor; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java index 1f063c10685..6ea04d7ec2e 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyEmbeddedServerInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java index 9bd14426cd8..751074146f9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java index 771605d09d3..cfef9bcde08 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java index f50679982b8..8ce7fa23a9c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java index 9dc54b15d0c..3a28d96018f 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyRequestArgumentSatisfier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NioEventLoopGroupFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NioEventLoopGroupFactory.java index a396cb8a237..449b8b6c8f8 100755 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/NioEventLoopGroupFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/NioEventLoopGroupFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java index 3144d0fbd9c..c7800a870a8 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/RoutingInBoundHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java index c76befbdeb0..933a282c24c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/SmartHttpContentCompressor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java index 39d27967536..efe0e1e6045 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/ContextCompletionAwareSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java index ebd072e8092..c0a83251af5 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/BasicAuthArgumentBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/BasicAuthArgumentBinder.java index 4f4fcc26e8c..da9014a23a8 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/BasicAuthArgumentBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/BasicAuthArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java index a26404da9b1..bf1a7fc2291 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/CompletableFutureBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/MaybeBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/MaybeBodyBinder.java index eabb0161737..0792a0e2ddb 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/MaybeBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/MaybeBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.binders; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java index a6cf9735661..fd96218d178 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/ObservableBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java index 50957a9ce90..f50113c93b1 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/PublisherBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java index ea8f3e1d997..62b3fe37527 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/SingleBodyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java index a8533738a6c..50936f4c2b8 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/binders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java index ad03a135e89..272dcee0f26 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyChannelOptionConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java index 16659d9b9e0..f25a82b85bc 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/NettyHttpServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java index 0c0a49b2008..6b3ad271318 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/configuration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java index fc92ca59fa9..6d80409d259 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/AttributeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java index 798af204ced..bbeaad880a0 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java index ae45c82d549..4364c2ca214 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/ByteBufToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java index fb8be542f26..37cf9a5f587 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/DuplicateRouteHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java index 199fc65cfb0..ed14d5518d9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToCompletedFileUploadConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java index 92e953e5de2..f17366df245 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/FileUploadToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java index e8a94fa6e85..f397e2d5957 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToByteArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java index 7c7d118ce96..2b8775e9d9b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/HttpDataToStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java index 3769622f264..63931803ad9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java index a50aa8c8568..fb673418d5c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/NettyPartDataToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java index 93ef32c41be..1962f33bbf7 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/UnsatisfiedRouteHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java index ba5eb120f8a..36c7ab8573b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java index 173222f58a7..f9fb64630ab 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/HttpRequestDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java index b8f80869c49..326ca6d9ce9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/decoders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java index e503d525636..19f275570e9 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/HttpResponseEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java index 7c0751a662d..57a7cd63750 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/encoders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java index 6e23b3075ae..ff2fdcb9762 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/ChannelOutboundHandlerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java index e4101907042..91cc25e6961 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/handler/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java index f0464cde54b..1ba100bee9a 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonContentProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java index d4fabdf54c8..69fb547864b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonHttpContentSubscriberFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewCodecResolver.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewCodecResolver.java index b90bbe583d5..dc91c8b188a 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewCodecResolver.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewCodecResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.jackson; import io.micronaut.jackson.codec.JsonMediaTypeCodec; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java index b9f06ace3de..1c88294ee72 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewMediaTypeCodecFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java index 2c669bbacdd..641ea21ad95 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/JsonViewServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java index 4a5bd0ac639..00da061be8e 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/jackson/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/MultipartBodyArgumentBinder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/MultipartBodyArgumentBinder.java index dda88dc2e1b..86f7907b6f5 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/MultipartBodyArgumentBinder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/MultipartBodyArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.multipart; import io.micronaut.context.BeanLocator; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedAttribute.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedAttribute.java index 0b084f65e09..d6596bf658b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedAttribute.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.multipart; import io.micronaut.core.annotation.Internal; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java index 861f031f4f2..2c7817cf64c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyCompletedFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java index d6312d0c14a..f30bb60c7a5 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyPartData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java index 0460cff7dca..252a9fc8e51 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/NettyStreamingFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java index 07030fc0788..3a82861b88d 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java index 087d7f5999e..971f9d2b8e2 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/CertificateProvidedSslBuilder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/CertificateProvidedSslBuilder.java index b21b1cb4316..d5504212490 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/CertificateProvidedSslBuilder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/CertificateProvidedSslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/HttpRequestCertificateHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/HttpRequestCertificateHandler.java index 85de7c87265..93207bdb7a8 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/HttpRequestCertificateHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/HttpRequestCertificateHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/SelfSignedSslBuilder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/SelfSignedSslBuilder.java index c99a585c3f2..1bb8ff00c21 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/SelfSignedSslBuilder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/SelfSignedSslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/ServerSslBuilder.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/ServerSslBuilder.java index cdd1fca60a7..ba272447c46 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/ServerSslBuilder.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/ServerSslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java index c3bc87bc204..cf5993859c1 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/ssl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java index f5861a1a7d1..d6bec73836c 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/DefaultCustomizableResponseTypeHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java index fe49831c048..305a5166001 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java index 7805e1b574b..0d81f3aa3e6 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java index c27c83b226f..efa08cf51e7 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyCustomizableResponseTypeHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java index 9409e80f8cf..5e2d3876bdc 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/NettyFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java index aed111c33ab..2b7e6cda798 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java index f08f2a8eeed..f3f3db60199 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/FileTypeHandlerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java index a3d36ec70bd..d6d87b938ea 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettyStreamedFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java index 3d90f6c0e7c..0b6e1dadd37 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java index 671db6fb45f..d48113159e6 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java index 78ed26c9e74..bc60748efbd 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/types/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java index 2a4f8af5b56..2ba0315646b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java index a3285a585ab..1bae03f7084 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/NettyServerWebSocketUpgradeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.netty.websocket; import io.micronaut.context.event.ApplicationEventPublisher; diff --git a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java index dca82cd6ac7..711bcb0eb7b 100644 --- a/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java +++ b/http-server-netty/src/main/java/io/micronaut/http/server/netty/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy index 8282e9644a3..5ad0926eddf 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy index 8275615ba4d..6e2caf81830 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy index 6447fc960a1..831b1e15246 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy index 3ebd8f75a9b..9ec1eb4d04c 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java index 0af0af95378..afa1035908d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/BookController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java index 8c91a60a793..bc7c7e9c768 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java index 0a7f0c1e806..746d493e9bb 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/OutOfStockExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java index e97d08e6ce2..f7718e75971 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java index 912c3b22484..6090c02b664 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java index 361c8b22bc5..b1166cad6fe 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java index 9474d2fbe3f..7594d62858d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/http/server/exception/aterrorexceptionhandlerprecedence/OutOfStockExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java index e65b77f9095..83fe8a5a470 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java b/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java index 645f6a7401d..fc8b78a2edf 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/docs/writable/TemplateController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/ContextPathFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/ContextPathFilter.java index 9641e17e825..d00740021c5 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/ContextPathFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/ContextPathFilter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.interceptor; import io.micronaut.core.async.publisher.Publishers; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java index 5bd86fe7372..ce6fe4f91e2 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/FirstFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java index 639f67e3430..032e07ddfec 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecondFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java index 1b4959d6960..7c6532e6a14 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/SecureController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java index 9211675c777..bf6ce692cb0 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestReactiveFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java index f4ce763c3de..0b19a0d5979 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/interceptor/TestSecurityFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy index 2e9cb71e758..6b6a2e6f35a 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/JsonViewController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy index 2d33e23a516..16cfb274e3c 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/TestModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy index 88fc69389a1..80f23b1a6f9 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/jackson/Views.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java index 89e33c410d6..2f6d51b61a4 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java index 4f917d051c6..1d62d4f8f0b 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ParameterController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java index 4f4e02ca21b..0d7c1d63c87 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/java/ResponseController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/nativetransport/NativeTransportController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/nativetransport/NativeTransportController.java index 2698169af81..ec7febd0787 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/nativetransport/NativeTransportController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/nativetransport/NativeTransportController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.nativetransport; import io.micronaut.http.annotation.Controller; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/StatusController.groovy b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/StatusController.groovy index 0c4285b969b..9396c69caf5 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/StatusController.groovy +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/status/StatusController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.status import io.micronaut.context.annotation.Requires diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/util/MockHttpHeaders.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/util/MockHttpHeaders.java index 4235ad3811a..18fbc7d2f9f 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/util/MockHttpHeaders.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/util/MockHttpHeaders.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.util; import io.micronaut.core.convert.ArgumentConversionContext; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java index dffa697a56e..452b67ea427 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java index 9951d5a308e..c6d0c5537f3 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/BinaryChatServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java index ed00a4b106e..775665e5767 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java index 08341c23ade..aa7301a5447 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ChatServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ColludingController.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ColludingController.java index b5dd5dbbebf..56446f95d9c 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ColludingController.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ColludingController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.server.netty.websocket; import io.micronaut.http.MediaType; diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java index 17afb30a163..896b94220bf 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java index f70e3d20f22..37dd5a342cd 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/PojoChatClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java index d62dd00efb0..44df517d88d 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java index 7d2065aca92..cff916bbfa0 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/ErrorsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java index c47af9237d1..aeb79a0ee22 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java index 4a76bb3d141..4aa1c6092d6 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/MessageErrorSocketWithOnError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java index ce75c49cd7d..c2b2c22a69a 100644 --- a/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java +++ b/http-server-netty/src/test/groovy/io/micronaut/http/server/netty/websocket/errors/TimeoutErrorSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java b/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java index 732872b5a63..4fca8cbdcc8 100644 --- a/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java +++ b/http-server/src/main/java/io/micronaut/http/server/HttpServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java b/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java index 2136ef52292..655d0b8b17b 100644 --- a/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java +++ b/http-server/src/main/java/io/micronaut/http/server/binding/RequestArgumentSatisfier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java b/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java index ecfa6a5ee85..5767f124b0d 100644 --- a/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/binding/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java b/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java index 9cc89788242..00823966240 100644 --- a/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java +++ b/http-server/src/main/java/io/micronaut/http/server/codec/TextStreamCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java b/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java index c7a55b3167f..635a7d3f877 100644 --- a/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java index 09374fccdc4..a9a0538826f 100644 --- a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java +++ b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java index fe21a0eaa44..c078c40b74c 100644 --- a/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java +++ b/http-server/src/main/java/io/micronaut/http/server/context/ServerRequestContextInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/context/package-info.java b/http-server/src/main/java/io/micronaut/http/server/context/package-info.java index 13eb19b9182..858749f5cbb 100644 --- a/http-server/src/main/java/io/micronaut/http/server/context/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java index 5741e0f3560..b14397ddbbe 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java index b88debaaff5..37c9ba01d0e 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java index 9f4d1ab76b8..acd77fd00d4 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsOriginConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java b/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java index 4a9a67ed9f7..eb51bf11261 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/CorsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java b/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java index 8c1a2215f2c..12bff78175d 100644 --- a/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/cors/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java index 7725009cca8..1df10ff87bd 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ContentLengthExceededHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java index fba1b6c9137..0926b4b2f80 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ConversionErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java index 32ebb839fc5..06b12cdcc78 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java index aced8f89f29..ca19798eebc 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpServerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java index 9a8a7876ef8..2d9992bb757 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/HttpStatusHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java index 7f42a7f431f..807df0fd5e6 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/InternalServerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java index 821886a42a8..b31206a473b 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/JsonExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java index 8363d658fea..dc70231350e 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/ServerStartupException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java index 9e82b5f70e4..d5683609be1 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/UnsatisfiedArgumentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java b/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java index 18ca4d5b691..11fad5e9712 100644 --- a/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/multipart/MultipartBody.java b/http-server/src/main/java/io/micronaut/http/server/multipart/MultipartBody.java index 8bd3287feb7..50617ec1a2f 100644 --- a/http-server/src/main/java/io/micronaut/http/server/multipart/MultipartBody.java +++ b/http-server/src/main/java/io/micronaut/http/server/multipart/MultipartBody.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/multipart/package-info.java b/http-server/src/main/java/io/micronaut/http/server/multipart/package-info.java index 480f503ca07..a279c24c9a4 100644 --- a/http-server/src/main/java/io/micronaut/http/server/multipart/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to multipart requests received by a server. * diff --git a/http-server/src/main/java/io/micronaut/http/server/package-info.java b/http-server/src/main/java/io/micronaut/http/server/package-info.java index 4d1b93bb6b5..3bbf888c16b 100644 --- a/http-server/src/main/java/io/micronaut/http/server/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java index 90843339b84..7913f69ed16 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java index cea11acb5c9..373cde0e92c 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/CustomizableResponseTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java b/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java index 6d610eec650..18eab93048e 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/AttachedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java b/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java index b93ecbb8735..1d474fab6c9 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/FileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java b/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java index 497567bb271..d07d9fbfd9c 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/StreamedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java index 2875fbb6c0f..3f5d025971d 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java index ef810ab8b25..317754ce52e 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/SystemFileCustomizableResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java b/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java index f8eb282b256..b854c934856 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/files/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/types/package-info.java b/http-server/src/main/java/io/micronaut/http/server/types/package-info.java index d046e465ce6..dd58edddc83 100644 --- a/http-server/src/main/java/io/micronaut/http/server/types/package-info.java +++ b/http-server/src/main/java/io/micronaut/http/server/types/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpClientAddressResolver.java b/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpClientAddressResolver.java index 1e79f39fc5f..554782fc7e2 100644 --- a/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpClientAddressResolver.java +++ b/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpClientAddressResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.util; import io.micronaut.core.annotation.Experimental; diff --git a/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpHostResolver.java b/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpHostResolver.java index 3d23d05a570..688bad76332 100644 --- a/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpHostResolver.java +++ b/http-server/src/main/java/io/micronaut/http/server/util/DefaultHttpHostResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.util; import io.micronaut.core.annotation.Experimental; diff --git a/http-server/src/main/java/io/micronaut/http/server/util/HttpClientAddressResolver.java b/http-server/src/main/java/io/micronaut/http/server/util/HttpClientAddressResolver.java index e7fc56189c8..b770c7e8255 100644 --- a/http-server/src/main/java/io/micronaut/http/server/util/HttpClientAddressResolver.java +++ b/http-server/src/main/java/io/micronaut/http/server/util/HttpClientAddressResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.util; import io.micronaut.context.annotation.DefaultImplementation; diff --git a/http-server/src/main/java/io/micronaut/http/server/util/HttpHostResolver.java b/http-server/src/main/java/io/micronaut/http/server/util/HttpHostResolver.java index 8029d392800..e188919f139 100644 --- a/http-server/src/main/java/io/micronaut/http/server/util/HttpHostResolver.java +++ b/http-server/src/main/java/io/micronaut/http/server/util/HttpHostResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http-server/src/main/java/io/micronaut/http/server/util/ProxyHeaderParser.java b/http-server/src/main/java/io/micronaut/http/server/util/ProxyHeaderParser.java index 2e60810680a..35900f054d2 100644 --- a/http-server/src/main/java/io/micronaut/http/server/util/ProxyHeaderParser.java +++ b/http-server/src/main/java/io/micronaut/http/server/util/ProxyHeaderParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.server.util; import io.micronaut.core.util.StringUtils; diff --git a/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java b/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java index b51380b4dce..0d80365ac32 100644 --- a/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java +++ b/http-server/src/main/java/io/micronaut/http/server/websocket/ServerWebSocketProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/BasicAuth.java b/http/src/main/java/io/micronaut/http/BasicAuth.java index 7c50919545d..b0421c4700b 100644 --- a/http/src/main/java/io/micronaut/http/BasicAuth.java +++ b/http/src/main/java/io/micronaut/http/BasicAuth.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java b/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java index 807493be347..5a3cdc78603 100644 --- a/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java +++ b/http/src/main/java/io/micronaut/http/DefaultHttpFactories.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/FullHttpRequest.java b/http/src/main/java/io/micronaut/http/FullHttpRequest.java index b58bfce1f4e..e682eae5aae 100644 --- a/http/src/main/java/io/micronaut/http/FullHttpRequest.java +++ b/http/src/main/java/io/micronaut/http/FullHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpAttributes.java b/http/src/main/java/io/micronaut/http/HttpAttributes.java index 2bd6136ad73..e479e92a63d 100644 --- a/http/src/main/java/io/micronaut/http/HttpAttributes.java +++ b/http/src/main/java/io/micronaut/http/HttpAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpHeaderValues.java b/http/src/main/java/io/micronaut/http/HttpHeaderValues.java index 0247c2d5dfe..003d781127e 100644 --- a/http/src/main/java/io/micronaut/http/HttpHeaderValues.java +++ b/http/src/main/java/io/micronaut/http/HttpHeaderValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpHeaders.java b/http/src/main/java/io/micronaut/http/HttpHeaders.java index ec6fd1a0114..46b3cffd6de 100644 --- a/http/src/main/java/io/micronaut/http/HttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/HttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpMessage.java b/http/src/main/java/io/micronaut/http/HttpMessage.java index 4a70e6e5bc3..9c00a2a2a38 100644 --- a/http/src/main/java/io/micronaut/http/HttpMessage.java +++ b/http/src/main/java/io/micronaut/http/HttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java b/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java index 6eb4e208864..4a0c6bf4ebf 100644 --- a/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java +++ b/http/src/main/java/io/micronaut/http/HttpMessageWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpMethod.java b/http/src/main/java/io/micronaut/http/HttpMethod.java index b036f3d9620..47bad29ca45 100644 --- a/http/src/main/java/io/micronaut/http/HttpMethod.java +++ b/http/src/main/java/io/micronaut/http/HttpMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpParameters.java b/http/src/main/java/io/micronaut/http/HttpParameters.java index ff1972bb949..49fe4cbafcf 100644 --- a/http/src/main/java/io/micronaut/http/HttpParameters.java +++ b/http/src/main/java/io/micronaut/http/HttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpRequest.java b/http/src/main/java/io/micronaut/http/HttpRequest.java index 15615c76708..6c520b04b6b 100644 --- a/http/src/main/java/io/micronaut/http/HttpRequest.java +++ b/http/src/main/java/io/micronaut/http/HttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpRequestFactory.java b/http/src/main/java/io/micronaut/http/HttpRequestFactory.java index 3f949d94a0f..a9791830909 100644 --- a/http/src/main/java/io/micronaut/http/HttpRequestFactory.java +++ b/http/src/main/java/io/micronaut/http/HttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java b/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java index 9c70d889c04..56324c88d3d 100644 --- a/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java +++ b/http/src/main/java/io/micronaut/http/HttpRequestWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpResponse.java b/http/src/main/java/io/micronaut/http/HttpResponse.java index bde84e447ca..bafc2388766 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponse.java +++ b/http/src/main/java/io/micronaut/http/HttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpResponseFactory.java b/http/src/main/java/io/micronaut/http/HttpResponseFactory.java index c820bd22fab..3ffbc77d6b7 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponseFactory.java +++ b/http/src/main/java/io/micronaut/http/HttpResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpResponseProvider.java b/http/src/main/java/io/micronaut/http/HttpResponseProvider.java index da35453a33e..6fdbed7bc67 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponseProvider.java +++ b/http/src/main/java/io/micronaut/http/HttpResponseProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java b/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java index 4dc18c89b6c..3bd7c522cad 100644 --- a/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java +++ b/http/src/main/java/io/micronaut/http/HttpResponseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/HttpStatus.java b/http/src/main/java/io/micronaut/http/HttpStatus.java index ed7acb5aa4b..ec95205a61b 100644 --- a/http/src/main/java/io/micronaut/http/HttpStatus.java +++ b/http/src/main/java/io/micronaut/http/HttpStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MediaType.java b/http/src/main/java/io/micronaut/http/MediaType.java index 7b411aec0b4..727a62b0a58 100644 --- a/http/src/main/java/io/micronaut/http/MediaType.java +++ b/http/src/main/java/io/micronaut/http/MediaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MediaTypeConverter.java b/http/src/main/java/io/micronaut/http/MediaTypeConverter.java index b394548b2be..99c8f1bf18c 100644 --- a/http/src/main/java/io/micronaut/http/MediaTypeConverter.java +++ b/http/src/main/java/io/micronaut/http/MediaTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java b/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java index bc95cb24f32..ee29390a695 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MutableHttpMessage.java b/http/src/main/java/io/micronaut/http/MutableHttpMessage.java index ccc759e66d2..69d63f68c0c 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpMessage.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MutableHttpParameters.java b/http/src/main/java/io/micronaut/http/MutableHttpParameters.java index 5b35a61246f..81f33a04ea8 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpParameters.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MutableHttpRequest.java b/http/src/main/java/io/micronaut/http/MutableHttpRequest.java index 3f4bb1d4cab..3b93b47fd43 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpRequest.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/MutableHttpResponse.java b/http/src/main/java/io/micronaut/http/MutableHttpResponse.java index 0ed1a4d3173..9c3dc28a6e3 100644 --- a/http/src/main/java/io/micronaut/http/MutableHttpResponse.java +++ b/http/src/main/java/io/micronaut/http/MutableHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Body.java b/http/src/main/java/io/micronaut/http/annotation/Body.java index c95482aa409..85a5468cbfd 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Body.java +++ b/http/src/main/java/io/micronaut/http/annotation/Body.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Consumes.java b/http/src/main/java/io/micronaut/http/annotation/Consumes.java index 4db86e6bc74..7c27f97d28a 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Consumes.java +++ b/http/src/main/java/io/micronaut/http/annotation/Consumes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Controller.java b/http/src/main/java/io/micronaut/http/annotation/Controller.java index f0065162246..c3eeb6aa1ff 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Controller.java +++ b/http/src/main/java/io/micronaut/http/annotation/Controller.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/CookieValue.java b/http/src/main/java/io/micronaut/http/annotation/CookieValue.java index b37c74dd9b2..4765bd4f5b3 100644 --- a/http/src/main/java/io/micronaut/http/annotation/CookieValue.java +++ b/http/src/main/java/io/micronaut/http/annotation/CookieValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/CustomHttpMethod.java b/http/src/main/java/io/micronaut/http/annotation/CustomHttpMethod.java index dea68afb827..e4faebb5615 100644 --- a/http/src/main/java/io/micronaut/http/annotation/CustomHttpMethod.java +++ b/http/src/main/java/io/micronaut/http/annotation/CustomHttpMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Delete.java b/http/src/main/java/io/micronaut/http/annotation/Delete.java index 5fd205b05cc..d9cc2b514dd 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Delete.java +++ b/http/src/main/java/io/micronaut/http/annotation/Delete.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Error.java b/http/src/main/java/io/micronaut/http/annotation/Error.java index dad9c24a855..7c9d06e62c8 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Error.java +++ b/http/src/main/java/io/micronaut/http/annotation/Error.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Filter.java b/http/src/main/java/io/micronaut/http/annotation/Filter.java index 46e41dd596c..a29c1e07459 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Filter.java +++ b/http/src/main/java/io/micronaut/http/annotation/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/FilterMatcher.java b/http/src/main/java/io/micronaut/http/annotation/FilterMatcher.java index 7a1d8e7841d..b06e82ba229 100644 --- a/http/src/main/java/io/micronaut/http/annotation/FilterMatcher.java +++ b/http/src/main/java/io/micronaut/http/annotation/FilterMatcher.java @@ -1,17 +1,17 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.micronaut.http.annotation; diff --git a/http/src/main/java/io/micronaut/http/annotation/Get.java b/http/src/main/java/io/micronaut/http/annotation/Get.java index aa1a230f3d9..35d6a4eb822 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Get.java +++ b/http/src/main/java/io/micronaut/http/annotation/Get.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Head.java b/http/src/main/java/io/micronaut/http/annotation/Head.java index 9c36dbb6fdb..d6eb62f620b 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Head.java +++ b/http/src/main/java/io/micronaut/http/annotation/Head.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Header.java b/http/src/main/java/io/micronaut/http/annotation/Header.java index 201b110ca07..e1a3507f82e 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Header.java +++ b/http/src/main/java/io/micronaut/http/annotation/Header.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Headers.java b/http/src/main/java/io/micronaut/http/annotation/Headers.java index 96c4a5bd376..46f53e74d76 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Headers.java +++ b/http/src/main/java/io/micronaut/http/annotation/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java b/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java index 12b3efa5933..bd6a1519835 100644 --- a/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java +++ b/http/src/main/java/io/micronaut/http/annotation/HttpMethodMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Options.java b/http/src/main/java/io/micronaut/http/annotation/Options.java index 7ccdedf275d..96adcd3fb9c 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Options.java +++ b/http/src/main/java/io/micronaut/http/annotation/Options.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Part.java b/http/src/main/java/io/micronaut/http/annotation/Part.java index 3b7580eca95..49bbb9ed176 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Part.java +++ b/http/src/main/java/io/micronaut/http/annotation/Part.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Patch.java b/http/src/main/java/io/micronaut/http/annotation/Patch.java index 15ff7c9a7a6..409c3f04daa 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Patch.java +++ b/http/src/main/java/io/micronaut/http/annotation/Patch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/PathVariable.java b/http/src/main/java/io/micronaut/http/annotation/PathVariable.java index 05375d7090c..815b64a6530 100644 --- a/http/src/main/java/io/micronaut/http/annotation/PathVariable.java +++ b/http/src/main/java/io/micronaut/http/annotation/PathVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import io.micronaut.context.annotation.AliasFor; diff --git a/http/src/main/java/io/micronaut/http/annotation/Post.java b/http/src/main/java/io/micronaut/http/annotation/Post.java index 1710e4a329d..42d80ea93aa 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Post.java +++ b/http/src/main/java/io/micronaut/http/annotation/Post.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Produces.java b/http/src/main/java/io/micronaut/http/annotation/Produces.java index 3eef6ac2154..13bc5702849 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Produces.java +++ b/http/src/main/java/io/micronaut/http/annotation/Produces.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Put.java b/http/src/main/java/io/micronaut/http/annotation/Put.java index 2aaa1a891a2..8221267f517 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Put.java +++ b/http/src/main/java/io/micronaut/http/annotation/Put.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/QueryValue.java b/http/src/main/java/io/micronaut/http/annotation/QueryValue.java index a011e59917f..0ca9b8adffe 100644 --- a/http/src/main/java/io/micronaut/http/annotation/QueryValue.java +++ b/http/src/main/java/io/micronaut/http/annotation/QueryValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/RequestAttribute.java b/http/src/main/java/io/micronaut/http/annotation/RequestAttribute.java index bad02825dfc..d5a15d3ec57 100644 --- a/http/src/main/java/io/micronaut/http/annotation/RequestAttribute.java +++ b/http/src/main/java/io/micronaut/http/annotation/RequestAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import io.micronaut.context.annotation.AliasFor; diff --git a/http/src/main/java/io/micronaut/http/annotation/RequestAttributes.java b/http/src/main/java/io/micronaut/http/annotation/RequestAttributes.java index f427ceeb25c..c05472e615b 100644 --- a/http/src/main/java/io/micronaut/http/annotation/RequestAttributes.java +++ b/http/src/main/java/io/micronaut/http/annotation/RequestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.annotation; import java.lang.annotation.Documented; diff --git a/http/src/main/java/io/micronaut/http/annotation/Status.java b/http/src/main/java/io/micronaut/http/annotation/Status.java index 62f4cc573c4..218c56b8260 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Status.java +++ b/http/src/main/java/io/micronaut/http/annotation/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/Trace.java b/http/src/main/java/io/micronaut/http/annotation/Trace.java index 9cd5a5fea97..615877592db 100644 --- a/http/src/main/java/io/micronaut/http/annotation/Trace.java +++ b/http/src/main/java/io/micronaut/http/annotation/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/UriMapping.java b/http/src/main/java/io/micronaut/http/annotation/UriMapping.java index 4f653abec0e..e3c8976b949 100644 --- a/http/src/main/java/io/micronaut/http/annotation/UriMapping.java +++ b/http/src/main/java/io/micronaut/http/annotation/UriMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/annotation/package-info.java b/http/src/main/java/io/micronaut/http/annotation/package-info.java index ea13f49ed49..366ac34fe18 100644 --- a/http/src/main/java/io/micronaut/http/annotation/package-info.java +++ b/http/src/main/java/io/micronaut/http/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java b/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java index c2f71f05ca9..a837508057f 100644 --- a/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java +++ b/http/src/main/java/io/micronaut/http/bind/DefaultRequestBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java b/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java index d2e6a2d7718..856faf8bfec 100644 --- a/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java +++ b/http/src/main/java/io/micronaut/http/bind/RequestBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java index c5a0e91ccfa..1a41a202023 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/AnnotatedRequestArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java index bbf2d23580d..1f242e70877 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/BodyArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java index 26b36d8963b..e524feb61e7 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/CookieAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java index a290a164698..538fd536aef 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/DefaultBodyAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java index 41c942e39f1..b32c4f7f550 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/HeaderAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java index 4bf551f57f0..c2a53cafc88 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/NonBlockingBodyArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java index 3d7d5772a8e..ff4f9d3b986 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/ParameterAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/PathVariableAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/PathVariableAnnotationBinder.java index 6e22dbed877..7cff4d1c182 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/PathVariableAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/PathVariableAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java index a5c308c654f..c87afeda597 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/RequestArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/RequestAttributeAnnotationBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/RequestAttributeAnnotationBinder.java index 1c0614dd15f..79df9c139cb 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/RequestAttributeAnnotationBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/RequestAttributeAnnotationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.bind.binders; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java b/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java index f6d4fd48d2d..19a12a4a543 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/TypedRequestArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/binders/package-info.java b/http/src/main/java/io/micronaut/http/bind/binders/package-info.java index 77cdc3fc505..2e34886f793 100644 --- a/http/src/main/java/io/micronaut/http/bind/binders/package-info.java +++ b/http/src/main/java/io/micronaut/http/bind/binders/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/bind/package-info.java b/http/src/main/java/io/micronaut/http/bind/package-info.java index 66e0b62bc32..1fdb7060aae 100644 --- a/http/src/main/java/io/micronaut/http/bind/package-info.java +++ b/http/src/main/java/io/micronaut/http/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java b/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java index 1529d1d3722..8544cb5c033 100644 --- a/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java +++ b/http/src/main/java/io/micronaut/http/codec/CodecConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/codec/CodecException.java b/http/src/main/java/io/micronaut/http/codec/CodecException.java index dcfb0ecf6fd..b255f72dd80 100644 --- a/http/src/main/java/io/micronaut/http/codec/CodecException.java +++ b/http/src/main/java/io/micronaut/http/codec/CodecException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java b/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java index 8d5760ce635..fb5d4690f0f 100644 --- a/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java +++ b/http/src/main/java/io/micronaut/http/codec/DefaultMediaTypeCodecRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java index 88c89f46361..a87fc01289d 100644 --- a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java +++ b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java index 75832850c90..133fd396046 100644 --- a/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java +++ b/http/src/main/java/io/micronaut/http/codec/MediaTypeCodecRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/codec/package-info.java b/http/src/main/java/io/micronaut/http/codec/package-info.java index fc39d78d400..62af080e8bd 100644 --- a/http/src/main/java/io/micronaut/http/codec/package-info.java +++ b/http/src/main/java/io/micronaut/http/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/ClientContextPathProvider.java b/http/src/main/java/io/micronaut/http/context/ClientContextPathProvider.java index 9941a2da5c8..27b9889b512 100644 --- a/http/src/main/java/io/micronaut/http/context/ClientContextPathProvider.java +++ b/http/src/main/java/io/micronaut/http/context/ClientContextPathProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/ContextPathProvider.java b/http/src/main/java/io/micronaut/http/context/ContextPathProvider.java index f59942d40ce..89bdea8d621 100644 --- a/http/src/main/java/io/micronaut/http/context/ContextPathProvider.java +++ b/http/src/main/java/io/micronaut/http/context/ContextPathProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/ServerContextPathProvider.java b/http/src/main/java/io/micronaut/http/context/ServerContextPathProvider.java index 21e4a5bbd72..cd2d289c404 100644 --- a/http/src/main/java/io/micronaut/http/context/ServerContextPathProvider.java +++ b/http/src/main/java/io/micronaut/http/context/ServerContextPathProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java b/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java index 91e8484cd42..4f061acacb2 100644 --- a/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java +++ b/http/src/main/java/io/micronaut/http/context/ServerRequestContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java b/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java index 94a43133630..fcd0bf5d943 100644 --- a/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java +++ b/http/src/main/java/io/micronaut/http/context/ServerRequestTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/event/HttpRequestReceivedEvent.java b/http/src/main/java/io/micronaut/http/context/event/HttpRequestReceivedEvent.java index 4d393320b30..27d305dcc2c 100644 --- a/http/src/main/java/io/micronaut/http/context/event/HttpRequestReceivedEvent.java +++ b/http/src/main/java/io/micronaut/http/context/event/HttpRequestReceivedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.http.context.event; import io.micronaut.context.event.ApplicationEvent; diff --git a/http/src/main/java/io/micronaut/http/context/event/HttpRequestTerminatedEvent.java b/http/src/main/java/io/micronaut/http/context/event/HttpRequestTerminatedEvent.java index ae73be82501..178c60470a8 100644 --- a/http/src/main/java/io/micronaut/http/context/event/HttpRequestTerminatedEvent.java +++ b/http/src/main/java/io/micronaut/http/context/event/HttpRequestTerminatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/context/event/package-info.java b/http/src/main/java/io/micronaut/http/context/event/package-info.java index 9bc92396a0a..ded89b1e230 100644 --- a/http/src/main/java/io/micronaut/http/context/event/package-info.java +++ b/http/src/main/java/io/micronaut/http/context/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains classes for relates to events {@link io.micronaut.http.HttpRequest}. * diff --git a/http/src/main/java/io/micronaut/http/context/package-info.java b/http/src/main/java/io/micronaut/http/context/package-info.java index 56aa45bedcb..eb69dbcbfa5 100644 --- a/http/src/main/java/io/micronaut/http/context/package-info.java +++ b/http/src/main/java/io/micronaut/http/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/cookie/Cookie.java b/http/src/main/java/io/micronaut/http/cookie/Cookie.java index c3d316b79d1..4c6f7e23f18 100644 --- a/http/src/main/java/io/micronaut/http/cookie/Cookie.java +++ b/http/src/main/java/io/micronaut/http/cookie/Cookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java b/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java index c1ce3b818aa..3d477ff8dc3 100644 --- a/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java +++ b/http/src/main/java/io/micronaut/http/cookie/CookieConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java b/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java index 40210f0a85e..92efe10ea0e 100644 --- a/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java +++ b/http/src/main/java/io/micronaut/http/cookie/CookieFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/cookie/Cookies.java b/http/src/main/java/io/micronaut/http/cookie/Cookies.java index dcd95ff3346..1bca5bdd6d7 100644 --- a/http/src/main/java/io/micronaut/http/cookie/Cookies.java +++ b/http/src/main/java/io/micronaut/http/cookie/Cookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/cookie/package-info.java b/http/src/main/java/io/micronaut/http/cookie/package-info.java index 12043f91018..43696c72ce5 100644 --- a/http/src/main/java/io/micronaut/http/cookie/package-info.java +++ b/http/src/main/java/io/micronaut/http/cookie/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java b/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java index f2d1a8c65d6..b424ab3ce1a 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/ConnectionClosedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java b/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java index 2ccc68b12a5..86c6c61601c 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/ContentLengthExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/exceptions/HttpException.java b/http/src/main/java/io/micronaut/http/exceptions/HttpException.java index 7aedd404bcd..28da0da59b6 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/HttpException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/HttpException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java b/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java index 10f61f1ff61..7c3f3b28dfd 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/HttpStatusException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java b/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java index 08ce4e980db..43c4039b190 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java +++ b/http/src/main/java/io/micronaut/http/exceptions/UriSyntaxException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/exceptions/package-info.java b/http/src/main/java/io/micronaut/http/exceptions/package-info.java index 63cd360bc2b..0ac3ba1ed09 100644 --- a/http/src/main/java/io/micronaut/http/exceptions/package-info.java +++ b/http/src/main/java/io/micronaut/http/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java b/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java index dabd0896ada..57ff54fbb8a 100644 --- a/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java +++ b/http/src/main/java/io/micronaut/http/filter/ClientFilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/FilterChain.java b/http/src/main/java/io/micronaut/http/filter/FilterChain.java index 730133bed61..44b1d58e176 100644 --- a/http/src/main/java/io/micronaut/http/filter/FilterChain.java +++ b/http/src/main/java/io/micronaut/http/filter/FilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java b/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java index 62d9c202544..6395c1b1cd8 100644 --- a/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java +++ b/http/src/main/java/io/micronaut/http/filter/FilterOrderProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java b/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java index a32db8545f6..4c96d879a98 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/HttpFilter.java b/http/src/main/java/io/micronaut/http/filter/HttpFilter.java index 8c609149e74..f1dd4e854c3 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/HttpFilterResolver.java b/http/src/main/java/io/micronaut/http/filter/HttpFilterResolver.java index fa2fea71b52..645854f969a 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpFilterResolver.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpFilterResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java b/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java index 8165fb14bb5..c94a2eaab86 100644 --- a/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/HttpServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java b/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java index 0243dd940a1..00a86a20b4b 100644 --- a/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java +++ b/http/src/main/java/io/micronaut/http/filter/OncePerRequestHttpServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java b/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java index 6c90e19107f..3691db12d92 100644 --- a/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java +++ b/http/src/main/java/io/micronaut/http/filter/ServerFilterChain.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/filter/package-info.java b/http/src/main/java/io/micronaut/http/filter/package-info.java index 263c6fae88e..c427108525c 100644 --- a/http/src/main/java/io/micronaut/http/filter/package-info.java +++ b/http/src/main/java/io/micronaut/http/filter/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java b/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java index acc2dd13b1d..ab340086503 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java +++ b/http/src/main/java/io/micronaut/http/hateoas/AbstractResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java b/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java index c1b4b3638dd..b79992b3ce1 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java +++ b/http/src/main/java/io/micronaut/http/hateoas/DefaultLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/JsonError.java b/http/src/main/java/io/micronaut/http/hateoas/JsonError.java index d4cac073c35..d7b571c49b9 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/JsonError.java +++ b/http/src/main/java/io/micronaut/http/hateoas/JsonError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/Link.java b/http/src/main/java/io/micronaut/http/hateoas/Link.java index 6f66801e917..4c810d9799a 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/Link.java +++ b/http/src/main/java/io/micronaut/http/hateoas/Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/Resource.java b/http/src/main/java/io/micronaut/http/hateoas/Resource.java index 388053cc084..e029e6fa93f 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/Resource.java +++ b/http/src/main/java/io/micronaut/http/hateoas/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/VndError.java b/http/src/main/java/io/micronaut/http/hateoas/VndError.java index 85cdcab1bed..4d334175eab 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/VndError.java +++ b/http/src/main/java/io/micronaut/http/hateoas/VndError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateoas/package-info.java b/http/src/main/java/io/micronaut/http/hateoas/package-info.java index 0ca72fd7b7b..099cc868001 100644 --- a/http/src/main/java/io/micronaut/http/hateoas/package-info.java +++ b/http/src/main/java/io/micronaut/http/hateoas/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java b/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java index fb192a966c9..f3b1db23065 100644 --- a/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java +++ b/http/src/main/java/io/micronaut/http/hateos/AbstractResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java b/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java index ea6b760e1d0..cd688936324 100644 --- a/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java +++ b/http/src/main/java/io/micronaut/http/hateos/DefaultLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/JsonError.java b/http/src/main/java/io/micronaut/http/hateos/JsonError.java index 041a83ee32a..164ac882037 100644 --- a/http/src/main/java/io/micronaut/http/hateos/JsonError.java +++ b/http/src/main/java/io/micronaut/http/hateos/JsonError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/Link.java b/http/src/main/java/io/micronaut/http/hateos/Link.java index 61d54c09314..f44c65c02d0 100644 --- a/http/src/main/java/io/micronaut/http/hateos/Link.java +++ b/http/src/main/java/io/micronaut/http/hateos/Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/Resource.java b/http/src/main/java/io/micronaut/http/hateos/Resource.java index 6ad09f91060..31e33d27a8c 100644 --- a/http/src/main/java/io/micronaut/http/hateos/Resource.java +++ b/http/src/main/java/io/micronaut/http/hateos/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/VndError.java b/http/src/main/java/io/micronaut/http/hateos/VndError.java index 09f623cf4e6..4a091379135 100644 --- a/http/src/main/java/io/micronaut/http/hateos/VndError.java +++ b/http/src/main/java/io/micronaut/http/hateos/VndError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/hateos/package-info.java b/http/src/main/java/io/micronaut/http/hateos/package-info.java index 09001a7a4a4..9fe9e7df140 100644 --- a/http/src/main/java/io/micronaut/http/hateos/package-info.java +++ b/http/src/main/java/io/micronaut/http/hateos/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java b/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java index 28d568bc9a1..61651ab6404 100644 --- a/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java +++ b/http/src/main/java/io/micronaut/http/multipart/CompletedFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/CompletedPart.java b/http/src/main/java/io/micronaut/http/multipart/CompletedPart.java index fce5757c99b..ac14294a6b2 100644 --- a/http/src/main/java/io/micronaut/http/multipart/CompletedPart.java +++ b/http/src/main/java/io/micronaut/http/multipart/CompletedPart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/FileUpload.java b/http/src/main/java/io/micronaut/http/multipart/FileUpload.java index f8ed265edef..05cdbc241a5 100644 --- a/http/src/main/java/io/micronaut/http/multipart/FileUpload.java +++ b/http/src/main/java/io/micronaut/http/multipart/FileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/MultipartException.java b/http/src/main/java/io/micronaut/http/multipart/MultipartException.java index 3ca0754e53b..d0587d2bd12 100644 --- a/http/src/main/java/io/micronaut/http/multipart/MultipartException.java +++ b/http/src/main/java/io/micronaut/http/multipart/MultipartException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/PartData.java b/http/src/main/java/io/micronaut/http/multipart/PartData.java index afd8ba00290..ff79f152e0b 100644 --- a/http/src/main/java/io/micronaut/http/multipart/PartData.java +++ b/http/src/main/java/io/micronaut/http/multipart/PartData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java b/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java index 911754cab26..5c9606ca4e1 100644 --- a/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java +++ b/http/src/main/java/io/micronaut/http/multipart/StreamingFileUpload.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/multipart/package-info.java b/http/src/main/java/io/micronaut/http/multipart/package-info.java index 901a99b01af..94efe07c1a1 100644 --- a/http/src/main/java/io/micronaut/http/multipart/package-info.java +++ b/http/src/main/java/io/micronaut/http/multipart/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/package-info.java b/http/src/main/java/io/micronaut/http/package-info.java index 11d427ebb89..7fca617afb7 100644 --- a/http/src/main/java/io/micronaut/http/package-info.java +++ b/http/src/main/java/io/micronaut/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java b/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java index 8ff9d23f3b7..42077094ddc 100644 --- a/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java +++ b/http/src/main/java/io/micronaut/http/resource/ResourceLoaderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/resource/package-info.java b/http/src/main/java/io/micronaut/http/resource/package-info.java index 489a42b8f4b..26187fb5654 100644 --- a/http/src/main/java/io/micronaut/http/resource/package-info.java +++ b/http/src/main/java/io/micronaut/http/resource/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java index 091b4f66167..6a5e54353d1 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java index 28d5a9a2d38..e41d294ab56 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java index 5979d4ba572..ddb6bf07d0e 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java index 88737812eb9..3bfb95ff9f3 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpRequestFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java index f89210f1802..74a4dbb0aec 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java index 9c019a5b176..f6dfb5da9b0 100644 --- a/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java +++ b/http/src/main/java/io/micronaut/http/simple/SimpleHttpResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java index 0203939af5c..e2b46824348 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java index a6ec14b6edf..6898095749a 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookieFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java index cffbebba494..fb025de20c6 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/SimpleCookies.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java b/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java index 5b589635573..eb2ac316782 100644 --- a/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java +++ b/http/src/main/java/io/micronaut/http/simple/cookies/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/simple/package-info.java b/http/src/main/java/io/micronaut/http/simple/package-info.java index 8f51698177f..d775fc3ad44 100644 --- a/http/src/main/java/io/micronaut/http/simple/package-info.java +++ b/http/src/main/java/io/micronaut/http/simple/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java b/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java index 93ad2050f00..132893d603e 100644 --- a/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java +++ b/http/src/main/java/io/micronaut/http/sse/DefaultEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/sse/Event.java b/http/src/main/java/io/micronaut/http/sse/Event.java index 901a53ceae5..051ff907beb 100644 --- a/http/src/main/java/io/micronaut/http/sse/Event.java +++ b/http/src/main/java/io/micronaut/http/sse/Event.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/sse/package-info.java b/http/src/main/java/io/micronaut/http/sse/package-info.java index 4b309302fbd..65acafe7112 100644 --- a/http/src/main/java/io/micronaut/http/sse/package-info.java +++ b/http/src/main/java/io/micronaut/http/sse/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java b/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java index 218cafcfc0f..f75eecb1203 100644 --- a/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java +++ b/http/src/main/java/io/micronaut/http/ssl/ClientAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java index 6cbaae9c55b..e45d3532dd7 100644 --- a/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/ClientSslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java index eea8b9cafa5..db469c3bece 100644 --- a/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/DefaultSslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java index 931c953d17e..fc08615f010 100644 --- a/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/ServerSslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java b/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java index 3d9457fa6d2..2e1a79a0105 100644 --- a/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java +++ b/http/src/main/java/io/micronaut/http/ssl/SslBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java b/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java index 9837e8bfa02..51ae9aea634 100644 --- a/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java +++ b/http/src/main/java/io/micronaut/http/ssl/SslConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java b/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java index 3ac20784ed8..91e04931877 100644 --- a/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java +++ b/http/src/main/java/io/micronaut/http/ssl/SslConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/ssl/package-info.java b/http/src/main/java/io/micronaut/http/ssl/package-info.java index d85b736a43c..7498889c4d1 100644 --- a/http/src/main/java/io/micronaut/http/ssl/package-info.java +++ b/http/src/main/java/io/micronaut/http/ssl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java b/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java index 484c2eaa6d6..ccced2a5d58 100644 --- a/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java +++ b/http/src/main/java/io/micronaut/http/uri/DefaultUriBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriBuilder.java b/http/src/main/java/io/micronaut/http/uri/UriBuilder.java index 0633e50475e..923c747923a 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriBuilder.java +++ b/http/src/main/java/io/micronaut/http/uri/UriBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java b/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java index 05cf844303c..2726fcd9254 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatchInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java b/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java index efb2c009861..6b09ea28481 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatchTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java b/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java index a846c1ceb66..5077b0db24f 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatchVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriMatcher.java b/http/src/main/java/io/micronaut/http/uri/UriMatcher.java index 576788f8b32..36f796eb37b 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriMatcher.java +++ b/http/src/main/java/io/micronaut/http/uri/UriMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriTemplate.java b/http/src/main/java/io/micronaut/http/uri/UriTemplate.java index 3e63a765b60..4903abba7c2 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriTemplate.java +++ b/http/src/main/java/io/micronaut/http/uri/UriTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java b/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java index e079f46c3dc..5298962451a 100644 --- a/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java +++ b/http/src/main/java/io/micronaut/http/uri/UriTypeMatchTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/uri/package-info.java b/http/src/main/java/io/micronaut/http/uri/package-info.java index 9b619b319ab..425d752a3b3 100644 --- a/http/src/main/java/io/micronaut/http/uri/package-info.java +++ b/http/src/main/java/io/micronaut/http/uri/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/util/HttpUtil.java b/http/src/main/java/io/micronaut/http/util/HttpUtil.java index ed804bace6f..2ba27fb8d8e 100644 --- a/http/src/main/java/io/micronaut/http/util/HttpUtil.java +++ b/http/src/main/java/io/micronaut/http/util/HttpUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java index 59e9a4093f9..df351083738 100644 --- a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java +++ b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java index 7ed2904a5fd..3e947a83110 100644 --- a/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java +++ b/http/src/main/java/io/micronaut/http/util/OutgoingHttpRequestProcessorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java b/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java index c3a66fb3e38..0dc7e365fc0 100644 --- a/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java +++ b/http/src/main/java/io/micronaut/http/util/OutgointRequestProcessorMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/java/io/micronaut/http/util/package-info.java b/http/src/main/java/io/micronaut/http/util/package-info.java index d5eb89742e6..f4dea0eeba7 100644 --- a/http/src/main/java/io/micronaut/http/util/package-info.java +++ b/http/src/main/java/io/micronaut/http/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/http/src/main/kotlin/io/micronaut/http/bind/binders/ContinuationArgumentBinder.kt b/http/src/main/kotlin/io/micronaut/http/bind/binders/ContinuationArgumentBinder.kt index 4507214e465..e21e1b8049a 100644 --- a/http/src/main/kotlin/io/micronaut/http/bind/binders/ContinuationArgumentBinder.kt +++ b/http/src/main/kotlin/io/micronaut/http/bind/binders/ContinuationArgumentBinder.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.http.bind.binders import io.micronaut.core.bind.ArgumentBinder diff --git a/http/src/main/resources/META-INF/native-image/io.micronaut.http/mime-types/native-image.properties b/http/src/main/resources/META-INF/native-image/io.micronaut.http/mime-types/native-image.properties index 1991b530709..0c7f05d68a8 100644 --- a/http/src/main/resources/META-INF/native-image/io.micronaut.http/mime-types/native-image.properties +++ b/http/src/main/resources/META-INF/native-image/io.micronaut.http/mime-types/native-image.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + Args = -H:IncludeResources=META-INF/http/mime.types \ No newline at end of file diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy index 00ac189e16c..1ed278a9efb 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/InjectTransform.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy index 34a1003ef4b..dc9bc9b2e69 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorEnd.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy index a7d520bed7b..5784da83cdf 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorStart.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy index 4d6f5709ebb..2b5146f7aae 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/TypeElementVisitorTransform.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy index 5ad8f103446..aedac361223 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/annotation/GroovyAnnotationMetadataBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy index 88c9796046b..743aa7f4472 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/config/GroovyConfigurationMetadataBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java index cc5120d4cc5..c5f525c26a5 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy index 441d8b71e05..d95e26b4cef 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstAnnotationUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy index 7e488fb4499..d0aabfbb9c3 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstClassUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy index bd1d5fab85d..545b52e1ae0 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstGenericUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy index f5d72a1a49b..7f8a593c233 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstMessageUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy index b075005ce7a..66874a10cac 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/AstUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java index c9c7c7307eb..4a8b9c6c84b 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/ExtendedParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java index d0af2573bd1..f6fd26ac093 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/InMemoryByteCodeGroovyClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy index d43af954965..07b39d10e3b 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicAbstractMethodVisitor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy index 2f7347c6554..d3fcf25d741 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/PublicMethodVisitor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java index 6fb98113d71..dc04e8c9ee2 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/utils/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.java index 7e709466f7e..69db025e852 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/AbstractGroovyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java index de9e4c0b10d..29067325ed5 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyClassElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java index b11caa3963d..1507a972547 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyConstructorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java index f96b9c0aa41..1d8be460d96 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyEnumElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java index 3081a070151..0872fb4b9ec 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyFieldElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java index 48a7af2d693..6531cc02498 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyMethodElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java index 4ca1be0e2ae..aab31aa1bae 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java index 3c3a86ff933..1944ffe654a 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyPropertyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java index 786a56545f7..b5d89115f10 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/GroovyVisitorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy index 65356b5cf43..5a5a58e8437 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/LoadedVisitor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java index 8e6937c7847..883f20eaf9f 100644 --- a/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java +++ b/inject-groovy/src/main/groovy/io/micronaut/ast/groovy/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy index e91df065ce5..176e4d88092 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/MyPrecompiledInterface.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy index 14ace0f4b50..cfbeda860eb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/compile/Person.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy index be208e87217..6d9b9eb762f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/AnotherClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy index 320719c5f5a..eaa32a619e7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy index 3378bf9cc4e..2aa93d37559 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy index fe77ae8772d..dc5b56d1ff8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy index a24da980b00..030b3b4a70d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy index a2641eacada..78e8a1ee03c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy index e0c92149eee..3c7eab098ce 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy index 8511c490c8e..584023a17fd 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy index 816ddf8f3a0..0036ba6bc2e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/ArgMutatingInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy index 8a1afa79501..aa8f59063c5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/interceptors/Mutating.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy index 9c22e6dad39..225a925aae3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy index 33edd12730b..be7abf34c9e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy index 04c884b130a..cfd52210c44 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java index 94b4af96079..f051ef21f90 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy index 1756f7043f6..0a32f104224 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy index 34e17ff7597..b842712d843 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/Stub.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy index c52e862ab94..85ae17ca796 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy index efe6d9ed0d2..d5001143169 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy index 8ae8da133d8..36183508c92 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy index fa4d1022381..f79e28e2bc0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy index 4331d155e58..0d7d94b2d33 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy index 26fea0563ba..671450b7bc5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy index b85d6b1f4c6..3a775dd1b0b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy index 4b62ff338b8..340ec27ca37 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy index b0d14dd3c65..865ac511728 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/ArgMutatingInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy index cd70c6ba3bb..ef64a634117 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/LazyTargetClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy index a1cac9747d5..d13c804420f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/lazy/Mutating.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy index c17f11ca1f3..060a89a5096 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy index de5986cc70c..138965964c2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy index 41be60cf824..a232750855d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy index c5a52e5430e..77a24f5ce15 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/AnotherClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy index 50626c70820..f675814f876 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/Bar.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy index 60250a95d1f..84c48b56f49 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/aop/simple/SimpleGroovyClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Child.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Child.groovy index bc5a7082a6b..68d4e23096b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Child.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Child.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.ast.groovy.annotation @interface Child { diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Parent.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Parent.groovy index ecd8d620757..b5b8952c95c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Parent.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Parent.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.ast.groovy.annotation @interface Parent { diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy index 5b8bb704e9c..690aa23788f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/SomeOther.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy index 5ffa44be760..02fc4278f05 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/ast/groovy/annotation/Trace.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy index 4c69c530d1c..b6bc0752980 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy index 102aded44e6..af51ea3c6a0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy index 4ab68c700c1..46bc876c4ef 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy index 4bebea369af..52d3dbbd9e0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy index 11ee4132aa2..2baf0bfc0ff 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java b/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java index 39a1a3d4bd0..cbf06bdacb7 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java index c9bbac428f4..239159582bb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; import java.lang.annotation.ElementType; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java index 31ca38fc4d5..d91e7fabaf2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java index a4dee061c16..005e07d2ea1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/Nested.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java index 9a5a2b08b8b..d25a56e5a93 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy index 06deac4e703..3fe5f48034b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy index 6151d7250e8..6378be735cf 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/MyOtherConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java index cb7e7a46a74..21512304551 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/ParentPojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java index 52f5d628198..795a4b3a0a1 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/TestEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy index 05be409b13b..3f2fd554921 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/Engine.groovy index eaa57fbf3d5..01e1c382b78 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configuration/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration public class Engine { diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy index 1609a44f8a1..0fdf0f8cbeb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/ABean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy index bc59e954d9f..4b70fab62f4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/NotABean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy index e23193ee097..0a42f3a6bd8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java index 231d90d2843..254ccd8c20b 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/java/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy index 664c066b2a6..549ed84a325 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy index 9734e3bbd8f..e6853283c3a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/TravisBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy index 233d313455f..05b8a986238 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy index 0ef1ab639db..833a6f33b67 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/TrueLambdaBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy index 459dc8a565f..16bb6723978 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requirescondition2/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy index e4b58afad48..5e98be902fc 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean2.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java index f8f43d991ab..7fe27f69542 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy index 3d4f19e3c3b..b106a8c671e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy index 91b634553d5..3fdd217aa96 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java index 880029b6150..586fc6fbab5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy index deb29f892fd..8dc51e02e24 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy index e7f7b27488b..f63511f8a81 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy index 1646aff4711..155d4615ef3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy index d4f773a0b05..b99fd43e9bb 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy index f5109d91db0..883473885f8 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy index c62cae73984..39822c01246 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy index 6dd9c606eb2..48a080dbc23 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/TestEnum.java b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/TestEnum.java index 51ebedfdcad..98c27dcceb0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/factory/TestEnum.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/factory/TestEnum.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory; public enum TestEnum { diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/AbstractListener.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/AbstractListener.groovy index 13437cde1d0..2a784c86c0d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/AbstractListener.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/AbstractListener.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.field.inheritance diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/Listener.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/Listener.groovy index 6e4d7a3a566..9dec4a7ca81 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/Listener.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/Listener.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.field.inheritance import io.micronaut.inject.field.inheritance.AbstractListener diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/SomeBean.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/SomeBean.groovy index 31e8aa0ef88..62c1034f5ee 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/SomeBean.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/inheritance/SomeBean.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.field.inheritance import javax.inject.Singleton diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java b/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java index 6591234822f..8e18c4c46ba 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/field/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/ListArguments.java b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/ListArguments.java index 7c1df6f3bbf..a3140c56478 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/ListArguments.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/ListArguments.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.missing; import java.util.Collection; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestService.java b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestService.java index 2474e75f058..9c23d05dc6d 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestService.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.missing; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestServiceImpl.java b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestServiceImpl.java index bf1512f84b9..c262f14914a 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestServiceImpl.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/generics/missing/TestServiceImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.missing; import io.reactivex.Flowable; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy index 8362bed6bd7..c8bab4f3880 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/qualifiers/One.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java index 7623b84282e..ad01d6f80a0 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java index 55e611d8954..2e63728c36e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/AllElementsVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java index c5c52b2aeea..3374c22917c 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/ControllerGetVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java index 295ad002ae0..a17091ca494 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InjectVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InterfaceWithGenerics.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InterfaceWithGenerics.java index e8ae6da4eb4..ff82cff1377 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InterfaceWithGenerics.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/InterfaceWithGenerics.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor; import javax.annotation.Nonnull; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/IntroductionVisitor.java b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/IntroductionVisitor.java index c0c69047e1f..4d07cf55b07 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/IntroductionVisitor.java +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/IntroductionVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor; import io.micronaut.aop.introduction.Stub; diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/Person.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/Person.groovy index 7288e40d891..9d0b149be5f 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/Person.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/Person.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.introspections class Person { diff --git a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/PersonConfiguration.groovy b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/PersonConfiguration.groovy index 0b7ae390d5c..f00d77676a3 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/PersonConfiguration.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/inject/visitor/introspections/PersonConfiguration.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.introspections import io.micronaut.core.annotation.Introspected diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy index 32d4f91bed8..292ef6eb4f2 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Car.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy index 2687b1b8f5e..d43d2ac6624 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Convertible.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy index 80ddca7480d..ae030260662 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Drivers.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy index 981f21cc493..68f1711e39e 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/DriversSeat.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy index e13cb0dee8e..f2d50ea6ae5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy index 845d5ed5a43..78389752d10 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/FuelTank.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy index 2ed3f07485c..3caa6b8f5c5 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/GasEngine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy index c49a113d54f..346262f8dc4 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seat.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy index e0f766dc8ec..9d994ec4990 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Seatbelt.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy index 2505cef154d..0b53f398a24 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tck.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy index e3bf4e700fb..aca6583ab05 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/Tire.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy index 504826d9a26..5b7d18ded32 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy index 78c72910c97..ed6497de7ff 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/Cupholder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy index 2bd555bac4a..9ecc5a5aa81 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/RoundThing.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy index ae0ea015331..27f055d8050 100644 --- a/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy +++ b/inject-groovy/src/test/groovy/io/micronaut/javax/inject/tck/accessories/SpareTire.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java index def7c9be86a..0c7514d8d76 100644 --- a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java +++ b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/InMemoryJavaFileManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/JavaParser.java b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/JavaParser.java index 8f66778ccf1..b1503e53fd3 100644 --- a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/JavaParser.java +++ b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/JavaParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java index 62129b53638..23a2be01268 100644 --- a/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java +++ b/inject-java-test/src/main/groovy/io/micronaut/annotation/processing/test/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java index 9dd3018b9eb..7aebbd617c1 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/AllClassesVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor; import io.micronaut.inject.ast.ClassElement; diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/Stub.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/Stub.java index 2110548c2c1..c1cbfe4cebe 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/Stub.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/Stub.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor; // tag::imports[] diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/MarkerAnnotation.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/MarkerAnnotation.java index 9ed06eb8013..7107e202489 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/MarkerAnnotation.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/MarkerAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; public @interface MarkerAnnotation { diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/OtherTestBean.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/OtherTestBean.java index 4329eb05187..3ba85b8f9ad 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/OtherTestBean.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/OtherTestBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; @MarkerAnnotation diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/RecursiveGenerics.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/RecursiveGenerics.java index a0a686c69ca..4998864c9ee 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/RecursiveGenerics.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/RecursiveGenerics.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; import java.util.ArrayList; diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.java index 288a1c7d559..285ad2d1aeb 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; import io.micronaut.core.annotation.Introspected; diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntity.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntity.java index 9d110d09f9c..aaea2d12083 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntity.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntity.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; import javax.persistence.Entity; diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntityAnnotationMapper.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntityAnnotationMapper.java index f21b55435af..02dbe065af9 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntityAnnotationMapper.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestEntityAnnotationMapper.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestNamed.java b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestNamed.java index 1a0f4ad5e74..a6070cb7da9 100644 --- a/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestNamed.java +++ b/inject-java-test/src/test/groovy/io/micronaut/inject/visitor/beans/TestNamed.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans; import io.micronaut.core.annotation.Introspected; diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java index 94dadc34c7e..0dc6ec2dd5f 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/AbstractInjectAnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java index d66cf7c18bf..10d8f22ff9c 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationProcessingOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java index a16940803fd..089d1f89b91 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/AnnotationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java index 365be440122..136eb137aca 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java b/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java index 90d3a42d319..72dc634f1cd 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/ExecutableElementParamInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java index b26bf4472ba..919568885aa 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/GenericUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java index bd22759d273..e760c034c88 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaAnnotationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java index 42a96f030fc..83eaa8dcc72 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/JavaConfigurationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java index 294a121f8fa..7adbbeb9c82 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java index f7f05ef55f4..9dffe381918 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/PackageConfigurationInjectProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java index 5ac1b2dc1d7..af738cb0af8 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicAbstractMethodVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java index cf362852859..346b5a55f8e 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/PublicMethodVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java index 93687b34929..7e159cdeab0 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/SuperclassAwareTypeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java index d69bf189270..4b97c3b3b65 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/TypeElementVisitorProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java b/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java index d743afc1b01..0e98a3780f9 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java index 50acc02b622..01b39881aea 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/AbstractJavaElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java index 002cea2fdf4..6fcb79b0485 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaClassElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java index 3c888c1b47b..ba00d623dfa 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaConstructorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java index 83a0a5be002..a813e0d0568 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaEnumElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java index 99d8227bb51..1c5fe69092e 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaFieldElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java index 00b73d3859b..20cc614dcd1 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaMethodElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java index d091e2f88ad..be9001141b2 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java index a7d1669f465..a27376bd4c8 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPrimitiveElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java index 9c312711ce3..2074bdf796d 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaPropertyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java index 6f739e167ce..1436080aa7e 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVisitorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java index 262f84febd6..dd4a9f4208e 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/JavaVoidElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java index d880db9fbb6..8bef7ec819d 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/LoadedVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java index e3b5bc85da6..30e14b9649f 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java +++ b/inject-java/src/main/java/io/micronaut/annotation/processing/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/Logged.java b/inject-java/src/test/groovy/io/micronaut/aop/Logged.java index d898acfcd89..348be056d6a 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/Logged.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/Logged.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop; import io.micronaut.context.annotation.Type; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/LoggedInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/LoggedInterceptor.java index 72821c7d893..b4545b3612e 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/LoggedInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/LoggedInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop; public class LoggedInterceptor implements Interceptor { diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java index 915d962b981..a45558ee832 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/AnotherClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java index 8506cbb32ab..22aac1a7b26 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java index cc187394779..a38824fcbd7 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/ConcreteClassFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java index 258ae00b499..76917d0f1f7 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java index f5450080d46..388f7c3f82f 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java index dd1c8f16b24..f858f1444c7 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/InterfaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java index 7aaaed8d366..d60e8c1931d 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/SessionFactoryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfiguration.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfiguration.java index 7f0c79c50b8..b7d96e76fd1 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfiguration.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfiguration.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory.mapped; import java.lang.annotation.ElementType; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfigurationMapper.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfigurationMapper.java index fa1c52cf9f6..721aab301ab 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfigurationMapper.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestConfigurationMapper.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory.mapped; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonAdvice.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonAdvice.java index bf231cf0c88..a68dab95da3 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonAdvice.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonAdvice.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory.mapped; import io.micronaut.aop.Around; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonInterceptor.java index a881deae112..2a70b009af8 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/factory/mapped/TestSingletonInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.factory.mapped; import io.micronaut.aop.MethodInterceptor; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java b/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java index 3b603883d0d..62da13ba57c 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/hotswap/HotswappableProxyingClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java index 9ee1893fabb..0ee42e51803 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java index 79ce3838d73..351e92c2327 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/AbstractSuperClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ConcreteClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ConcreteClass.java index 76c77de07de..d6a307e0166 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ConcreteClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ConcreteClass.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java index c9773a3c4b7..1ec41149732 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/InterfaceIntroductionClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java index 94b4af96079..f051ef21f90 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java index 7213762f96d..e289388c962 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/ListenerAdviceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplemented.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplemented.java index 8d4ef6700b0..f05a6842bff 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplemented.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplemented.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction; import io.micronaut.aop.Introduction; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplementedAdvice.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplementedAdvice.java index 719eaef1b9c..aff167c3e58 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplementedAdvice.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/NotImplementedAdvice.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction; import io.micronaut.aop.MethodInterceptor; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java index b8a0faf95e8..c15ef9ac716 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/Stub.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java index 779a7f68406..10e9fc5aa33 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/StubIntroducer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java index cd3bee1bfc2..094f19b9e2b 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/SuperInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/Delegating.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/Delegating.java index 53cbaf21667..f71701f5ac9 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/Delegating.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/Delegating.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction.delegation; public interface Delegating { diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingImpl.java index e78ccfcdfa5..0978670570e 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction.delegation; public class DelegatingImpl implements Delegating { diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingInterceptor.java index d50c6af5b90..3e333c444b5 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction.delegation; import io.micronaut.aop.MethodInterceptor; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingIntroduced.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingIntroduced.java index 610293dba0f..92cba98aec4 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingIntroduced.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegatingIntroduced.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction.delegation; @DelegationAdvice diff --git a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegationAdvice.java b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegationAdvice.java index 995fe96c393..2b6c5be568e 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegationAdvice.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/introduction/delegation/DelegationAdvice.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.introduction.delegation; import io.micronaut.aop.Introduction; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java index a39b6411101..323e744c382 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java index e5b2b1bb444..8b05dae3c37 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/AbstractInterfaceTypeLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java index 4bc4fef126a..55edcf1da95 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java index a47b126df86..331050a684c 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java index d3fe14d4ea6..28c7feaa5ce 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java index 73667f3472a..a921c77c35f 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/itfce/InterfaceTypeLevelImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/named/Config.java b/inject-java/src/test/groovy/io/micronaut/aop/named/Config.java index 1dbaf99d007..ed9073becba 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/named/Config.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/named/Config.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.named; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/named/NamedFactory.java b/inject-java/src/test/groovy/io/micronaut/aop/named/NamedFactory.java index bce3fda07ce..1de1d78118f 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/named/NamedFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/named/NamedFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.named; import io.micronaut.aop.Logged; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/named/NamedInterface.java b/inject-java/src/test/groovy/io/micronaut/aop/named/NamedInterface.java index b77fa667867..e8f2b6c5c3f 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/named/NamedInterface.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/named/NamedInterface.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.named; public interface NamedInterface { diff --git a/inject-java/src/test/groovy/io/micronaut/aop/named/OtherBean.java b/inject-java/src/test/groovy/io/micronaut/aop/named/OtherBean.java index 44a0d2c6ebf..854eaee6b03 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/named/OtherBean.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/named/OtherBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.named; import javax.inject.Inject; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/named/OtherInterface.java b/inject-java/src/test/groovy/io/micronaut/aop/named/OtherInterface.java index c29505340a3..6952c9b7cec 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/named/OtherInterface.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/named/OtherInterface.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.named; public interface OtherInterface { diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java index 59fb310ab24..ee1c751be06 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ArgMutatingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java index bc7668770b8..ff37cfe585e 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/Mutating.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java index baeeda2e92b..586938576e0 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/proxytarget/ProxyingClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java index e2adfcc2a1f..4b8bf62ef42 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/AnotherClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java index 4291bdb535d..5e545d4aa5b 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/ArgMutatingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java index 39fca3b9b8a..748a51eeeb1 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/Bar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/Invalid.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/Invalid.java index 66edbff9702..7c059b3824d 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/Invalid.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/Invalid.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.simple; import io.micronaut.aop.Around; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/InvalidInterceptor.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/InvalidInterceptor.java index 67766d2c054..8dc6258f667 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/InvalidInterceptor.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/InvalidInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.aop.simple; import io.micronaut.aop.Interceptor; diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java index 6a97f5cb1fb..0574babe414 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/Mutating.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java index 1b0d1119e29..fc24ac89b62 100644 --- a/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java +++ b/inject-java/src/test/groovy/io/micronaut/aop/simple/SimpleClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java b/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java index 39a1a3d4bd0..cbf06bdacb7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/aliasfor/TestAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java index 01111012ef2..b01de8040f9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Circular.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java index c9bbac428f4..239159582bb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/EnumAnn.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; import java.lang.annotation.ElementType; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java index 6cfc6a111d5..a484bba3637 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MultipleAlias.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java index 5f8db460f81..71bf24ff348 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/MyStereotype.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java index 95828f62de4..cba494b96cb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Nested.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/RecursiveGenerics.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/RecursiveGenerics.java index e98afe0a8fa..355e58a4f46 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/RecursiveGenerics.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/RecursiveGenerics.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; public abstract class RecursiveGenerics> { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java index 3137a11e0db..89c55192887 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeOne.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java index 2bf397ac56d..75e449a476c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ScopeTwo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java index ad88aee60e4..34b0acb7fc0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/SomeOther.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java index d1524657b08..aea841cc009 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePut.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java index 1d6bd4a38a3..0fd7d4895f6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestCachePuts.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java index b0eaac316bf..0affe6db579 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TestMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ToInstantiate.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ToInstantiate.java index 75b39df57f8..7443fdb1a59 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/ToInstantiate.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/ToInstantiate.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.annotation; public class ToInstantiate { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java index be2f6f87027..943cc77fc83 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/TopLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java index e7d2dbe9886..35e7a7173a7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/Trace.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java index 27022e644a5..2eb629c4cde 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/OneRequires.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java index 682098633da..4eae65d8dc4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/SomeOther.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java index c088a24a1d2..0d7de999db7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/annotation/repeatable/TwoRequires.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/beans/ContextScopedInterceptedBean.java b/inject-java/src/test/groovy/io/micronaut/inject/beans/ContextScopedInterceptedBean.java index b70cc30352a..0aef6554807 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/beans/ContextScopedInterceptedBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/beans/ContextScopedInterceptedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.beans; import io.micronaut.context.annotation.Context; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java b/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java index bdea4e9578c..667f268e33b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/beans/InterceptedBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/beans/ParallelBean.java b/inject-java/src/test/groovy/io/micronaut/inject/beans/ParallelBean.java index 20094b727ca..0a3bfce91aa 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/beans/ParallelBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/beans/ParallelBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.beans; import io.micronaut.context.annotation.Parallel; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java b/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java index bd96f682ad2..9bceb4f6fdf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/bind/Author.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java b/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java index fbb54c1a82c..032c6303391 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/bind/Book.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java b/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java index d2fc2dd9b2f..1099688e113 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/bind/TestAuthorBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/A.java b/inject-java/src/test/groovy/io/micronaut/inject/close/A.java index 18938f1de27..76c3164afe3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/B.java b/inject-java/src/test/groovy/io/micronaut/inject/close/B.java index 7535cb7b283..577e96535eb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java index 60bf89a8b08..4d8f6e3812a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/BImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/C.java b/inject-java/src/test/groovy/io/micronaut/inject/close/C.java index 7ece317f2ad..379d34053dc 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/close/D.java b/inject-java/src/test/groovy/io/micronaut/inject/close/D.java index 6b353d696b2..039ac274219 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/close/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/close/D.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java b/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java index a7067f493b1..bcea8c9822a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/collect/MySetOfStrings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java b/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java index 942713c8cca..1153326dac3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/collect/ThingThatNeedsMySetOfStrings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java b/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java index bab87baf63b..23635f19813 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/concurrency/ConcurrentB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java index 3ad01f5aea9..1cb37b552c0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig.java index 655ff7d6834..cac69b38d57 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig2.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig2.java index 0b782a9ac96..0f26c60e045 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyHibernateConfig2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java index ac6dbb3b863..59fa36fe390 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/MyPrimitiveConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java index 9c32e82f9f3..8d49fbfbfdf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jPropertiesFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jPropertiesFactory.java index 87ae5f53393..fdda516b132 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jPropertiesFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/Neo4jPropertiesFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java index 4e7537b5c3e..5003ae1c0e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedGetterConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedGetterConfig.java index 9720b32f742..063cf034345 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedGetterConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/ValidatedGetterConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java index 71166deda86..7018c9f86d5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ChildConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java index 10d5bfdda23..8d08a7347ea 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java index e87c503494c..aea4c9ef770 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/MyOtherConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachProps.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachProps.java index eda8cee647b..81c06f5e5ca 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachProps.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachProps.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties.inheritance; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachPropsCtor.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachPropsCtor.java index ac40fcb843d..421988cff5f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachPropsCtor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentEachPropsCtor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configproperties.inheritance; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java index f97620047c6..722c400a060 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/inheritance/ParentPojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java index 3e6dc12ee50..40a4beda297 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configproperties/other/ParentConfigProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/A.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/A.java index e6912cfc71a..25ccd571e2f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/A.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/C.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/C.java index 09f09bbcf44..0d33cce999f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/C.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration; public class C { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/Engine.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/Engine.java index 169c5fa9a97..2c8762ba8e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/Engine.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration; public class Engine { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArray.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArray.java index bfa59be1e91..2146c420126 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArray.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArray.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration; import java.lang.annotation.Documented; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArrayType.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArrayType.java index 96ddfcb7575..9fd2a23a694 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArrayType.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/StringArrayType.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/B.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/B.java index 95de849f457..dc5d76e25d0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/B.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration.beans; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/D.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/D.java index 1631e9006bd..14560ccc0e1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/D.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.configuration.beans.disabled; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/package-info.java index a455cfab6b9..e03d7e3a7ae 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/disabled/package-info.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @Configuration @Requires(beans = C.class) package io.micronaut.inject.configuration.beans.disabled; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/package-info.java index 2ae6791ed24..72a1d3b308c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configuration/beans/package-info.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @Configuration @Requires(beans = A.class) package io.micronaut.inject.configuration.beans; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java index 0f868c84a10..530f26947c4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/ABean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java index 3267bf398ab..e278ad63041 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/NotABean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java index af36b9d854d..439285b5b1e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/RequiresBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java index da3794ae67c..1a4a7027609 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresbean/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java index cf1d9e8f4cf..a8c4df39df1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java index f8f43d991ab..7fe27f69542 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/TravisEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java index 9372c206faa..7a83472714a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditionfalse/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java index 91b634553d5..3fdd217aa96 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java index 880029b6150..586fc6fbab5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/TrueEnvCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java index c88f7344662..7bc53364398 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconditiontrue/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java index b18baf18f84..2359e00d460 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/RequiresConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java index de3f55adf49..7a93ea6abbd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresconfig/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java index 44a4f9bb733..20f46e6ae2b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/RequiresProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java index b9ba5cb6208..1762edcf012 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiresproperty/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java index a14eac37a8c..029002346cb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/RequiresJava9.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java index f4564397ee2..7f936c78d2b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/configurations/requiressdk/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java index fe15665b050..fec320e4e45 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java index 5c2908b06cf..99bbcdb7b42 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java index 76c6ff2b2c1..38bb43ce442 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java index faada6d17bf..3473d23793b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/arrayinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java index d135d04f0b9..c2f7edef21e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java index 7d9141da43c..4a5e499dac9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java index a3596295ac1..fddc173c158 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java index 8adab6e7bca..6b15f4a1bb0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/collectioninjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java index c2cbe6d5e49..e322591a0b2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java index 379a8816f43..f17912bbd14 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java index 507dffe8a27..d751dbfff58 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/AProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java index b9a38df1aa7..d67a683a11f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java index 94f35860ab3..13270ca0a78 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java index 9e3daf2d820..5d44921699c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java index 3a2e9a44ec9..2c3e3210aa1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/factoryinjection/D.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java index 0fbe0136a3c..70775a8528d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java index 3f306ae5b19..4894d4cd722 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java index d17d5b75b95..aa8800e080c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/interfaceinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java index f36357d1489..f0ea8df99fa 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java index dc5c4bbb97e..2955f883190 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java index 4651afd6897..66b9249e5d2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java index 9b8155e3a7b..b6fd950d678 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java index a94487852e2..e8694476dbd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/multipleinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java index 784cad149df..e614ce0f21f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java index 57c790e1a1a..f96af331996 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java index 33ba92c6a9b..65c8b18ddf9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/nullableinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java index 914fc29a398..88040338c0c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java index e31f82ccc53..02476d7d498 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java index f07dfdb797a..91049827ea5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java index 99dad52568c..d7de07cd65d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/optionalinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java index 6f5aa429108..0c1e314468b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java index 9d7c6650532..39cdf40daba 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java index 60edf5caba4..c2242a771e5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java index 9acbc5b704d..99f20c909a4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java index 13701cf5b55..11da0852d3b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/providerinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java index 0a4ff53c82e..96a675d0e58 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java index 8a319078a26..0c2a9c432c8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java index 231a1d350fe..1f40e4dd2a7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java index 5897b3cdc40..6b3c7876e1c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/simpleinjection/B2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java index a4de6777d54..ad5df24b480 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java index e9c368185ae..c8c8141b16e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java index 98abcae0726..93740bd3f0e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java index b0ebee2a96d..3f5b53b91b0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/constructor/streaminjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/A.java b/inject-java/src/test/groovy/io/micronaut/inject/context/A.java index 3d7bdc91158..d97dfde2200 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/B.java b/inject-java/src/test/groovy/io/micronaut/inject/context/B.java index 0edd75bcc44..6ae40e06389 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java index 2afc0b1b6d6..d087fee4946 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java index 14dbe89e993..cf5ed25ae75 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/ProcessedAnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java index 3121ce599bb..a6d372256bd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/context/processor/SomeBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java b/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java index 201d26fafc6..c1237c1319a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/convert/TestConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/A.java b/inject-java/src/test/groovy/io/micronaut/inject/env/A.java index f20b606ea85..c3491834c00 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/B.java b/inject-java/src/test/groovy/io/micronaut/inject/env/B.java index b8f59dc988c..3d60b48f0e7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/B.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.env; import io.micronaut.context.annotation.Property; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java b/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java index e36171ac836..c6e0a46a14a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/env/MyBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java index 0b7590a6ddc..a40449ebb34 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java index cc4c5404c6d..df315be1ecf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/executable/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java index 90193e383e6..c6a9d64e183 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanannotation/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java index 3cbf59e67ed..ea5146ddc98 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java index f1f5e8323b7..cbc2ea92d5d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java index ee3576339df..37de0e51ba2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/DualListener.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/DualListener.java index 7a2f6053491..c48a34f50e9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/DualListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/DualListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.beanwithfactory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java index 6ba002c0794..91bcce87476 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/beanwithfactory/MyListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/enummethod/TestEnum.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/enummethod/TestEnum.java index 0f8f3fc683c..acf6d0e53a3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/enummethod/TestEnum.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/enummethod/TestEnum.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.enummethod; public enum TestEnum { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java index d96a757d277..87cef6b5556 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java index ced35166e22..cd6e7d8c733 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java index 8d51bafa9b6..803f37d0ee3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java index dfbdb8d19fb..9c3ea20ffca 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/factorydefinition/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java index ce50fd8be00..21ac293a69c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/inject/MyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/A.java index 5f9d305e437..87cc2a3d835 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/A.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.multiple; public class A { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/AFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/AFactory.java index b977bbb8943..45f5f8264d1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/AFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/AFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.multiple; import io.micronaut.context.annotation.Bean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/X.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/X.java index 111fb3aad4d..46f4259bb4e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/X.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/X.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.multiple; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/Y.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/Y.java index 72023cba3c6..1bc95677d5c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/Y.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/multiple/Y.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.multiple; public class Y { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java index 4847dda7079..3c9552b61b5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/ApplicationHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java index 32c66fedb15..60ccbfe61f8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/CSWTestTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java index 2faed3952f7..26ed1e85df3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/IASTestTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java index 6fb5f835f14..ad01d88da19 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/RepositoryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java index 724e1d9c79b..417d531c2cd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/Template.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java index 9be1137e387..96201eaabdf 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java index 9b214c6adfd..cd2031da318 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/named/TestCacheFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/DProcessor.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/DProcessor.java index 422b9b4b8a8..93c8758190c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/DProcessor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/DProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.nullreturn; import io.micronaut.context.annotation.EachBean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/FactoryConstructor.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/FactoryConstructor.java index 1e74152638a..b6731896814 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/FactoryConstructor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/FactoryConstructor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.nullreturn; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableDProcessor.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableDProcessor.java index 971c2970ee2..4fcccca5b7c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableDProcessor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableDProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.nullreturn; import io.micronaut.context.annotation.EachBean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableFactory.java index 875078d065e..e7773394b94 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/NullableFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.nullreturn; import io.micronaut.context.annotation.EachBean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/ParameterDProcessor.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/ParameterDProcessor.java index 31b0a5ff55c..3e74d1d566c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/ParameterDProcessor.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/ParameterDProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.nullreturn; import io.micronaut.context.annotation.EachBean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/Test1.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/Test1.java index a92e80d7650..50848768b66 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/Test1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/nullreturn/Test1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.factory.nullreturn; import io.micronaut.core.annotation.AnnotationClassValue; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java index eee0a68ef3e..a44e4879ece 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java index 69b36223ed0..9711ae4c8ed 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java index 6b0d4ad4cd6..7307b8ae4e5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java index d3eaa9ddd15..8abbf6604e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/D.java b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/D.java index 71f366a713a..548130e597d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/factory/parameterizedfactory/D.java @@ -1,19 +1,18 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.micronaut.inject.factory.parameterizedfactory; import io.micronaut.context.annotation.Parameter; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java index 0b20f5a1bf5..04acca18d64 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java index c2fcfcf44c9..ca6b3e3095d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java index 728372ba7de..1852baf0b0a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorcirculardependency/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java index dd7c802ff62..fdc0ee6e37e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java index f389291cc51..676354156a1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctordependencyfailure/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java index 9c3c20db36e..ad3391738f8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java index e42fa749c0d..41f14a8155f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java index 7c72d7ec9d1..05b85541541 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/ctorexception/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java index f7a1a871df9..1562a5553c5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java index ce254d167cf..bad04751cab 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java index a4d84f910db..369169a2a54 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fieldcirculardependency/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java index 22bd59846a9..06005456e87 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java index 5fbc41e0acf..1eff3312bbe 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/fielddependencymissing/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java index 771d25545e4..caecdc63e9f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java index 45650f16b1e..8abd8e5f36c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java index 4b539d67296..2395d040656 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java index b627e640982..c3cd69535a4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/nesteddependency/D.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java index 19d97af788a..152cf264cd6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java index 24f71bc55ce..a073d0b275d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/failures/postconstruct/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java index b83e8916448..9091cb72d5c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java index a106aba9cdf..8da16f04d75 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java index 318ee678485..bc4db0c3842 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/AProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java index e30880319f8..40aae7799d2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java index 66275620c06..13f386cbc66 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java index 6c8dbeb96ce..ee5a6a67c4a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayfactoryinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java index ba9b3da84b2..3ac0cdfe997 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java index c23c3155c7e..0de83d52996 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java index 4a75a5d0bcd..7dd7946dabc 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java index c0459639bc9..3e43d4129d5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/arrayinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java index 2880d74bbb4..dc7b2630add 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java index 2c5b97654d4..a7ab8a989d0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java index f3529e03d5a..138161e94d0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/AProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java index c0a3251f294..eb4d9dcafe3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java index 2f6f69dad51..f6efe4da61b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java index feab825d271..eb4d2a9fdd0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/factoryinjection/CImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java index b48f96ad571..f9f7e2cc9a9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java index 3fe4ef94275..7344409e193 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java index 455f4868632..eda80dd9a75 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java index 8eef612f3b3..ab4ceb3ce4c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/listinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java index 68d983e6186..31fbe1fdbce 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java index 882e10aa3f8..8b534afa923 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java index 3008359e670..e3762fce5d9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/D.java b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/D.java index a1bbbfbb92a..0be19bd4dde 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/nullableinjection/D.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.field.nullableinjection; import javax.annotation.Nullable; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java index 0d1f82b7624..e60c65ae682 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java index f73c2764318..823fd3d235e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java index 8c4a8db73d5..8d269acba8d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java index af4e47a0e9a..9ec07d6d0ce 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/optionalinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java index 2d04ddeeac9..0b0213a8ed4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/privatewithqualifier/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java index ab9fa076ec1..f4e1c75ef75 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java index a155a8bd992..2b91cab10f2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java index 169fd1a2047..313821f15cb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/OneA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java index 9a9f897581f..b8c45a41a78 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/protectedwithqualifier/TwoA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java index 03a226f514e..b2d8626c90b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java index f9c0945fcb4..41a497f0fc2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java index 7128e7783e1..6861a1a40bb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java index b42383d96f7..60f19955ec9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/setinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java index 30fe663f99d..23a40966a43 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java index ea086d2242a..e31dfe4d723 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java index ada38227530..6fcd9e89cb9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/simpleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java index e1bfd1230f7..0d01615db73 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java index 002645186c8..3a3f557a4d2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java index d77d460113f..adc74a92949 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java index ce1bc6483e2..732c195c977 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/field/streaminjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/InterfaceConfig.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/InterfaceConfig.java index b784a869944..f99e6708084 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/InterfaceConfig.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/InterfaceConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.foreach; import io.micronaut.context.annotation.EachProperty; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java index 06abe3f8859..2a6103d5af8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanParameterProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanParameterProvider.java index acb5e0abfc8..5f79455152a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanParameterProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanParameterProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.foreach; import io.micronaut.context.annotation.EachBean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanProvider.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanProvider.java index 8953b86b9fb..c14fc0a4647 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanProvider.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.foreach; import io.micronaut.context.annotation.EachBean; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java index a986b1f2882..3db0495b2a3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyBeanWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java index b50d5ab0101..5fdaaba9e76 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java index d592ab61ee2..4b5360e0829 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyConfigurationWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java index 894e547e511..5ea5b27e0b6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java index 2fd378ac377..b10c85b8bd0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/MyNonBeanWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java index a3676fac229..9f29c26ccf1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java index 81f9e52ce6b..9817de3dc46 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/NonBeanClassWithPrimary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java b/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java index 40b68682b56..ad8ec6fc579 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/foreach/SomeConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java index 27323da2d45..9f4a764ed8e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/WildCardInject.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomError.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomError.java index eb1c899f546..638dca269e8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomError.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomError.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.closest; public class CustomError extends RuntimeException { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomErrorExceptionHandler.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomErrorExceptionHandler.java index 271451b0456..6983e9fbe09 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomErrorExceptionHandler.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/CustomErrorExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.closest; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/ExceptionHandler.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/ExceptionHandler.java index 8949237f226..4a7c8a776a6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/ExceptionHandler.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/ExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.closest; public interface ExceptionHandler { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/GlobalExceptionHandler.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/GlobalExceptionHandler.java index 3671681c5a6..2ba9046cff8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/GlobalExceptionHandler.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/GlobalExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.generics.closest; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/package-info.java b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/package-info.java index 361045fc85d..6d922d7c198 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/package-info.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/generics/closest/package-info.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @Configuration @Requires(property = "spec.name", value = "ClosestTypeArgumentsSpec") package io.micronaut.inject.generics.closest; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java index 2ddc50b1f24..113b0cde3bb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java index 25f42726f92..c66c1ea4210 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/AbstractB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java index dd22d18b242..24a7203f745 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/inheritance/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java index d0c06d00093..7e30d2b203b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java index 4ae192122eb..1ac99c9ec7e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/BCreationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java index ea67b8ebb79..6c2457ad5f1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/ChildB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java index 4f4d1f35e96..19c2c282d4b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java index 32a25adf88c..280ed9ca5ec 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ChildB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java index b6667f78c28..a23bcda1ac4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationlambda/ListenerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java index 37ac02bec0e..4b09bc0f040 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java index 9bb2efc7ef4..4d3aebc57c8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java index 342ee2ce6a9..0620a8f1780 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/BFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java index f732c1f6d1a..617d047b601 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beaninitializingeventlistener/MyListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java index 4e172fcd3c5..0b8f58dfdb1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java index 68f121e8827..5c3c3ba084a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpostconstruct/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java index b55921a3805..3e2800abee1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java index 9cc702b046c..ce17ab50096 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java index 494ee4edbc9..d37f5c1ed8b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beanwithpredestroy/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java index 3d252884e4a..642358992b8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java index b687ee271c4..ed9017f2486 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java index 3721d4432bf..fab6f827410 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java index 1dfe53218a1..1ca520a4d9c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/arrayinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java index 6692eeeb367..e2aeaf85fd7 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java index f108d2dcbf4..9da6a61993e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java index 60e115f215e..4422f5d7f09 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/nullableinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java index a62f8369b67..c336769548f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java index dc657e76ef9..8a93c92ce6f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java index 64433968e09..258a1d6fd6b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java index 2aa82a218b5..9605ac60585 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/optionalinjection/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java index 2343d489a70..9816783b5eb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java index bc209955c70..aa83a600fa3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java index 932e9c66d48..f1c26b28a55 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/OneA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java index 76bda3e4fa8..c1c9d36635d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/qualifierinjection/TwoA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java index 6810193efd7..c1f76ce99e4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java index 24c05790fef..25ba2976fb9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java index ebb946b741b..7d09c9b524b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java index a78959e989b..23131070f50 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/setinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java index de5d7a700b3..6af9fab17e2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java index 14e2f7d96d8..b3c35cf2509 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java index dbafabca69b..20b93173d34 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/simpleinjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java index 8573c30534c..2ec5daf7e7b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java index 5bdc24bb0b4..6fd1f41e80a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java index 01a6ffab702..f7d0207914a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/AnotherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java index ae17610c3e9..711bc6afa2c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/method/streaminjection/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunction.java b/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunction.java index 2d6d6edc790..137eb064f76 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunction.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.named; import java.util.function.Function; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionBean.java b/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionBean.java index 813d2c5fb9f..8ae7896df40 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.named; import javax.inject.Inject; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionFactory.java index 937de591f97..4db682c62a4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/named/NamedFunctionFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.named; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java b/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java index 364548986fe..fffb2b17e18 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/parallel/ParallelBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java index a46b2936919..bb1dd29f16e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/ConstructorPropertyInject.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java index 650e7f2b39d..5ca9f01aa96 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/FieldPropertyInject.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java index b37d73eafeb..52b0b98a1dd 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/MethodPropertyInject.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyOnlyInject.java b/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyOnlyInject.java index a369b3ff8d2..af05527bad8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyOnlyInject.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/property/PropertyOnlyInject.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property; import io.micronaut.context.annotation.Property; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java b/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java index 693829e311c..5667d2ad680 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/provider/Seats.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java index 13f6af886c7..9f99750a24b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/One.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java index 44c789c435f..719e53761d0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Bean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java index 12856142073..527b39bba83 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java index d793c7ac2a4..e3b0404e704 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/One.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java index 8abe538b25e..d96b194b402 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Three.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java index 1abec8cb626..2834d8d7275 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/bytypespec/Two.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java index f6d92979ecf..8cebe8aa0b9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java index c6a72d78694..ac1dd53fb8d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Composes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java index 397c2a0fd84..57155f19bf8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/CompositeThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java index 585f74bfb8f..6659ef9541d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/FirstThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java index d6e34c6d80a..624a17456c2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/SecondThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java index b755db26d3d..4a0d7fe3ffb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/Thing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java index 758483be743..5a2fb218f09 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/compose/ThirdThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java index ece152db1ef..e84de84ed14 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/composite/Runner.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java index 5bcc622e2c8..c6f375c5e7f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java index 4e3cf174b08..29100ba4aeb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java index 4f7b75c307c..3ba5e196b3d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/A2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java index 90926b080ce..1e0b86f7741 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C.java index 7ce529fc95b..40ea9b36114 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.primary; public interface C { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C1.java index b52aa4177f5..ed753684267 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.primary; import io.micronaut.context.annotation.Primary; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C2.java index b2230f38cf4..643669b4b41 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/primary/C2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.primary; import io.micronaut.context.annotation.Primary; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java index fb3080ecacb..c9e51f9c548 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java index 7060bde4b6d..78e5b4631c8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java index 1cbf98b2359..d63dee5a442 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/A2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java index f4595695b47..0d112aba1c1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AnotherIntroductionReplacement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java index 55d25e72908..701718b3581 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java index 6188a3555b4..98cdf8b8da0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundOps.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java index 656da700f46..b4eba2fcba1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/AroundReplacement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java index 31d1f33e7ed..2361f28fdf6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java index 31b656a49dd..e3e71cb3608 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java index d0e63b3f608..d19c6e0f8f1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java index 587fdb0dd2c..d138afc5bbb 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/C2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java index 623082ca4a4..36bb73fe284 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java index 5e34a48f0aa..d539a9b74d9 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/CFactoryReplacement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java index bb06629e295..3ae99d4fbc8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java index 87226f71724..5341fc69993 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java index 226cff237df..555f7d46d3e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/D2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java index 6e2f2dab5e6..429da769f6e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java index 97a0731a4d5..ad7277db22f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/DFactoryMethodReplacement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java index c6a99e3ae6a..1cc436ffbb1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java index 73ec4715933..31b1805bd83 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java index aefb33ff0c9..bf49368f939 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E1Replacement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java index e8acacaefe0..a0f63bbdcfa 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/E2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/F.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/F.java index e82fd8cc5ca..d3977c0ce65 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/F.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/F.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface F { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FFactory.java index 0367fd4c582..65a748c7c32 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FReplacesSelf.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FReplacesSelf.java index 32721901ab9..1fe6b974433 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FReplacesSelf.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/FReplacesSelf.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.aop.simple.Mutating; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/H.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/H.java index 99d0744447f..96d5bbe13f3 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/H.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/H.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; public interface H { diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HFactory.java index ab7b880579b..042d6263d31 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.context.annotation.Factory; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HImpl.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HImpl.java index b7032f3a7c6..696b8168136 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HImpl.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/HImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces; import io.micronaut.aop.simple.Mutating; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java index ffc3077c1be..acf798dbf41 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionA.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java index 3fab18484c8..19a3609de81 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionB.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java index 468be34ddef..69ac5e2dcc8 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java index 2f2a25e27f6..ec8f8dc717f 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/IntroductionReplacement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A.java index f7cf078e202..b1af7fb2515 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.DefaultImplementation; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A1.java index b3819546b3f..cfe6e1ad9f5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A2.java index 10098b91f36..56f3ea941e4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/A2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B.java index 2aca3655da1..97e062e0885 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.DefaultImplementation; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B1.java index b3fd77a485d..ae2911a68f0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B2.java index e21db6f7d9e..578e148bbb6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B3.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B3.java index f99b56a2d05..7b781025cb5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B3.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/B3.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C.java index a4811936f20..ef39cfa91a1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.DefaultImplementation; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C1.java index bc83c25a059..7c84e1bd6a1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C2.java index c53abbc9ef5..6de4ce950e6 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C3.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C3.java index b1c086e4e3c..ad2375ff84a 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C3.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/C3.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E.java index 0d7db176dc2..6f036878e5c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.DefaultImplementation; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E1.java index 3d6973b7a3d..fe557b1a55d 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E2.java index ff496d62ef9..fdd03d29d86 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/E2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F.java index f707ccfe192..03f490cdd41 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.DefaultImplementation; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F1.java index 5d581cce8e0..ee72d804af5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import javax.inject.Singleton; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F2.java index 083ceddfb65..bfdfbde617c 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/replaces/defaultimpl/F2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.qualifiers.replaces.defaultimpl; import io.micronaut.context.annotation.Replaces; diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java index 00e1bbdf972..5e9fb5a8e80 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java index 578c9b10934..4184e3f3ce4 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java index e6ce11b2e8f..8ca34fd7ec2 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/A2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java index 8d3be4251ec..20578e479ee 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/qualifiers/secondary/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java b/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java index f5b841acbda..bae9c26d9ef 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/requires/MetaRequires.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java b/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java index c86ea08e7cf..686f6a8cfe1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/requires/Outer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java b/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java index 2ca2da94084..63caf21164b 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java b/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java index e950784d09e..cc1f8742caa 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/BeanPrototype.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java b/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java index b6b32124aa1..d82f7553248 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/scope/SomeAnn.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java index 8c4e41804ec..e85a4cac40e 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java index 6dcf991ff39..de853298a11 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java index f42c21a5cfd..041f6889ff5 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/factorywithvalue/MyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java b/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java index 5a8bf47a5bc..324de45b0d0 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/nullablevalue/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java index 6da90ab7821..a47aa089136 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/A.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java index b619f5d55e6..197667f6dc1 100644 --- a/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java +++ b/inject-java/src/test/groovy/io/micronaut/inject/value/singletonwithvalue/B.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/support/Parser.java b/inject-java/src/test/groovy/io/micronaut/support/Parser.java index fb96b95534b..df3f0fb4e57 100644 --- a/inject-java/src/test/groovy/io/micronaut/support/Parser.java +++ b/inject-java/src/test/groovy/io/micronaut/support/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java index 633ec6d420b..6456d1b47d3 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/AllClassesVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java index 4a4af351834..7a4b0afe5af 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/AllElementsVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java index 2d780837143..eab04764b3b 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/ControllerGetVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java index d8a58d53381..aae4a357acc 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/InjectVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/InterfaceWithGenerics.java b/inject-java/src/test/groovy/io/micronaut/visitors/InterfaceWithGenerics.java index d208bc3d8ee..e4344352bef 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/InterfaceWithGenerics.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/InterfaceWithGenerics.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.visitors; import javax.annotation.Nonnull; diff --git a/inject-java/src/test/groovy/io/micronaut/visitors/IntroductionVisitor.java b/inject-java/src/test/groovy/io/micronaut/visitors/IntroductionVisitor.java index 4b60656b8ef..4e538ae1861 100644 --- a/inject-java/src/test/groovy/io/micronaut/visitors/IntroductionVisitor.java +++ b/inject-java/src/test/groovy/io/micronaut/visitors/IntroductionVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.visitors; import io.micronaut.aop.introduction.Stub; diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Car.java b/inject-java/src/test/java/org/atinject/tck/auto/Car.java index ece267f5ddc..b95786264bd 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Car.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Car.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java b/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java index b9997d19eb1..9ec032d5f57 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Convertible.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java b/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java index ce9d2a2d63c..d6118ae2521 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Drivers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java b/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java index b0951f1d9b4..fb85b0061a7 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/DriversSeat.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Engine.java b/inject-java/src/test/java/org/atinject/tck/auto/Engine.java index bc61261b940..1db70418a72 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Engine.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java b/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java index 200e75b76f2..d59eae83dfb 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/FuelTank.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java b/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java index 53c5272c5ab..5b71da9edc0 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/GasEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Seat.java b/inject-java/src/test/java/org/atinject/tck/auto/Seat.java index b7264f1f2c8..888b160fdcb 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Seat.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Seat.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java b/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java index 111e742df1f..4e34135eece 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Seatbelt.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Tck.java b/inject-java/src/test/java/org/atinject/tck/auto/Tck.java index befe83e7886..e33acf99661 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Tck.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Tck.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/Tire.java b/inject-java/src/test/java/org/atinject/tck/auto/Tire.java index 7fc1c529090..60580aa3013 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/Tire.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/Tire.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java b/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java index e360bdcfe04..3edbcb1e0d6 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/V8Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java b/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java index c47af443508..c8bb07f51d7 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/accessories/Cupholder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java b/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java index 89fa7bfeda6..21652e465ad 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/accessories/RoundThing.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java b/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java index 74e51bb2f69..0e94df1803b 100644 --- a/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java +++ b/inject-java/src/test/java/org/atinject/tck/auto/accessories/SpareTire.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java b/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java index 2af9e9ca653..330cd56c307 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java b/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java index 33935f336f3..2fc7fa6d3c0 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanContextConditional.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java index 02d7b4b325b..3ef5058b0a9 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java index fe2b3913df5..9b5696fdacf 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanDefinitionReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractBeanResolutionContext.java b/inject/src/main/java/io/micronaut/context/AbstractBeanResolutionContext.java index 7d255f87b03..22582bc63cf 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractBeanResolutionContext.java +++ b/inject/src/main/java/io/micronaut/context/AbstractBeanResolutionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractExecutable.java b/inject/src/main/java/io/micronaut/context/AbstractExecutable.java index 9f46d1b678f..8de130f8692 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractExecutable.java +++ b/inject/src/main/java/io/micronaut/context/AbstractExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java b/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java index 10322713f58..cae702eb084 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java +++ b/inject/src/main/java/io/micronaut/context/AbstractExecutableMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AbstractMessageSource.java b/inject/src/main/java/io/micronaut/context/AbstractMessageSource.java index 3dfea9c27b6..e8b79f078f1 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractMessageSource.java +++ b/inject/src/main/java/io/micronaut/context/AbstractMessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.util.ArgumentUtils; diff --git a/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java b/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java index 64a6d99b1f4..2201e22ea80 100644 --- a/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/context/AbstractParametrizedBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java b/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java index 3507457a780..8e74d3618ab 100644 --- a/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java +++ b/inject/src/main/java/io/micronaut/context/AnnotationProcessorListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContext.java b/inject/src/main/java/io/micronaut/context/ApplicationContext.java index 86be90e7c19..201523347ca 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContext.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java b/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java index bb33a013599..f26fb43b02f 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextConfiguration.java b/inject/src/main/java/io/micronaut/context/ApplicationContextConfiguration.java index 984ff02da26..c743e0ec189 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextConfiguration.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java b/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java index 336c88792b0..8bd4c52e089 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextLifeCycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java b/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java index fc360839015..de49db61732 100644 --- a/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java +++ b/inject/src/main/java/io/micronaut/context/ApplicationContextProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/BeanContext.java b/inject/src/main/java/io/micronaut/context/BeanContext.java index 54835d44283..ecdcc9c9ad5 100644 --- a/inject/src/main/java/io/micronaut/context/BeanContext.java +++ b/inject/src/main/java/io/micronaut/context/BeanContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/BeanContextConfiguration.java b/inject/src/main/java/io/micronaut/context/BeanContextConfiguration.java index 0400fb208b4..7b6d4742c08 100644 --- a/inject/src/main/java/io/micronaut/context/BeanContextConfiguration.java +++ b/inject/src/main/java/io/micronaut/context/BeanContextConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import javax.annotation.Nonnull; diff --git a/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java b/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java index d00f5f464df..7231d97c815 100644 --- a/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java +++ b/inject/src/main/java/io/micronaut/context/BeanDefinitionDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java b/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java index 454ae158f1d..98190ea56fc 100644 --- a/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java +++ b/inject/src/main/java/io/micronaut/context/BeanDefinitionRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/BeanLocator.java b/inject/src/main/java/io/micronaut/context/BeanLocator.java index 41d01c97492..0d0b80be342 100644 --- a/inject/src/main/java/io/micronaut/context/BeanLocator.java +++ b/inject/src/main/java/io/micronaut/context/BeanLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/BeanRegistration.java b/inject/src/main/java/io/micronaut/context/BeanRegistration.java index b9f168adbc8..e63da22df45 100644 --- a/inject/src/main/java/io/micronaut/context/BeanRegistration.java +++ b/inject/src/main/java/io/micronaut/context/BeanRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java b/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java index 2c0b3a91f51..34e418edf08 100644 --- a/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java +++ b/inject/src/main/java/io/micronaut/context/BeanResolutionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java b/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java index f2e517783f0..63cfd12306b 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultApplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java b/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java index 1f8c67940c6..56c424c752b 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java +++ b/inject/src/main/java/io/micronaut/context/DefaultApplicationContextBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java b/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java index 0bbd1c4f4a5..955615c74cf 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java b/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java index 95b2e13ba8c..bc34acef9ba 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultBeanResolutionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java b/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java index 9e6a86d095d..92b7e5c9408 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultConditionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java index 4d0949ca401..da2933dba19 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java b/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java index e17a39c19bd..00ace274128 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java +++ b/inject/src/main/java/io/micronaut/context/DefaultCustomScopeRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java index f2a01284038..bb5a8549895 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultFieldInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultMessageContext.java b/inject/src/main/java/io/micronaut/context/DefaultMessageContext.java index d684dcfe770..80cfef87bfd 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultMessageContext.java +++ b/inject/src/main/java/io/micronaut/context/DefaultMessageContext.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java index f962ec12a7c..c6843c58884 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultMethodConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java b/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java index aa5d4585008..d6a9096779c 100644 --- a/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/DefaultMethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java b/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java index 09f996fe8b5..c8dfab1868f 100644 --- a/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java +++ b/inject/src/main/java/io/micronaut/context/EnvironmentAwareArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java b/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java index 04a304bc0c8..acf9fa10af5 100644 --- a/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java +++ b/inject/src/main/java/io/micronaut/context/EnvironmentConfigurable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java b/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java index 466f63b7e36..ad6291c5df8 100644 --- a/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java +++ b/inject/src/main/java/io/micronaut/context/ExecutionHandleLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/LifeCycle.java b/inject/src/main/java/io/micronaut/context/LifeCycle.java index 9c50a066b1d..832fa8de2e4 100644 --- a/inject/src/main/java/io/micronaut/context/LifeCycle.java +++ b/inject/src/main/java/io/micronaut/context/LifeCycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/MessageSource.java b/inject/src/main/java/io/micronaut/context/MessageSource.java index 493143429d0..0e1d1331b1b 100644 --- a/inject/src/main/java/io/micronaut/context/MessageSource.java +++ b/inject/src/main/java/io/micronaut/context/MessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.context.exceptions.NoSuchMessageException; diff --git a/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java b/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java index 80d269543bf..69b6fa722a1 100644 --- a/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/MissingMethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ProxyTarget.java b/inject/src/main/java/io/micronaut/context/ProxyTarget.java index 05db360049a..de3fb9b9b8d 100644 --- a/inject/src/main/java/io/micronaut/context/ProxyTarget.java +++ b/inject/src/main/java/io/micronaut/context/ProxyTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/Qualifier.java b/inject/src/main/java/io/micronaut/context/Qualifier.java index 45603584b05..faa937b456d 100644 --- a/inject/src/main/java/io/micronaut/context/Qualifier.java +++ b/inject/src/main/java/io/micronaut/context/Qualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java index 5475bac10d5..214feb84237 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java index 54ca7c8a595..6bc3ba92c7b 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionFieldInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java index ff849806f43..e7e9e7b38a1 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionMethodConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java b/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java index 893beff95d7..260f07596a0 100644 --- a/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/context/ReflectionMethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/RequiresCondition.java b/inject/src/main/java/io/micronaut/context/RequiresCondition.java index d4fc0b1e88a..a2cf8682376 100644 --- a/inject/src/main/java/io/micronaut/context/RequiresCondition.java +++ b/inject/src/main/java/io/micronaut/context/RequiresCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/ResolvedProvider.java b/inject/src/main/java/io/micronaut/context/ResolvedProvider.java index 1cb4d06995d..29e5e4d284e 100644 --- a/inject/src/main/java/io/micronaut/context/ResolvedProvider.java +++ b/inject/src/main/java/io/micronaut/context/ResolvedProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/StaticMessageSource.java b/inject/src/main/java/io/micronaut/context/StaticMessageSource.java index 8cffa9c19e2..cf0ec1de297 100644 --- a/inject/src/main/java/io/micronaut/context/StaticMessageSource.java +++ b/inject/src/main/java/io/micronaut/context/StaticMessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context; import io.micronaut.core.util.ArgumentUtils; diff --git a/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java b/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java index 21a23832f83..97c03f4d57a 100644 --- a/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java +++ b/inject/src/main/java/io/micronaut/context/UnresolvedProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java b/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java index aa1ba432ff6..f583ff12603 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java +++ b/inject/src/main/java/io/micronaut/context/annotation/AliasFor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Aliases.java b/inject/src/main/java/io/micronaut/context/annotation/Aliases.java index 6e1f80cad66..cd2d7a7275f 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Aliases.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Aliases.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Bean.java b/inject/src/main/java/io/micronaut/context/annotation/Bean.java index cd9ce865f39..3eedb9e1567 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Bean.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Bean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/BootstrapContextCompatible.java b/inject/src/main/java/io/micronaut/context/annotation/BootstrapContextCompatible.java index 0130a55ffd0..dec36cd29cf 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/BootstrapContextCompatible.java +++ b/inject/src/main/java/io/micronaut/context/annotation/BootstrapContextCompatible.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import java.lang.annotation.ElementType; diff --git a/inject/src/main/java/io/micronaut/context/annotation/Configuration.java b/inject/src/main/java/io/micronaut/context/annotation/Configuration.java index 6352a0ffa17..e1fe0f25084 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Configuration.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java index d04fd913c07..d161e28b258 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationInject.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationInject.java index 7939ecaccd5..290b3379407 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationInject.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationInject.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java index 8e94c18ae15..141ea2b6ca5 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java index 9b96fd7de59..b0537d7a5b0 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java +++ b/inject/src/main/java/io/micronaut/context/annotation/ConfigurationReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Context.java b/inject/src/main/java/io/micronaut/context/annotation/Context.java index 0f77671b978..35aed2f5c4b 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Context.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Context.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/DefaultImplementation.java b/inject/src/main/java/io/micronaut/context/annotation/DefaultImplementation.java index 4a391c3494a..a2d9025788c 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/DefaultImplementation.java +++ b/inject/src/main/java/io/micronaut/context/annotation/DefaultImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.annotation; import io.micronaut.core.annotation.Experimental; diff --git a/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java b/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java index 5d32a79b0f1..2dc0be6aac8 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java +++ b/inject/src/main/java/io/micronaut/context/annotation/DefaultScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/EachBean.java b/inject/src/main/java/io/micronaut/context/annotation/EachBean.java index 6d90da3378a..8a01655296b 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/EachBean.java +++ b/inject/src/main/java/io/micronaut/context/annotation/EachBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java b/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java index aa62f1118cf..5317c45032c 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java +++ b/inject/src/main/java/io/micronaut/context/annotation/EachProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Executable.java b/inject/src/main/java/io/micronaut/context/annotation/Executable.java index 3008ad0049c..50d7280cf12 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Executable.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Executable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Factory.java b/inject/src/main/java/io/micronaut/context/annotation/Factory.java index 727c4614eaa..1e03086f2d7 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Factory.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Factory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java b/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java index 095f18adc70..77dc20b94a1 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Infrastructure.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Parallel.java b/inject/src/main/java/io/micronaut/context/annotation/Parallel.java index f54b5a17123..73a3ab29a82 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Parallel.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Parallel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Parameter.java b/inject/src/main/java/io/micronaut/context/annotation/Parameter.java index 6df04bcb636..edb41fb61f6 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Parameter.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Parameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Primary.java b/inject/src/main/java/io/micronaut/context/annotation/Primary.java index 5857018c6f2..332eeb6903f 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Primary.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Primary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Property.java b/inject/src/main/java/io/micronaut/context/annotation/Property.java index 53410d5bd75..341a0c3bfc5 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Property.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Property.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java b/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java index ab96955c2ca..29b42394ad2 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java +++ b/inject/src/main/java/io/micronaut/context/annotation/PropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Prototype.java b/inject/src/main/java/io/micronaut/context/annotation/Prototype.java index c73c6d34cf7..aa1eb1bd51b 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Prototype.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Prototype.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Provided.java b/inject/src/main/java/io/micronaut/context/annotation/Provided.java index 671c38b8893..f7b11748bc7 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Provided.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Provided.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Replaces.java b/inject/src/main/java/io/micronaut/context/annotation/Replaces.java index 83d941c9262..e7c7e20ccb6 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Replaces.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Replaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Requirements.java b/inject/src/main/java/io/micronaut/context/annotation/Requirements.java index 66f231110f5..45595e27191 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Requirements.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Requirements.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Requires.java b/inject/src/main/java/io/micronaut/context/annotation/Requires.java index 9ca35d05841..0854b57e9a3 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Requires.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Requires.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Secondary.java b/inject/src/main/java/io/micronaut/context/annotation/Secondary.java index b1015e32a5a..b1ecb4c989b 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Secondary.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Secondary.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Type.java b/inject/src/main/java/io/micronaut/context/annotation/Type.java index 51a1dd7cb21..b47a92137da 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Type.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Type.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/Value.java b/inject/src/main/java/io/micronaut/context/annotation/Value.java index d2a0a40dbca..1898bf51b14 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/Value.java +++ b/inject/src/main/java/io/micronaut/context/annotation/Value.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/annotation/package-info.java b/inject/src/main/java/io/micronaut/context/annotation/package-info.java index 1786c5a9357..cd27e0d95a7 100644 --- a/inject/src/main/java/io/micronaut/context/annotation/package-info.java +++ b/inject/src/main/java/io/micronaut/context/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/condition/Condition.java b/inject/src/main/java/io/micronaut/context/condition/Condition.java index 94ed70ad6ab..14c8aa669a3 100644 --- a/inject/src/main/java/io/micronaut/context/condition/Condition.java +++ b/inject/src/main/java/io/micronaut/context/condition/Condition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java b/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java index 2bbad605129..1d22eb1bd25 100644 --- a/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java +++ b/inject/src/main/java/io/micronaut/context/condition/ConditionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/condition/Failure.java b/inject/src/main/java/io/micronaut/context/condition/Failure.java index ea5ba691aa3..eb5bf66cc93 100644 --- a/inject/src/main/java/io/micronaut/context/condition/Failure.java +++ b/inject/src/main/java/io/micronaut/context/condition/Failure.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/condition/OperatingSystem.java b/inject/src/main/java/io/micronaut/context/condition/OperatingSystem.java index 8de640db18e..9383e4b67bd 100644 --- a/inject/src/main/java/io/micronaut/context/condition/OperatingSystem.java +++ b/inject/src/main/java/io/micronaut/context/condition/OperatingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java b/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java index 7d81a1728d1..56be7a04b18 100644 --- a/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java +++ b/inject/src/main/java/io/micronaut/context/condition/TrueCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/condition/package-info.java b/inject/src/main/java/io/micronaut/context/condition/package-info.java index 888b3384e6f..a49761f124b 100644 --- a/inject/src/main/java/io/micronaut/context/condition/package-info.java +++ b/inject/src/main/java/io/micronaut/context/condition/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java b/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java index 916bf7af4c6..a65d87a669e 100644 --- a/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java +++ b/inject/src/main/java/io/micronaut/context/converters/StringArrayToClassArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java b/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java index df4cb9b37e9..857fbb7a0f8 100644 --- a/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java +++ b/inject/src/main/java/io/micronaut/context/converters/StringToClassConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/converters/package-info.java b/inject/src/main/java/io/micronaut/context/converters/package-info.java index b007501dd14..782d6870175 100644 --- a/inject/src/main/java/io/micronaut/context/converters/package-info.java +++ b/inject/src/main/java/io/micronaut/context/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java index eba8612ffe1..61dcfa5c6ed 100644 --- a/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/AbstractPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/ActiveEnvironment.java b/inject/src/main/java/io/micronaut/context/env/ActiveEnvironment.java index 88354ea8068..beb492046c3 100644 --- a/inject/src/main/java/io/micronaut/context/env/ActiveEnvironment.java +++ b/inject/src/main/java/io/micronaut/context/env/ActiveEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; /** diff --git a/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java b/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java index 6ffc05a22ac..dcf30d5b2a2 100644 --- a/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java +++ b/inject/src/main/java/io/micronaut/context/env/BootstrapPropertySourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/CommandLinePropertySource.java b/inject/src/main/java/io/micronaut/context/env/CommandLinePropertySource.java index 54a14ce2538..97f5bfc824c 100644 --- a/inject/src/main/java/io/micronaut/context/env/CommandLinePropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/CommandLinePropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java b/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java index 57db9d36bf4..17034b3f289 100644 --- a/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java +++ b/inject/src/main/java/io/micronaut/context/env/ComputePlatform.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java b/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java index 5fd0e0617af..7b5d262ca8e 100644 --- a/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java +++ b/inject/src/main/java/io/micronaut/context/env/DefaultEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java b/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java index eb83a9d7722..324ca64f8ee 100644 --- a/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java +++ b/inject/src/main/java/io/micronaut/context/env/DefaultPropertyPlaceholderResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java b/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java index 6db1f400332..5fc6838cb83 100644 --- a/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/EmptyPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/Environment.java b/inject/src/main/java/io/micronaut/context/env/Environment.java index 38564430573..33c645b9a26 100644 --- a/inject/src/main/java/io/micronaut/context/env/Environment.java +++ b/inject/src/main/java/io/micronaut/context/env/Environment.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java b/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java index 5a5c05f5d5d..a7afce40635 100644 --- a/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/EnvironmentPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java b/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java index b9714a4f683..b33f30cadd8 100644 --- a/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/MapPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java index 53f3fe072d7..adaf0bc0fc7 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertiesPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java b/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java index ff556bb7ffc..ae5c8ae0abc 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertyPlaceholderResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.env; import io.micronaut.context.exceptions.ConfigurationException; diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySource.java b/inject/src/main/java/io/micronaut/context/env/PropertySource.java index e7998c75c02..9651ed19b78 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java index 0544348e83f..e0430dd48ec 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java b/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java index a68e8f52b1c..c39a678ffc0 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourceLocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java b/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java index 0b3136c60cb..14cfe1ee563 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourcePropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java b/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java index 2fb63512b09..9dd8ccc2727 100644 --- a/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java +++ b/inject/src/main/java/io/micronaut/context/env/PropertySourceReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java b/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java index f161ccad361..4f0ef42c77b 100644 --- a/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java +++ b/inject/src/main/java/io/micronaut/context/env/SystemPropertiesPropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/package-info.java b/inject/src/main/java/io/micronaut/context/env/package-info.java index 41616f1aecf..1321bfbfb51 100644 --- a/inject/src/main/java/io/micronaut/context/env/package-info.java +++ b/inject/src/main/java/io/micronaut/context/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java b/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java index 6508e902201..15419112567 100644 --- a/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java +++ b/inject/src/main/java/io/micronaut/context/env/yaml/YamlPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java b/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java index 03161668a97..9a6c9d087b2 100644 --- a/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java +++ b/inject/src/main/java/io/micronaut/context/env/yaml/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java b/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java index 62c655e2a1b..7523d5784bd 100644 --- a/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/ApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java b/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java index 6bd7e6f123a..08d120b979b 100644 --- a/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java +++ b/inject/src/main/java/io/micronaut/context/event/ApplicationEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java b/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java index cfe393361d3..469c60e97e3 100644 --- a/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java +++ b/inject/src/main/java/io/micronaut/context/event/ApplicationEventPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java index dd0fdae78ac..d96de5344f6 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanContextEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java index 733c82c5148..6688fd225e5 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java index c3d6e4407be..66665dcb7ab 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanCreatedEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/BeanEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanEvent.java index 0f424bb0dbf..9209495631a 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java b/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java index e4d567e31c0..104f35fdb0b 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanInitializedEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java b/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java index c76bd2ee519..97750555401 100644 --- a/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/BeanInitializingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java b/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java index 2dbf932c1c2..b4e11bffea1 100644 --- a/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/ShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/StartupEvent.java b/inject/src/main/java/io/micronaut/context/event/StartupEvent.java index 4e164303ffd..0a6b2e5ac4a 100644 --- a/inject/src/main/java/io/micronaut/context/event/StartupEvent.java +++ b/inject/src/main/java/io/micronaut/context/event/StartupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/event/package-info.java b/inject/src/main/java/io/micronaut/context/event/package-info.java index 6e1ee674c24..ff20de8f52b 100644 --- a/inject/src/main/java/io/micronaut/context/event/package-info.java +++ b/inject/src/main/java/io/micronaut/context/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java b/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java index e9368dbce6a..5809ceb0e84 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/BeanContextException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java b/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java index c73647702ad..7845b5c4051 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/BeanInstantiationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java b/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java index ae4203b2823..1ef99206164 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/CircularDependencyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java b/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java index 39d73791874..4d08dceb038 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/ConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java b/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java index 7991106e364..c1798cc2d55 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/DependencyInjectionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java b/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java index f3842e06096..90371b715ea 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/MessageUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java b/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java index 002ef00e11c..94ca3a090e7 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/NoSuchBeanException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/NoSuchMessageException.java b/inject/src/main/java/io/micronaut/context/exceptions/NoSuchMessageException.java index 6fb6e184851..d00102de463 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/NoSuchMessageException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/NoSuchMessageException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.exceptions; /** diff --git a/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java b/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java index 782c5767e68..73fa5a884f7 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/NonUniqueBeanException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/exceptions/package-info.java b/inject/src/main/java/io/micronaut/context/exceptions/package-info.java index 7ea5277a8b9..adcdfeecda9 100644 --- a/inject/src/main/java/io/micronaut/context/exceptions/package-info.java +++ b/inject/src/main/java/io/micronaut/context/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/i18n/ResourceBundleMessageSource.java b/inject/src/main/java/io/micronaut/context/i18n/ResourceBundleMessageSource.java index 096d1e1dd42..bce8651b34c 100644 --- a/inject/src/main/java/io/micronaut/context/i18n/ResourceBundleMessageSource.java +++ b/inject/src/main/java/io/micronaut/context/i18n/ResourceBundleMessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.context.i18n; import io.micronaut.context.AbstractMessageSource; diff --git a/inject/src/main/java/io/micronaut/context/package-info.java b/inject/src/main/java/io/micronaut/context/package-info.java index c2498a3f0dc..b5f075b7d69 100644 --- a/inject/src/main/java/io/micronaut/context/package-info.java +++ b/inject/src/main/java/io/micronaut/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java b/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java index 7a77283ed60..d537cc03a01 100644 --- a/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java +++ b/inject/src/main/java/io/micronaut/context/processor/AnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java b/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java index 55f375ddd99..8decbd0fd91 100644 --- a/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java +++ b/inject/src/main/java/io/micronaut/context/processor/BeanDefinitionProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java b/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java index 013a545cc64..ea87153f774 100644 --- a/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java +++ b/inject/src/main/java/io/micronaut/context/processor/ExecutableMethodProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/processor/package-info.java b/inject/src/main/java/io/micronaut/context/processor/package-info.java index e07a94cce18..1c673acbb52 100644 --- a/inject/src/main/java/io/micronaut/context/processor/package-info.java +++ b/inject/src/main/java/io/micronaut/context/processor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/scope/CustomScope.java b/inject/src/main/java/io/micronaut/context/scope/CustomScope.java index 0168d27f42b..b81c18e78b6 100644 --- a/inject/src/main/java/io/micronaut/context/scope/CustomScope.java +++ b/inject/src/main/java/io/micronaut/context/scope/CustomScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java b/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java index 606c822b83d..5a77fbfad28 100644 --- a/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java +++ b/inject/src/main/java/io/micronaut/context/scope/CustomScopeRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/context/scope/package-info.java b/inject/src/main/java/io/micronaut/context/scope/package-info.java index 59f37cabe8b..e22de009964 100644 --- a/inject/src/main/java/io/micronaut/context/scope/package-info.java +++ b/inject/src/main/java/io/micronaut/context/scope/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ArgumentBeanType.java b/inject/src/main/java/io/micronaut/inject/ArgumentBeanType.java index af1796f2ae6..7d31525d150 100644 --- a/inject/src/main/java/io/micronaut/inject/ArgumentBeanType.java +++ b/inject/src/main/java/io/micronaut/inject/ArgumentBeanType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java b/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java index da634c4447b..0ffb9f66967 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java +++ b/inject/src/main/java/io/micronaut/inject/BeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java b/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java index 18440f6458e..6a45d988f9e 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java +++ b/inject/src/main/java/io/micronaut/inject/BeanContextConditional.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanDefinition.java b/inject/src/main/java/io/micronaut/inject/BeanDefinition.java index 3a886fd19c6..174efc54444 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/BeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java b/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java index f15ed157831..63d244bf680 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java +++ b/inject/src/main/java/io/micronaut/inject/BeanDefinitionMethodReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java b/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java index b7465c97ab4..25c44535f0d 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java +++ b/inject/src/main/java/io/micronaut/inject/BeanDefinitionReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanFactory.java b/inject/src/main/java/io/micronaut/inject/BeanFactory.java index 3fc39d8ed90..0b52720d3e6 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanFactory.java +++ b/inject/src/main/java/io/micronaut/inject/BeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java b/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java index 895e8d54133..18124554af0 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java +++ b/inject/src/main/java/io/micronaut/inject/BeanIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/BeanType.java b/inject/src/main/java/io/micronaut/inject/BeanType.java index 5cb7aa16463..d1094f8e0e4 100644 --- a/inject/src/main/java/io/micronaut/inject/BeanType.java +++ b/inject/src/main/java/io/micronaut/inject/BeanType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java index 71333a30348..b82d812b4ab 100644 --- a/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/CallableInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java index 1293f85500b..6e51f883c95 100644 --- a/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/ConstructorInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java b/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java index 757eaec1f6b..ab5202d21f8 100644 --- a/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java +++ b/inject/src/main/java/io/micronaut/inject/DefaultBeanDefinitionMethodReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java b/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java index 70a7b987b3f..d7541d458c2 100644 --- a/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java +++ b/inject/src/main/java/io/micronaut/inject/DefaultBeanIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java index 53ce741004b..90470820aa1 100644 --- a/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/DelegatingBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java b/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java index d73569f0035..cbfaea16c2b 100644 --- a/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java +++ b/inject/src/main/java/io/micronaut/inject/DelegatingExecutableMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java index f0efc18bc56..86ee6abd341 100644 --- a/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/DisposableBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java b/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java index 3169986b9fb..17e69897945 100644 --- a/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java +++ b/inject/src/main/java/io/micronaut/inject/ExecutableMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java b/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java index a724d6bc67d..e7128407ab1 100644 --- a/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java +++ b/inject/src/main/java/io/micronaut/inject/ExecutionHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java index 37491cc39b9..3e2b683a02b 100644 --- a/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/FieldInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java index d720dd4861d..418aea48c16 100644 --- a/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/InitializingBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/InjectionPoint.java b/inject/src/main/java/io/micronaut/inject/InjectionPoint.java index 27d00d7b359..52915d7a1c3 100644 --- a/inject/src/main/java/io/micronaut/inject/InjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/InjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java b/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java index 2d641e54e7f..481a6938fcc 100644 --- a/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java +++ b/inject/src/main/java/io/micronaut/inject/MethodExecutionHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java b/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java index 0318116a90b..8a4979b35ba 100644 --- a/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java +++ b/inject/src/main/java/io/micronaut/inject/MethodInjectionPoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/MethodReference.java b/inject/src/main/java/io/micronaut/inject/MethodReference.java index 8f696e5fbd1..a4cc71f8006 100644 --- a/inject/src/main/java/io/micronaut/inject/MethodReference.java +++ b/inject/src/main/java/io/micronaut/inject/MethodReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java b/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java index 94df88a04cf..28fa8da499b 100644 --- a/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java +++ b/inject/src/main/java/io/micronaut/inject/ParametrizedBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java b/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java index fa344ba98e0..6675da28613 100644 --- a/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java +++ b/inject/src/main/java/io/micronaut/inject/ParametrizedProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java index 3aec7a837e4..d36e93da15a 100644 --- a/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/ProxyBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java b/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java index 628714d7088..aae54ee64a0 100644 --- a/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java +++ b/inject/src/main/java/io/micronaut/inject/ValidatedBeanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java index 840d52d856a..4765f096a32 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java index e0e91f73e3d..93bf0894d1f 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AbstractAnnotationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java index fbf0897c2ed..4bd83c8e7b5 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AbstractEnvironmentAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotatedElementValidator.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotatedElementValidator.java index 93a3f73f648..60b429aadb5 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotatedElementValidator.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotatedElementValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotatedElement; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java index ef76c5bb452..abce7189f00 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java index b855fbab7cf..d4b2369e5d6 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataHierarchy.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataHierarchy.java index fff904cf4d8..6bd7d72b7cc 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataHierarchy.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataHierarchy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java index 37db51d0cbf..4d2d00886fb 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java index 1094e3a6614..debf8d7bcea 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java index ae4b6768626..6594b1f5717 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationRemapper.java b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationRemapper.java index b66eeb79239..bbc9cbf5016 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/AnnotationRemapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/AnnotationRemapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java index 29ddd499e84..9ed8648fdce 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/DefaultAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationMetadata.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationMetadata.java index 98b63dd10cb..db2259e7c46 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java index 531dac29a5a..ab1fa0bcfe7 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentAnnotationValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java index 406727b2661..68a1d9f76d7 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentConvertibleValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java index dd3c0dfd3b3..38cf13343bb 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/EnvironmentOptionalValuesMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java index bf3b3732d25..55a4597a8d9 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/NamedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/PackageRenameRemapper.java b/inject/src/main/java/io/micronaut/inject/annotation/PackageRenameRemapper.java index 6b6b47afd9d..a0f9bbc570d 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/PackageRenameRemapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/PackageRenameRemapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java index 51879c98d16..66c778de9c8 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/TypedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/FindBugsRemapper.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/FindBugsRemapper.java index 560f1b7fa64..bcd62b1563d 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/FindBugsRemapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/FindBugsRemapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation.internal; import io.micronaut.core.annotation.AnnotationUtil; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNotNullMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNotNullMapper.java index bea7ebd638a..13cee9c3052 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNotNullMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNotNullMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNullableMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNullableMapper.java index 8435fe9ae5a..5d547bea846 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNullableMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/KotlinNullableMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java index da83ab211f9..bd68ab0de2a 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/PersistenceContextAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/TimedAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/TimedAnnotationMapper.java index 029dac62e3f..203de281142 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/TimedAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/TimedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.annotation.internal; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject/src/main/java/io/micronaut/inject/annotation/internal/package-info.java b/inject/src/main/java/io/micronaut/inject/annotation/internal/package-info.java index 9e11d7f3935..b8e8e3e68a3 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/internal/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/internal/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Internal annotation mappers, not for public consumption. * diff --git a/inject/src/main/java/io/micronaut/inject/annotation/package-info.java b/inject/src/main/java/io/micronaut/inject/annotation/package-info.java index e3dc7f84477..a2d3cd82968 100644 --- a/inject/src/main/java/io/micronaut/inject/annotation/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java b/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java index 4b37a149e0f..74bcb9932af 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ClassElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java b/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java index f8332babec1..5d387160c10 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ConstructorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/Element.java b/inject/src/main/java/io/micronaut/inject/ast/Element.java index 4bf5808f2c5..1684bceed58 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/Element.java +++ b/inject/src/main/java/io/micronaut/inject/ast/Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/ElementModifier.java b/inject/src/main/java/io/micronaut/inject/ast/ElementModifier.java index 3e8cfbe3211..42448862051 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ElementModifier.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ElementModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.ast; /** diff --git a/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java b/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java index f943ab9656d..997576ada73 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/EnumElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java b/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java index 8884eafac6d..c06ad080c79 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/FieldElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java b/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java index 7dbdc04ca62..cb2dc0f4223 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/MemberElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java b/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java index 3382e5ce83b..ec9e2f3461a 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/MethodElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java b/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java index 65b77755fc1..b4897c996bc 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/ParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java b/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java index 987284c48d9..ef913605513 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/PropertyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java b/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java index 455fe8a76cb..30655d72733 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java +++ b/inject/src/main/java/io/micronaut/inject/ast/TypedElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/ast/package-info.java b/inject/src/main/java/io/micronaut/inject/ast/package-info.java index d7cfbb391b2..e272b676345 100644 --- a/inject/src/main/java/io/micronaut/inject/ast/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/ast/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/beans/package-info.java b/inject/src/main/java/io/micronaut/inject/beans/package-info.java index f2f472edcc1..25dc6dfde0a 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Contains implementations for compile time bean introspection. * diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanIntrospectionWriter.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanIntrospectionWriter.java index 25f05a81473..f11ad478217 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanIntrospectionWriter.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanIntrospectionWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.beans.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanPropertyWriter.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanPropertyWriter.java index 6e69acac882..8fea4ba3982 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanPropertyWriter.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/BeanPropertyWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.beans.visitor; import io.micronaut.core.annotation.AnnotationMetadata; diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/EntityIntrospectedAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/EntityIntrospectedAnnotationMapper.java index ab38226d9aa..4f0c2c92c65 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/EntityIntrospectedAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/EntityIntrospectedAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.beans.visitor; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.java index 33e4c010af6..06f25122a48 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.beans.visitor; import io.micronaut.context.annotation.ConfigurationReader; diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/JsonCreatorAnnotationMapper.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/JsonCreatorAnnotationMapper.java index 47346fc3aa0..ed3c4dc551c 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/JsonCreatorAnnotationMapper.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/JsonCreatorAnnotationMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.beans.visitor; import io.micronaut.core.annotation.AnnotationValue; diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/MappedSuperClassIntrospectionMapper.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/MappedSuperClassIntrospectionMapper.java index 50e0bb70853..54470ecea84 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/MappedSuperClassIntrospectionMapper.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/MappedSuperClassIntrospectionMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.beans.visitor; import javax.annotation.Nonnull; diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/package-info.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/package-info.java index e972e0b0413..797abab6567 100644 --- a/inject/src/main/java/io/micronaut/inject/beans/visitor/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/beans/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Type visitor implementations for producing {@link io.micronaut.core.beans.BeanIntrospection} instances. * diff --git a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java index 829dcf9557a..68f5e26fc57 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java index a17c438095e..e0e0f30f306 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java index 09a47023f87..b71df0bca1b 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/ConfigurationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java index acf063ada42..1bd33ef9111 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/JsonConfigurationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java b/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java index e5b020fa066..e7e94686681 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/PropertyMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/configuration/package-info.java b/inject/src/main/java/io/micronaut/inject/configuration/package-info.java index 154c72eb6de..831bc541cbc 100644 --- a/inject/src/main/java/io/micronaut/inject/configuration/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/configuration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/package-info.java b/inject/src/main/java/io/micronaut/inject/package-info.java index ab6095151fe..35f736eb084 100644 --- a/inject/src/main/java/io/micronaut/inject/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java b/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java index 53224b49a03..3a94cd9ae29 100644 --- a/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java +++ b/inject/src/main/java/io/micronaut/inject/processing/JavaModelUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java b/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java index 26f75b0ebd5..cc7faa9b6f5 100644 --- a/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java +++ b/inject/src/main/java/io/micronaut/inject/processing/ProcessedTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/processing/package-info.java b/inject/src/main/java/io/micronaut/inject/processing/package-info.java index 5bb9b8851b0..685d95516f9 100644 --- a/inject/src/main/java/io/micronaut/inject/processing/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/processing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java index 879095fe985..831a7c32b73 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationMetadataQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java index c0893c7ad48..726c82b4297 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java index 1a2c8ce7812..91b9ef0d027 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/AnnotationStereotypeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/ClosestTypeArgumentQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/ClosestTypeArgumentQualifier.java index eac747e99a2..ad16e132c6a 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/ClosestTypeArgumentQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/ClosestTypeArgumentQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.inject.qualifiers; import io.micronaut.core.annotation.Internal; diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java index 4a4aa8f50b7..7e1b149349c 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/CompositeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java index 5a52a5fa6bb..f49d4a19414 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/NameQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java index 00fe9a26ce9..ddc77b3b3ba 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualified.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java index 3aa4c1fa76c..d10f7462974 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/Qualifiers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java index a16f1490201..a7959b48a4e 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeAnnotationQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java index 013123c4e24..6d6185db07a 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/TypeArgumentQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java b/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java index 9dda4a6eb0f..66ae0540c17 100644 --- a/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/qualifiers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/util/KotlinExecutableMethodUtils.java b/inject/src/main/java/io/micronaut/inject/util/KotlinExecutableMethodUtils.java index db4e48a6c1f..313d743c6dd 100644 --- a/inject/src/main/java/io/micronaut/inject/util/KotlinExecutableMethodUtils.java +++ b/inject/src/main/java/io/micronaut/inject/util/KotlinExecutableMethodUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/validation/BeanDefinitionValidator.java b/inject/src/main/java/io/micronaut/inject/validation/BeanDefinitionValidator.java index 52ec0b8443f..b9087d5cf5e 100644 --- a/inject/src/main/java/io/micronaut/inject/validation/BeanDefinitionValidator.java +++ b/inject/src/main/java/io/micronaut/inject/validation/BeanDefinitionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/validation/package-info.java b/inject/src/main/java/io/micronaut/inject/validation/package-info.java index bcca87d3d18..a51223388b3 100644 --- a/inject/src/main/java/io/micronaut/inject/validation/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/validation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Interfaces and types specific to validating {@link io.micronaut.inject.BeanDefinition} instances. * diff --git a/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java b/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java index 072b494dc03..7c5d6b8463c 100644 --- a/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/visitor/TypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java b/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java index 64cf4161cbe..d10a8e1db53 100644 --- a/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java +++ b/inject/src/main/java/io/micronaut/inject/visitor/VisitorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/visitor/package-info.java b/inject/src/main/java/io/micronaut/inject/visitor/package-info.java index d87984b812b..91c4afb1e12 100644 --- a/inject/src/main/java/io/micronaut/inject/visitor/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/visitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java b/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java index 0bda1a9ce8e..18e17ac76f1 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/AbstractAnnotationMetadataWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java index d44beacebaf..2a7e87a63db 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassFileWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java index 928363d0457..10baa1a16d7 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/AbstractClassWriterOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java b/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java index d71ef28af4d..6ee908a3f07 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanConfigurationWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java index bdadec33839..926a7f3041a 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionReferenceWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java index 4d030e12699..9015cf70630 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java index aae1b974798..3f8e34acee9 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/BeanDefinitionWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java b/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java index a632c4d6073..a404a14da7b 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ClassGenerationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java index f363c174097..946b3885316 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ClassWriterOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java b/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java index 23a1c184b52..3eae17579d1 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ConfigBuilderState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java index 5e0d581db48..d77a8a4b1af 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/DirectoryClassWriterOutputVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java b/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java index 2af01bb914a..2a45703ff95 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ExecutableMethodWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java b/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java index c5acb1f2093..fc75435be38 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java +++ b/inject/src/main/java/io/micronaut/inject/writer/FileBackedGeneratedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java b/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java index ff8026f698f..83f8e2d0355 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java +++ b/inject/src/main/java/io/micronaut/inject/writer/GeneratedFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java b/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java index 7e5356f442a..cbcd8a91fed 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java +++ b/inject/src/main/java/io/micronaut/inject/writer/ProxyingBeanDefinitionVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/java/io/micronaut/inject/writer/package-info.java b/inject/src/main/java/io/micronaut/inject/writer/package-info.java index 352d028ee7d..53ea9e2d295 100644 --- a/inject/src/main/java/io/micronaut/inject/writer/package-info.java +++ b/inject/src/main/java/io/micronaut/inject/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inject/src/main/resources/META-INF/native-image/io.micronaut/inject/native-image.properties b/inject/src/main/resources/META-INF/native-image/io.micronaut/inject/native-image.properties index 9befa82479f..403482d3603 100644 --- a/inject/src/main/resources/META-INF/native-image/io.micronaut/inject/native-image.properties +++ b/inject/src/main/resources/META-INF/native-image/io.micronaut/inject/native-image.properties @@ -1,2 +1,18 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + Args = --allow-incomplete-classpath \ -H:EnableURLProtocols=http,https diff --git a/inject/src/test/groovy/io/micronaut/context/env/StringArrayValue.groovy b/inject/src/test/groovy/io/micronaut/context/env/StringArrayValue.groovy index 8aefef6ffe4..0d519501c6c 100644 --- a/inject/src/test/groovy/io/micronaut/context/env/StringArrayValue.groovy +++ b/inject/src/test/groovy/io/micronaut/context/env/StringArrayValue.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context.env import java.lang.annotation.Documented diff --git a/inject/src/test/resources/application-first.yml b/inject/src/test/resources/application-first.yml index 2248de1c300..8ba93551d6d 100644 --- a/inject/src/test/resources/application-first.yml +++ b/inject/src/test/resources/application-first.yml @@ -1,2 +1,18 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + environment.order: first config.prop: application-first.yml diff --git a/inject/src/test/resources/application-foo.yml b/inject/src/test/resources/application-foo.yml index 81a995c7299..3933f1e5818 100644 --- a/inject/src/test/resources/application-foo.yml +++ b/inject/src/test/resources/application-foo.yml @@ -1,5 +1,5 @@ # -# Copyright 2017-2019 original authors +# Copyright 2017-2020 original authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/inject/src/test/resources/application-other.yaml b/inject/src/test/resources/application-other.yaml index dafc10c35b9..242f42ec2dd 100644 --- a/inject/src/test/resources/application-other.yaml +++ b/inject/src/test/resources/application-other.yaml @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + other-config: true \ No newline at end of file diff --git a/inject/src/test/resources/application-second.yml b/inject/src/test/resources/application-second.yml index 88186d9e910..c398768ff94 100644 --- a/inject/src/test/resources/application-second.yml +++ b/inject/src/test/resources/application-second.yml @@ -1,2 +1,18 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + environment.order: second config.prop: application-second.yml diff --git a/inject/src/test/resources/application-spaces.yml b/inject/src/test/resources/application-spaces.yml index b77756e9a18..314fd05deb3 100644 --- a/inject/src/test/resources/application-spaces.yml +++ b/inject/src/test/resources/application-spaces.yml @@ -1,3 +1,19 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + test: Key with space: - some more key diff --git a/inject/src/test/resources/application.yml b/inject/src/test/resources/application.yml index d17ac1752b4..34871a8f9d0 100644 --- a/inject/src/test/resources/application.yml +++ b/inject/src/test/resources/application.yml @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + config.prop: application.yml diff --git a/inject/src/test/resources/config-files.yml b/inject/src/test/resources/config-files.yml index 522eb9ab0fa..a0636af1855 100644 --- a/inject/src/test/resources/config-files.yml +++ b/inject/src/test/resources/config-files.yml @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + config.prop: config-files.yml diff --git a/inject/src/test/resources/config-files2.yml b/inject/src/test/resources/config-files2.yml index a9140a0db75..a4237c8065c 100644 --- a/inject/src/test/resources/config-files2.yml +++ b/inject/src/test/resources/config-files2.yml @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + config.prop: config-files2.yml diff --git a/inject/src/test/resources/io/micronaut/context/i18n/Test.properties b/inject/src/test/resources/io/micronaut/context/i18n/Test.properties index 9ba15429991..1e41261b002 100644 --- a/inject/src/test/resources/io/micronaut/context/i18n/Test.properties +++ b/inject/src/test/resources/io/micronaut/context/i18n/Test.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + hello.message=Hello \ No newline at end of file diff --git a/inject/src/test/resources/io/micronaut/context/i18n/Test_es.properties b/inject/src/test/resources/io/micronaut/context/i18n/Test_es.properties index 7e9078600d5..c3660655d7a 100644 --- a/inject/src/test/resources/io/micronaut/context/i18n/Test_es.properties +++ b/inject/src/test/resources/io/micronaut/context/i18n/Test_es.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + hello.message=Hola \ No newline at end of file diff --git a/inject/src/test/resources/io/micronaut/context/i18n/Test_xx.properties b/inject/src/test/resources/io/micronaut/context/i18n/Test_xx.properties index 9ba15429991..1e41261b002 100644 --- a/inject/src/test/resources/io/micronaut/context/i18n/Test_xx.properties +++ b/inject/src/test/resources/io/micronaut/context/i18n/Test_xx.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + hello.message=Hello \ No newline at end of file diff --git a/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java b/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java index 2553e04456f..fe635fa0fc6 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/BasicJdbcConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java b/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java index 75cc94be8b4..962762b07bc 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/CalculatedSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java b/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java index b3d780241b9..8707330564f 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/DataSourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java b/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java index 782ba711b18..16d2b35723e 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/JdbcDatabaseManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java index c7c082d48de..94bd688d14d 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/AbstractDataSourcePoolMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java index 2cf3d641369..95b08adc1f0 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java index 375ada83134..b754f97c1ed 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/DataSourcePoolMetadataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java b/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java index b5acf63ceb7..fab2810d3a5 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/metadata/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/package-info.java b/jdbc/src/main/java/io/micronaut/jdbc/package-info.java index 0e5cddeffb1..4ed519b3b05 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/package-info.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java index fe0d01f1227..402baaa0a88 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/DataSourceTransactionManagerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java index 71ab7a9dfd8..c7c70c1b2f7 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/HibernatePresenceCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java index f4596479f54..416ba0e7223 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/SpringDataSourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java b/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java index 2d883d07365..7119b404371 100644 --- a/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java +++ b/jdbc/src/main/java/io/micronaut/jdbc/spring/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jdbc/src/main/resources/META-INF/native-image/io.micronaut/micronaut-jdbc/native-image.properties b/jdbc/src/main/resources/META-INF/native-image/io.micronaut/micronaut-jdbc/native-image.properties index 34376a09de5..9789e6d3f2b 100644 --- a/jdbc/src/main/resources/META-INF/native-image/io.micronaut/micronaut-jdbc/native-image.properties +++ b/jdbc/src/main/resources/META-INF/native-image/io.micronaut/micronaut-jdbc/native-image.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + Args = -H:DynamicProxyConfigurationResources=${.}/dynamic-proxy-config.json diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java index 891c2ea12ac..578d4fefc42 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java index 0efeb21467b..bd7ac93d85d 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointDefaultConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java index 0eed99b6693..d954cb78edf 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointEnabledCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java index b38d854bfca..04a4a34c69e 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointSensitivityProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java b/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java index 4a5741226b7..28b844fad20 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java +++ b/management/src/main/java/io/micronaut/management/endpoint/EndpointsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java index b0776a5d950..bca9e58a433 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Delete.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java index f3fb2fef91a..3ea5674c9de 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Endpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java index 8ab4d43c804..ed3e905f231 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Read.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java index 45b1076537c..ed2ebcd24aa 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Selector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java index 1564b7953fb..ffd6a2540b3 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/Write.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java index 466685dd1fc..857c8863876 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java index 34fd143ca3c..c82a0a512ab 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java index 421f9abeadd..1e0c0916451 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/BeanDefinitionDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java index 53959679758..42c4a2d4b5c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/BeansEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java index b2ca9ef7d3e..26ebc95a243 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/DefaultBeanDefinitionData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java index cd31c21f237..2d229fc3184 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/RxJavaBeanDefinitionDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java index 0ce66f5924c..dd364575626 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java index 79850250348..30776fbcd7b 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/caches/CachesEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/caches/CachesEndpoint.java index f90e6140f6f..f69262273dd 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/caches/CachesEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/caches/CachesEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.management.endpoint.caches; import io.micronaut.cache.Cache; diff --git a/management/src/main/java/io/micronaut/management/endpoint/caches/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/caches/package-info.java index d10c934a42f..849b73bef30 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/caches/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/caches/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Caches management endpoint. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/env/EnvironmentEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/env/EnvironmentEndpoint.java index d5ca7211374..cc999d46993 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/env/EnvironmentEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/env/EnvironmentEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/env/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/env/package-info.java index 3609833d726..d1759248456 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/env/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Environment management endpoint. * diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java b/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java index 7d05a8c7949..e54fef86d0b 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/DetailsVisibility.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java index 127d043004c..5aecd6f9c22 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/HealthEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java b/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java index 68a6508f540..6394dd3980b 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/HealthLevelOfDetail.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java b/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java index baecb68a8bf..b9ecd6bf005 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/filter/HealthResultFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java index b80c61d1676..16d83867460 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/filter/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java index ecd5ea6a152..8980be9387a 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java b/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java index 7ed7c594217..e2ca6cded6d 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/InfoAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java index 2884a81168c..fca7d97aed6 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/InfoEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java index 06f718794c7..040ff54fbe3 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/InfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java b/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java index bd5702c3a29..f82f0446f74 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/impl/RxInfoAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java index 49cc658fe76..ced69c3acc8 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java index 50b6e875a86..62b2cd468fa 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java index db089c086da..29a7f5da9b8 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/BuildInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java index 14d1dd2e82e..aad4403e7df 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/ConfigurationInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java index b3d498e79f5..206d9faaf6c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/GitInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java index fdaa1c2996d..21ae2a35ec9 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/PropertiesInfoSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java index 9ca5f139b99..38672ea2104 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/info/source/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java index fe6ea6d429b..d36a73adbdf 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LogLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java index 31c98059ab8..6f65a76c4d1 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java index ac78295b9a8..0aea6795f3a 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java index fdf1d7d9211..7060d409b51 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggersManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java index 3aa9ad77385..2bd75b45003 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/LoggingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java index 92c8db5301a..0bf12ffda2e 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/DefaultLoggersManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java index c06b8e44ec1..dd130b335e6 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/LogbackLoggingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java index ab346af2715..d8faf0bc1a9 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java index eed92559e4f..57025f41009 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/loggers/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/package-info.java index 3786d524994..d5181295ca2 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java index e74caa61cee..8dac9324700 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/AbstractEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java index aa341303968..e1eb51b519b 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/DeleteEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java index e11bbff057a..40a73088781 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/ReadEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java b/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java index 41fa5b4df75..e1e6fb2a4b4 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/WriteEndpointRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java index e8c98b62383..47fb9e17707 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/processors/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java index b313194b091..fa18b8d5def 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/refresh/RefreshEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java index 824aa635392..d7043899676 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/refresh/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java index e4fba0e58d5..60f362742d6 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java index d77b27773ea..c206844150c 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/RouteDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java index e5afad16fc2..4e6389129d3 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/RoutesEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java index 856e9301951..14c91bda5ed 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/DefaultRouteData.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java index 65e258b1889..881a529a79f 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/RxJavaRouteDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java index d5d9ceadc95..4d7405ba1e8 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/impl/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java index 68197ac9fc2..f9cae980271 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/routes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java index 7c9677e286c..1e4efa858ef 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/stop/ServerStopEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java index a0e554fa456..e0350e58ba6 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/stop/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadDumpEndpoint.java b/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadDumpEndpoint.java index a235b68cfd6..36db5bcd585 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadDumpEndpoint.java +++ b/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadDumpEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadInfoMapper.java b/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadInfoMapper.java index c9ea3fc3e94..d6c467feb60 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadInfoMapper.java +++ b/management/src/main/java/io/micronaut/management/endpoint/threads/ThreadInfoMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/threads/impl/DefaultThreadInfoMapper.java b/management/src/main/java/io/micronaut/management/endpoint/threads/impl/DefaultThreadInfoMapper.java index c0ab5f51d6c..39a7ce1e189 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/threads/impl/DefaultThreadInfoMapper.java +++ b/management/src/main/java/io/micronaut/management/endpoint/threads/impl/DefaultThreadInfoMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/endpoint/threads/package-info.java b/management/src/main/java/io/micronaut/management/endpoint/threads/package-info.java index cf43d8622a1..9ba45183915 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/threads/package-info.java +++ b/management/src/main/java/io/micronaut/management/endpoint/threads/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java b/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java index 6d18ac16179..9909d0d16f6 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java +++ b/management/src/main/java/io/micronaut/management/health/aggregator/HealthAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java b/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java index 607ead31caa..fa57273b0e6 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java +++ b/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java b/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java index 21759a9eaa1..6460877d85f 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/aggregator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java index 5c3ddc5a10d..b070d3b8434 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/AbstractHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java b/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java index 8410ea0782e..dda5262fe27 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/DefaultHealthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java index 99f74d619f2..baded37e2b6 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/HealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java b/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java index f755a991e8b..a558b657a4a 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/HealthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java index b1e8dbf9d1b..5596526489f 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicatorConfiguration.java b/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicatorConfiguration.java index 3f88ebffd5d..1e560be614d 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicatorConfiguration.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/discovery/DiscoveryClientHealthIndicatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java index ac2524d6386..e529e35cde7 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/discovery/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java index 3f22a685e25..c0945865eca 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java index d0d19348828..b128c769a99 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/DiskSpaceIndicatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java index 33b5550f7a9..b9f7e267159 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/diskspace/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java index 1a797be7a7e..116e3101680 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/JdbcIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java index df654b51ff6..dd4fd4889ed 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/jdbc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/indicator/package-info.java b/management/src/main/java/io/micronaut/management/health/indicator/package-info.java index 9da6be39bc9..67168625b29 100644 --- a/management/src/main/java/io/micronaut/management/health/indicator/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/indicator/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java b/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java index dd3033e8074..06e5e700b1d 100644 --- a/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java +++ b/management/src/main/java/io/micronaut/management/health/monitor/HealthMonitorTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/management/src/main/java/io/micronaut/management/health/monitor/package-info.java b/management/src/main/java/io/micronaut/management/health/monitor/package-info.java index 7e6e9d89c42..7edcd579f68 100644 --- a/management/src/main/java/io/micronaut/management/health/monitor/package-info.java +++ b/management/src/main/java/io/micronaut/management/health/monitor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java b/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java index 7c657c2b47a..c5c892519d2 100644 --- a/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java +++ b/messaging/src/main/java/io/micronaut/messaging/Acknowledgement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.messaging; import io.micronaut.messaging.exceptions.MessageAcknowledgementException; diff --git a/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java b/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java index f73ab2cd95b..e3f79f8587d 100644 --- a/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java +++ b/messaging/src/main/java/io/micronaut/messaging/MessageHeaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java b/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java index e79e7edd02f..8b5630a54fb 100644 --- a/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java +++ b/messaging/src/main/java/io/micronaut/messaging/MessagingApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java b/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java index 713db1c0441..3cf2387c854 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/Body.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java b/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java index 3ad9e48479b..0b9855c5e54 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/Header.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java b/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java index c29cb087e48..4bf549d7412 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/Headers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java index 401b16a201f..c264e08d0a9 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java index 4fdac4db1c3..ec9fc60c16c 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/MessageMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java b/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java index c7cbd7e9cd1..ee54d0da829 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/SendTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java b/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java index d9041975660..6118bc35372 100644 --- a/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java +++ b/messaging/src/main/java/io/micronaut/messaging/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java index fb4ba76a128..949624071ad 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageAcknowledgementException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java index d11587c33b6..50c4fb1daf8 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessageListenerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java index 63ccceca843..b29bdb62c13 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java index 258221f5c79..a59f4f6db86 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java index a7e804ffb80..858a84f147a 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/MessagingSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java b/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java index 8376bc4b446..e3ec35c140e 100644 --- a/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java +++ b/messaging/src/main/java/io/micronaut/messaging/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/messaging/src/main/java/io/micronaut/messaging/package-info.java b/messaging/src/main/java/io/micronaut/messaging/package-info.java index 232c29ee561..e52647f9f78 100644 --- a/messaging/src/main/java/io/micronaut/messaging/package-info.java +++ b/messaging/src/main/java/io/micronaut/messaging/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java index cb2b521d8e4..670dc602091 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/MultitenancyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java index 68a5e482188..9b4a91d2e4f 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java index d27bc8d6c80..0e2555a4c31 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/TenantNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java index dbdde6cdced..ec1bec49a21 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java index 9dec7505a45..7927b0381b3 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java index 0d06bc84845..b4e626ffdbe 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java index 4aca78d3c2e..7fec559b8a6 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java index a44242081d4..e892ac3281a 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/TenantPropagationHttpClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java index 87113123b9b..6cd1197b195 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/propagation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java index 4e6fd2a5c39..11411d02254 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java index ef64bae349b..8931236cb06 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java index d506781f8c1..3546afe21d1 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/CookieTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java index 657dcd38fb4..e1569686826 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java index 2e894930912..d5fc79e93fb 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java index 1a56a68626a..80698fe6a67 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/FixedTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java index 734378faaf0..5edd0e1ced7 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java index 98f1afdcdaf..43e2987db5d 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java index 75f069f2160..59e983a34b3 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/HttpHeaderTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java index 8aeaacb042d..e601221f3e9 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java index 832978eda01..69f4da4ed96 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java index 0f8c88567d3..1132fb25563 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/PrincipalTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java index 5881234f975..30d616f0867 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java index ce281e328c3..33502e9a5d5 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java index e41a9cfc3cc..e001802b6a4 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SessionTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java index 98fc7bdc2b4..7e2cde9bd92 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java index f38ca04e1be..679e4d16a37 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java index cee7c32ddb9..c892a985070 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SubdomainTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java index d27f1df78d5..e2fdb25ceb5 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java index a93c76e2c57..4b738076661 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java index 77e2c4554b9..60ff485a65e 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/SystemPropertyTenantResolverConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java index dc9ebe5a558..4e89169186a 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/TenantResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java index 2b59f03e7ee..33673779cf4 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/tenantresolver/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java index fc410b638a8..02042735947 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java index b40ef04664a..a7719a5aa4e 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java index d065c4a6b17..108b4f5255c 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/CookieTenantWriterConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java index a90de8d3407..7ea9c206c7b 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java index d04e22b5aec..5ac61583341 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java index d97e7107fe7..ca1b442d871 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/HttpHeaderTenantWriterConfigurationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java index ff09c9f6734..36bcf3b616d 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/TenantWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java index 775aa942552..4bd63c7d949 100644 --- a/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java +++ b/multitenancy/src/main/java/io/micronaut/multitenancy/writer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy index 286895064ad..f8fc67722e1 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Book.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy index 79a99713b24..88d7331c7b2 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookFetcher.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy index 27a0484a223..34180c6095b 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BookService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy index 955cff612eb..81aac10a407 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy index 61fe92fc6b3..1fb9e2b55c8 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/BooksController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy index 850113e16c7..5f0dd74ba08 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/Bootstrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy index 36c72ce2ed6..9c038016c56 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/cookie/GatewayController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy index ca46ad81709..faee21f28da 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Book.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy index 4c39b017912..cbf03193b88 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookFetcher.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy index 138945ff8c3..c11ff5c45dc 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BookService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy index 5ecd4c464c9..daef16eccb0 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy index 992be62569b..e55f2a7ed6b 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/BooksController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy index 501749ab87f..6140f20a9c5 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/Bootstrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy index 2b181996c05..7ce416efdc1 100644 --- a/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy +++ b/multitenancy/src/test/groovy/io/micronaut/multitenancy/propagation/httpheader/GatewayController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy b/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy index b6a1e10b1bc..aed1ea40139 100644 --- a/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy +++ b/router/src/main/groovy/io/micronaut/web/router/GroovyRouteBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java b/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java index 01db036cde5..35acb4d906b 100644 --- a/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/AbstractRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java b/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java index 22a6222c7a6..b8a4e32747e 100644 --- a/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/AnnotatedFilterRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java b/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java index 41bc1eee326..390aea762cd 100644 --- a/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/AnnotatedMethodRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java b/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java index 9bc2031579a..20b9f26c42f 100644 --- a/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/BasicObjectRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java b/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java index 4b1cc5b9020..e1ee03eb3ae 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultFilterRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java b/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java index a5c1cd18243..409d1291402 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultRouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/DefaultRouter.java b/router/src/main/java/io/micronaut/web/router/DefaultRouter.java index b2c9167a018..bb67581cebb 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultRouter.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java b/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java index 3e06ae2f95d..eea78e0eb7a 100644 --- a/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/DefaultUriRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/ErrorRoute.java b/router/src/main/java/io/micronaut/web/router/ErrorRoute.java index c7a99d504c7..d6d8c152db2 100644 --- a/router/src/main/java/io/micronaut/web/router/ErrorRoute.java +++ b/router/src/main/java/io/micronaut/web/router/ErrorRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java b/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java index 2f301f67f22..a8d5358023c 100644 --- a/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/ErrorRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/FilterRoute.java b/router/src/main/java/io/micronaut/web/router/FilterRoute.java index 2447d2f3866..9e79cff13e6 100644 --- a/router/src/main/java/io/micronaut/web/router/FilterRoute.java +++ b/router/src/main/java/io/micronaut/web/router/FilterRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java b/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java index bfd36264221..06988a7461b 100644 --- a/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java +++ b/router/src/main/java/io/micronaut/web/router/MethodBasedRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java b/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java index e1b26bd1996..538183ff465 100644 --- a/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/MethodBasedRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/NullArgument.java b/router/src/main/java/io/micronaut/web/router/NullArgument.java index 8c447416644..e9aafe5ddb5 100644 --- a/router/src/main/java/io/micronaut/web/router/NullArgument.java +++ b/router/src/main/java/io/micronaut/web/router/NullArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/ResourceRoute.java b/router/src/main/java/io/micronaut/web/router/ResourceRoute.java index bca9c6f2812..a8f5448e10d 100644 --- a/router/src/main/java/io/micronaut/web/router/ResourceRoute.java +++ b/router/src/main/java/io/micronaut/web/router/ResourceRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/Route.java b/router/src/main/java/io/micronaut/web/router/Route.java index 1116f164e9a..4119e129f80 100644 --- a/router/src/main/java/io/micronaut/web/router/Route.java +++ b/router/src/main/java/io/micronaut/web/router/Route.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/RouteBuilder.java b/router/src/main/java/io/micronaut/web/router/RouteBuilder.java index d05c60a97c4..12d499fd498 100644 --- a/router/src/main/java/io/micronaut/web/router/RouteBuilder.java +++ b/router/src/main/java/io/micronaut/web/router/RouteBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/RouteMatch.java b/router/src/main/java/io/micronaut/web/router/RouteMatch.java index 015f0b8ac4b..84b31b57dc1 100644 --- a/router/src/main/java/io/micronaut/web/router/RouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/RouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java b/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java index dbe1690e53e..80b42943b6e 100644 --- a/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java +++ b/router/src/main/java/io/micronaut/web/router/RouteMatchUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/Router.java b/router/src/main/java/io/micronaut/web/router/Router.java index bf75ff11f1a..f6e8c0d25ca 100644 --- a/router/src/main/java/io/micronaut/web/router/Router.java +++ b/router/src/main/java/io/micronaut/web/router/Router.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/StatusRoute.java b/router/src/main/java/io/micronaut/web/router/StatusRoute.java index c6a00d7f38f..a409b8a54f0 100644 --- a/router/src/main/java/io/micronaut/web/router/StatusRoute.java +++ b/router/src/main/java/io/micronaut/web/router/StatusRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java b/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java index b45ab871b17..ab0cfeb3192 100644 --- a/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/StatusRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java b/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java index 5ed09420541..350ddafec24 100644 --- a/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java +++ b/router/src/main/java/io/micronaut/web/router/UnresolvedArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/UriRoute.java b/router/src/main/java/io/micronaut/web/router/UriRoute.java index 40bc8ef7265..36c11b7f355 100644 --- a/router/src/main/java/io/micronaut/web/router/UriRoute.java +++ b/router/src/main/java/io/micronaut/web/router/UriRoute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java b/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java index 0f32cc4dbca..7ce9f862f2a 100644 --- a/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java +++ b/router/src/main/java/io/micronaut/web/router/UriRouteMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java index 7f65e9ef85a..786e7d37a8c 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/DuplicateRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java b/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java index d4ac3d7fb7e..ecc5a8f39bf 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/RoutingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedBodyRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedBodyRouteException.java index befb9d4e281..fb31f38c41e 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedBodyRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedBodyRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedCookieValueRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedCookieValueRouteException.java index f635c35524c..5cffc0b141e 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedCookieValueRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedCookieValueRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedHeaderRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedHeaderRouteException.java index cccc50af489..0ab62fdb172 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedHeaderRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedHeaderRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPartRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPartRouteException.java index 0a9f0ef51fb..836f3b04765 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPartRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPartRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPathVariableRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPathVariableRouteException.java index 80ad81ec0f2..8124604f832 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPathVariableRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedPathVariableRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedQueryValueRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedQueryValueRouteException.java index db31fe0e2ea..fe55c63f5cf 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedQueryValueRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedQueryValueRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRequestAttributeRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRequestAttributeRouteException.java index e4a520bc6db..1bb5196ca92 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRequestAttributeRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRequestAttributeRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java index 85bfc129cf8..6fc3428782a 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/UnsatisfiedRouteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java b/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java index f11c1afd48d..9061feda0cf 100644 --- a/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java b/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java index 71e1f763891..e2f181a1bf3 100644 --- a/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java +++ b/router/src/main/java/io/micronaut/web/router/filter/FilteredRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java b/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java index 76b389d9559..68201f8479f 100644 --- a/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java +++ b/router/src/main/java/io/micronaut/web/router/filter/RouteMatchFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/naming/ConfigurableUriNamingStrategy.java b/router/src/main/java/io/micronaut/web/router/naming/ConfigurableUriNamingStrategy.java index fbf58963b72..736268ed2ef 100644 --- a/router/src/main/java/io/micronaut/web/router/naming/ConfigurableUriNamingStrategy.java +++ b/router/src/main/java/io/micronaut/web/router/naming/ConfigurableUriNamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java b/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java index a616cc05167..1cb1542f7f7 100644 --- a/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java +++ b/router/src/main/java/io/micronaut/web/router/naming/HyphenatedUriNamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/naming/package-info.java b/router/src/main/java/io/micronaut/web/router/naming/package-info.java index ab003898bb3..2fa30dc3b06 100644 --- a/router/src/main/java/io/micronaut/web/router/naming/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/naming/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/package-info.java b/router/src/main/java/io/micronaut/web/router/package-info.java index 1c4f3cdad02..deac52321c0 100644 --- a/router/src/main/java/io/micronaut/web/router/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java b/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java index 1e5336de764..230b560131a 100644 --- a/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java +++ b/router/src/main/java/io/micronaut/web/router/qualifier/ConsumesMediaTypeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java b/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java index a6412038343..3e77ea16f6e 100644 --- a/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java +++ b/router/src/main/java/io/micronaut/web/router/qualifier/ProducesMediaTypeQualifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java b/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java index c8e3680e15d..701a624ab3f 100644 --- a/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/qualifier/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java index 6b6903d5962..22843b9af5a 100644 --- a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java +++ b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java index 87e0621c303..50f9bf1d417 100644 --- a/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java +++ b/router/src/main/java/io/micronaut/web/router/resource/StaticResourceResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/resource/package-info.java b/router/src/main/java/io/micronaut/web/router/resource/package-info.java index 4d017af83f4..08f8c15313d 100644 --- a/router/src/main/java/io/micronaut/web/router/resource/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/resource/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/ConfigurationDefaultVersionProvider.java b/router/src/main/java/io/micronaut/web/router/version/ConfigurationDefaultVersionProvider.java index bdf699f9927..abc5e07c01b 100644 --- a/router/src/main/java/io/micronaut/web/router/version/ConfigurationDefaultVersionProvider.java +++ b/router/src/main/java/io/micronaut/web/router/version/ConfigurationDefaultVersionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version; import io.micronaut.context.annotation.Requires; diff --git a/router/src/main/java/io/micronaut/web/router/version/DefaultVersionProvider.java b/router/src/main/java/io/micronaut/web/router/version/DefaultVersionProvider.java index 24cdf419a48..6126f28274b 100644 --- a/router/src/main/java/io/micronaut/web/router/version/DefaultVersionProvider.java +++ b/router/src/main/java/io/micronaut/web/router/version/DefaultVersionProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version; import javax.annotation.Nonnull; diff --git a/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java b/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java index 528f8445a2d..3add93c96e2 100644 --- a/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java +++ b/router/src/main/java/io/micronaut/web/router/version/RouteVersionFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java b/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java index cb9f6569c8a..1d90cd1df44 100644 --- a/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java +++ b/router/src/main/java/io/micronaut/web/router/version/RoutesVersioningConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java b/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java index 4a84849f90e..b5d2834c849 100644 --- a/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java +++ b/router/src/main/java/io/micronaut/web/router/version/VersionAwareRouterListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/package-info.java b/router/src/main/java/io/micronaut/web/router/version/package-info.java index 3a1190a3eb2..cb09d990230 100644 --- a/router/src/main/java/io/micronaut/web/router/version/package-info.java +++ b/router/src/main/java/io/micronaut/web/router/version/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java index ad3ba2aab4d..4c472642d92 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolverConfiguration.java b/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolverConfiguration.java index db0b05414ae..71dd8066668 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolverConfiguration.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/HeaderVersionResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version.resolution; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java index 8997dd2b27a..4f1cf482f1a 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolverConfiguration.java b/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolverConfiguration.java index 43e8352521b..8832887792e 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolverConfiguration.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/ParameterVersionResolverConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.web.router.version.resolution; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java index d04ff9e1d6b..89437282aa0 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/RequestVersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java b/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java index 8c852ed2d0e..d2826b7c0f2 100644 --- a/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java +++ b/router/src/main/java/io/micronaut/web/router/version/resolution/VersionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java b/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java index b530aa71cf4..2cc4c951a08 100644 --- a/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java +++ b/router/src/test/groovy/io/micronaut/context/router/RouteBuilderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java index fe8614cbb15..c8c8c4ce598 100644 --- a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java +++ b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchServiceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java index f326af2ff04..0e260668ada 100644 --- a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java +++ b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/MacOsWatchThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/package-info.java b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/package-info.java index 5b344244085..983942b6f9c 100644 --- a/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/package-info.java +++ b/runtime-osx/src/main/java/io/micronaut/scheduling/io/watch/osx/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to file watch on OS X. * diff --git a/runtime/src/main/java/io/micronaut/cache/AbstractMapBasedSyncCache.java b/runtime/src/main/java/io/micronaut/cache/AbstractMapBasedSyncCache.java index 4a0d2bd0771..ccfbb84f353 100644 --- a/runtime/src/main/java/io/micronaut/cache/AbstractMapBasedSyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/AbstractMapBasedSyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/AsyncCache.java b/runtime/src/main/java/io/micronaut/cache/AsyncCache.java index 02aaa360190..b37549bc7a4 100644 --- a/runtime/src/main/java/io/micronaut/cache/AsyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/AsyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java b/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java index 479e89174c2..3614cd0ede1 100644 --- a/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java +++ b/runtime/src/main/java/io/micronaut/cache/AsyncCacheErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/Cache.java b/runtime/src/main/java/io/micronaut/cache/Cache.java index 07115671c25..637907ce65f 100644 --- a/runtime/src/main/java/io/micronaut/cache/Cache.java +++ b/runtime/src/main/java/io/micronaut/cache/Cache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java b/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java index 3ca145dd909..8ddb7529404 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java b/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java index 5b1d8c269d8..8629cbc8199 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/CacheInfo.java b/runtime/src/main/java/io/micronaut/cache/CacheInfo.java index bf4a7d62968..39e1699f9a8 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheInfo.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.cache; import io.micronaut.core.async.annotation.SingleResult; diff --git a/runtime/src/main/java/io/micronaut/cache/CacheManager.java b/runtime/src/main/java/io/micronaut/cache/CacheManager.java index 4a0ef2cb1a3..d91b7233634 100644 --- a/runtime/src/main/java/io/micronaut/cache/CacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/CacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java b/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java index af10d67c696..0caa402a862 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultCacheConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java b/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java index d576d2d0079..d8e89762330 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultCacheErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java b/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java index b958a0fed71..e6d18423f7f 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultDynamicCacheManager.java b/runtime/src/main/java/io/micronaut/cache/DefaultDynamicCacheManager.java index b32cf86c0d4..9b2689fcbe6 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultDynamicCacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultDynamicCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java b/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java index 74d94c45529..88cb162a417 100644 --- a/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/DefaultSyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncBlockingCache.java b/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncBlockingCache.java index 061c66d0ff5..b305d73ad0b 100644 --- a/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncBlockingCache.java +++ b/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncBlockingCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncCache.java b/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncCache.java index fd0d9686d73..2b34411f3a5 100644 --- a/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/DelegatingAsyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/DynamicCacheManager.java b/runtime/src/main/java/io/micronaut/cache/DynamicCacheManager.java index 6a71eebc369..36ef00115f1 100644 --- a/runtime/src/main/java/io/micronaut/cache/DynamicCacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/DynamicCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/SyncCache.java b/runtime/src/main/java/io/micronaut/cache/SyncCache.java index dbdb7d98345..0f1aa42400c 100644 --- a/runtime/src/main/java/io/micronaut/cache/SyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/SyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java b/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java index cab201680e8..c3b6a54e24c 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/CacheConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java b/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java index 63f3e8cfa40..eafddbcfe9e 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/CacheInvalidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java b/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java index a95b3798448..e4d31b7636b 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/CachePut.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java b/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java index 06ecb0cb307..3d51b84ee2c 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/Cacheable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java b/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java index 563c3612bd5..6918516bc6f 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/InvalidateOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java b/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java index 48991a308cd..93d7e3ee031 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/PutOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java b/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java index 9712da62f95..1aaaec7be3c 100644 --- a/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java b/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java index ecbb75d983f..3d8c564ede7 100644 --- a/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java +++ b/runtime/src/main/java/io/micronaut/cache/exceptions/CacheSystemException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java index 6998c9ad197..ff4120de554 100644 --- a/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/graal/CacheSubstitutions.java b/runtime/src/main/java/io/micronaut/cache/graal/CacheSubstitutions.java index 5fca20789e1..24f18648815 100644 --- a/runtime/src/main/java/io/micronaut/cache/graal/CacheSubstitutions.java +++ b/runtime/src/main/java/io/micronaut/cache/graal/CacheSubstitutions.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/graal/package-info.java b/runtime/src/main/java/io/micronaut/cache/graal/package-info.java index 7a3c7e78c73..e773a0b1184 100644 --- a/runtime/src/main/java/io/micronaut/cache/graal/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/graal/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java index bebab28bf20..4cb5b5b5a01 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java index 30c4640117c..354bfd7f0d5 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java b/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java index 5be408ed74b..7324558da5d 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/DefaultCacheKeyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java b/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java index e079500b2d8..39fc3324c43 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/ParametersKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java b/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java index f3d220164ba..0db99ba4ba2 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/ValueSupplierException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java b/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java index 42578425499..5ea62db33ce 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java index 0651faad91d..b5c79934fe2 100644 --- a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java +++ b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java index 2807191dfe0..8500a51e0af 100644 --- a/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java +++ b/runtime/src/main/java/io/micronaut/cache/jcache/JCacheSyncCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java b/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java index 63975640efa..b8cf6b2048a 100644 --- a/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/jcache/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/package-info.java b/runtime/src/main/java/io/micronaut/cache/package-info.java index a1afe98fb77..48472547762 100644 --- a/runtime/src/main/java/io/micronaut/cache/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java b/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java index 5c5c72f94ec..5ecd1c24c49 100644 --- a/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java +++ b/runtime/src/main/java/io/micronaut/cache/serialize/DefaultStringKeySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java b/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java index 38f82066e52..2de3dc07170 100644 --- a/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java +++ b/runtime/src/main/java/io/micronaut/cache/serialize/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java b/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java index dfc6c835dbb..8f3678b32dd 100644 --- a/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/CompositeDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java b/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java index 8a93920dc5f..9a36a8d6d21 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/DefaultCompositeDiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java index 5211e2dc0e0..41afa319294 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java +++ b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java index f24b0f58694..0020b7532a3 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java +++ b/runtime/src/main/java/io/micronaut/discovery/DefaultServiceInstanceIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java b/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java index c05ef82c2af..d167789f30b 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/DiscoveryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java index 5920339017e..0eb3d46f20e 100644 --- a/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/DiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java b/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java index 76f9ccef5fa..92a89adeadc 100644 --- a/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java +++ b/runtime/src/main/java/io/micronaut/discovery/ServiceInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java index e8583620d9d..4393a39de56 100644 --- a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java +++ b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java index 8fa3c1cf837..7f29b63411b 100644 --- a/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java +++ b/runtime/src/main/java/io/micronaut/discovery/ServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java b/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java index a4828db3268..8ed5846fc62 100644 --- a/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java +++ b/runtime/src/main/java/io/micronaut/discovery/StaticServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java index f8bbe2c2d88..7cf504ab06c 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/AbstractComputeInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java index 466e2451ac3..963e6c24b5f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java index 325ed6f7972..fa163b5c58d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java index 16d62d2fef3..ccf4cd93f3b 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/ComputeInstanceMetadataResolverUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java index 64399ce1627..6991d0b7d52 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/NetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java index 7899da2bc53..d32b7cea7e8 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonComputeInstanceMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java index 37a759b1b48..99a4193e136 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonEC2InstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java index b7d4aeedb5f..8fb8db8f8d6 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java index 9d84185b063..bbbb09e1af9 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java index 2855e7ad8eb..b465b933a6b 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/EC2MetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java index b537ffa7e71..feb888fef23 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java index d2fa1bfb9e1..cd55edc2921 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java index 1b3aca97e64..ebcb997fced 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java index 5e2ad9520e5..9d9d3e6ba0b 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java index 6a49571019d..0f25c7fe541 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java index a1a4ba6fa34..54d91eb18c2 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/digitalocean/DigitalOceanNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java index 8fe4b7656ca..f41fe714bf0 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java index 48f7b38d5b0..0718ca8d35f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeInstanceMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java index 5c50df15244..8457e01d4af 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java index f54ddd1b385..2de6f89461a 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeMetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java index 173ccac896f..b5973bfd01d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/GoogleComputeNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java index c019b7da7ac..3e0704ff8b1 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/gcp/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudInstanceMetadata.java b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudInstanceMetadata.java index 2a6bbf515e3..0466f88a3d3 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudInstanceMetadata.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudInstanceMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataConfiguration.java index 170026d8318..69c394c6a9e 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataKeys.java b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataKeys.java index 220a73a4f16..620a1c0cc7a 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataKeys.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataResolver.java b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataResolver.java index e4a6188807b..10974cd1b26 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataResolver.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudMetadataResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudNetworkInterface.java b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudNetworkInterface.java index f3d9704718a..60b41a5c16d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudNetworkInterface.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/OracleCloudNetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/package-info.java index b1c79d6a78d..d14c87efed6 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/oraclecloud/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java b/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java index fc20a713f6e..6cc08091260 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/cloud/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java index 1163dc451d7..1706756226a 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/ConfigDiscoveryConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java b/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java index b5a54a630a0..9c30e4e5f1f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/ConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java b/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java index cbfad18bb39..90b701499f4 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/DefaultCompositeConfigurationClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/config/package-info.java b/runtime/src/main/java/io/micronaut/discovery/config/package-info.java index 0d837472638..e8a7bfe4636 100644 --- a/runtime/src/main/java/io/micronaut/discovery/config/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/config/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java b/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java index 2490d696380..59ae20e5ec4 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/AbstractServiceInstanceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java b/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java index 1ef504f46c5..fa51b904102 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/ServiceShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java b/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java index 7e6801efe0c..c454a321a37 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/ServiceStartedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/event/package-info.java b/runtime/src/main/java/io/micronaut/discovery/event/package-info.java index bfe2c9af25f..c592d588a75 100644 --- a/runtime/src/main/java/io/micronaut/discovery/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java b/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java index 37ae4b20442..ca5cc0ee209 100644 --- a/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java +++ b/runtime/src/main/java/io/micronaut/discovery/exceptions/DiscoveryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java b/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java index be84d11ef51..fe00919115d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java +++ b/runtime/src/main/java/io/micronaut/discovery/exceptions/NoAvailableServiceException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java index 35c79f1e17a..88f1e4d6ca1 100644 --- a/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java b/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java index 5d31a0a9f9d..2ff8c7a756f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java +++ b/runtime/src/main/java/io/micronaut/discovery/metadata/ServiceInstanceMetadataContributor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java b/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java index 1331ef3a01d..6c4b811ad54 100644 --- a/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/metadata/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/package-info.java b/runtime/src/main/java/io/micronaut/discovery/package-info.java index e00c8e3b38e..843c83c657d 100644 --- a/runtime/src/main/java/io/micronaut/discovery/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java b/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java index 0872d109141..978a389bfca 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/AutoRegistration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java index f8178e4a381..c036314a081 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java index bfb49c9526c..5776d70c30f 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/RegistrationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java b/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java index 45a3c5f5900..5c964ba77a4 100644 --- a/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java +++ b/runtime/src/main/java/io/micronaut/discovery/registration/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java b/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java index 32489ffe70c..7f672239582 100644 --- a/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java +++ b/runtime/src/main/java/io/micronaut/health/CurrentHealthStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java b/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java index 40283a33d67..8ae58d7e804 100644 --- a/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java +++ b/runtime/src/main/java/io/micronaut/health/DefaultCurrentHealthStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/HealthStatus.java b/runtime/src/main/java/io/micronaut/health/HealthStatus.java index a84c6f31767..8f95a7f7b19 100644 --- a/runtime/src/main/java/io/micronaut/health/HealthStatus.java +++ b/runtime/src/main/java/io/micronaut/health/HealthStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java b/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java index 60b76d07203..470d3866797 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatDiscoveryClientCondition.java b/runtime/src/main/java/io/micronaut/health/HeartbeatDiscoveryClientCondition.java index 3a3747fe112..d268c9309b4 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatDiscoveryClientCondition.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatDiscoveryClientCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatEnabled.java b/runtime/src/main/java/io/micronaut/health/HeartbeatEnabled.java index 57327d99a85..94ff9be3f92 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatEnabled.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatEnabled.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java b/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java index e42961b790b..99bfdd4b61e 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java b/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java index c6a43c4daeb..ab8fa8521c4 100644 --- a/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java +++ b/runtime/src/main/java/io/micronaut/health/HeartbeatTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/health/package-info.java b/runtime/src/main/java/io/micronaut/health/package-info.java index 39e1e48c687..12d54aa7713 100644 --- a/runtime/src/main/java/io/micronaut/health/package-info.java +++ b/runtime/src/main/java/io/micronaut/health/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java b/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java index 663f9e3af17..04f87583ac1 100644 --- a/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java +++ b/runtime/src/main/java/io/micronaut/jackson/JacksonConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java b/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java index a14c91ef182..6c5604b1ca9 100644 --- a/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java +++ b/runtime/src/main/java/io/micronaut/jackson/ObjectMapperFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java b/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java index f61f05ace81..faa06bc409f 100644 --- a/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java +++ b/runtime/src/main/java/io/micronaut/jackson/annotation/JacksonFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java b/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java index ebff6ce2e17..5245253c4b6 100644 --- a/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java b/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java index 0338ad00c08..7d35c36ffc7 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/CharSequencePropertyNamingStrategyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java b/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java index 80f42154960..f12d9dc66e7 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/JacksonBeanPropertyBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java b/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java index 8d9397cd23a..b0a5eef70e7 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/MapToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java b/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java index 21d2922d0fc..490ac8cc340 100644 --- a/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/JacksonFeatures.java b/runtime/src/main/java/io/micronaut/jackson/codec/JacksonFeatures.java index 80abfec2ea9..27e78f77ef1 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/JacksonFeatures.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/JacksonFeatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/JacksonMediaTypeCodec.java b/runtime/src/main/java/io/micronaut/jackson/codec/JacksonMediaTypeCodec.java index 25d945e4ecb..92545f84927 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/JacksonMediaTypeCodec.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/JacksonMediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java b/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java index 0d249a8c69b..22214b38343 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/JsonMediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java b/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java index 401204f6f35..b1c3270f3c6 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/JsonStreamMediaTypeCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java b/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java index 717a2cc5fd1..bc1eef0bb8c 100644 --- a/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java index 58f605ac2a8..b09269f6d8a 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java index b91cd713ed1..96f0676bd6d 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ArrayNodeToIterableConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java index dfdec01456c..98c289295e2 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/JsonNodeToObjectConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java index f48a87746e8..3fb81037040 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java index 116debec974..becff8225c0 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectNodeToConvertibleValuesConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java index 8bcf24f9010..ed3a1093eb5 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/ObjectToJsonNodeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java b/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java index 26fbee10848..ac2c68b4204 100644 --- a/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/convert/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java b/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java index 520d656e9c2..cd4461c8fdf 100644 --- a/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java +++ b/runtime/src/main/java/io/micronaut/jackson/env/EnvJsonPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java b/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java index d79e9e695eb..1201db6b0ef 100644 --- a/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java +++ b/runtime/src/main/java/io/micronaut/jackson/env/JsonPropertySourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/env/package-info.java b/runtime/src/main/java/io/micronaut/jackson/env/package-info.java index da6928e9ff5..7d96ea9dc45 100644 --- a/runtime/src/main/java/io/micronaut/jackson/env/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/modules/BeanIntrospectionModule.java b/runtime/src/main/java/io/micronaut/jackson/modules/BeanIntrospectionModule.java index 53ff66b1fd0..a2e39e8b888 100644 --- a/runtime/src/main/java/io/micronaut/jackson/modules/BeanIntrospectionModule.java +++ b/runtime/src/main/java/io/micronaut/jackson/modules/BeanIntrospectionModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java b/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java index d4592c10112..309cf778bfd 100644 --- a/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/modules/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/package-info.java b/runtime/src/main/java/io/micronaut/jackson/package-info.java index 645c8ad5b23..89c5bedb1b6 100644 --- a/runtime/src/main/java/io/micronaut/jackson/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java b/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java index f62d38800c8..8bcc3c731d7 100644 --- a/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java +++ b/runtime/src/main/java/io/micronaut/jackson/parser/JacksonProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java b/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java index 7a33eb49cbd..6adfabdc0be 100644 --- a/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/parser/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java index 4a9767f99bc..672a95e0a6a 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleMultiValuesSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java index d2aabf413ba..542c4bb8ebc 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ConvertibleValuesSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java index ec6c6973fe9..85101c8beaf 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/JacksonObjectSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java b/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java index dbbf5adc737..42c366e7bee 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/OptionalValuesSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java index 65dd60cc7e4..18c518b64df 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceDeserializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java index a15222cf4b7..b2c0c08b01c 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java index f52103b5918..da65bfd8469 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/ResourceSerializerModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java b/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java index c02d75103b7..0870596791f 100644 --- a/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java +++ b/runtime/src/main/java/io/micronaut/jackson/serialize/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/logging/LogLevel.java b/runtime/src/main/java/io/micronaut/logging/LogLevel.java index bddcf16071f..acadfbdd146 100644 --- a/runtime/src/main/java/io/micronaut/logging/LogLevel.java +++ b/runtime/src/main/java/io/micronaut/logging/LogLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/logging/LoggingSystem.java b/runtime/src/main/java/io/micronaut/logging/LoggingSystem.java index 51a97308a75..788f7b1843a 100644 --- a/runtime/src/main/java/io/micronaut/logging/LoggingSystem.java +++ b/runtime/src/main/java/io/micronaut/logging/LoggingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/logging/PropertiesLoggingLevelsConfigurer.java b/runtime/src/main/java/io/micronaut/logging/PropertiesLoggingLevelsConfigurer.java index 4d0119b70fa..3833a461ed2 100644 --- a/runtime/src/main/java/io/micronaut/logging/PropertiesLoggingLevelsConfigurer.java +++ b/runtime/src/main/java/io/micronaut/logging/PropertiesLoggingLevelsConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/logging/impl/LogbackLoggingSystem.java b/runtime/src/main/java/io/micronaut/logging/impl/LogbackLoggingSystem.java index 2bf440731dd..a8cabafeb5c 100644 --- a/runtime/src/main/java/io/micronaut/logging/impl/LogbackLoggingSystem.java +++ b/runtime/src/main/java/io/micronaut/logging/impl/LogbackLoggingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/flow/converters/FlowConverterRegistrar.java b/runtime/src/main/java/io/micronaut/reactive/flow/converters/FlowConverterRegistrar.java index 615dc9010a7..2af18317f2c 100644 --- a/runtime/src/main/java/io/micronaut/reactive/flow/converters/FlowConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/reactive/flow/converters/FlowConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/package-info.java b/runtime/src/main/java/io/micronaut/reactive/package-info.java index 857e34d9ce9..afdfa137e64 100644 --- a/runtime/src/main/java/io/micronaut/reactive/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java b/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java index a96a5138c25..32c3ff6dfac 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/ReactorInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java index 699f5523760..1de19c85af3 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToFluxConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java index 3b0a90e81e9..e2bde57aea5 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/ObjectToMonoConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java index 009e9b85f72..7ae3f419e94 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToFluxConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java index 8370dfc645f..f1e9051012c 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/PublisherToMonoConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java index 510077d7160..d3fcc2197ca 100644 --- a/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/reactor/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java index 149223562b2..33cedffdd5a 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/RxJava1ConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java index 54bb50a33fa..f3be66fdbea 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava1/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java index b34d9130415..e94ba54107f 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java index 53564bdba39..c28109d8c52 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedCompletableObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java index db4e3ccad45..c611a47b43c 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java index 12c99680e4d..fc3f52a4eb8 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableFlowable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java index 52605b4ecba..a93bafd68a7 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedConnectableObservable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java index 3b547230ec9..d3d8788b74a 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java index c00bca138d2..4f1c3eff9cf 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedFlowableSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java index a997735bf01..9c7a397d940 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybe.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java index 1a1b33a4db7..81f44d27f35 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedMaybeObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java index 64137bc5a6a..155f5c17e9e 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObservable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java index 0b15076fb89..a8ecb67372e 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java index ca477d5873e..e1b5fa31330 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedParallelFlowable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java index 9e9e06d77f7..202e0504622 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java index b9b950f4194..78d7a69f79d 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSingleObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java index bd02a840d8a..4b8bad20feb 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java index e8fab458937..5fd89f7085d 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumentedWrappers.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumenterFactory.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumenterFactory.java index b7e676b50e4..4e4e6ac57d0 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumenterFactory.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxInstrumenterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java index a2987b3ce22..104d180230b 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/RxJava2Instrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java index 17a7f21af28..651ab045458 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/RxJavaConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java index 7677e0c2260..b0e69fc4513 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java b/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java index c9b3b20d7f0..3a217dbac69 100644 --- a/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java +++ b/runtime/src/main/java/io/micronaut/reactive/rxjava2/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/CircuitState.java b/runtime/src/main/java/io/micronaut/retry/CircuitState.java index e1f27422428..5b4af3a0079 100644 --- a/runtime/src/main/java/io/micronaut/retry/CircuitState.java +++ b/runtime/src/main/java/io/micronaut/retry/CircuitState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/RetryState.java b/runtime/src/main/java/io/micronaut/retry/RetryState.java index c2b18adf17a..10d4ae46f6b 100644 --- a/runtime/src/main/java/io/micronaut/retry/RetryState.java +++ b/runtime/src/main/java/io/micronaut/retry/RetryState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java b/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java index c93ee34a65c..85cad6cf62a 100644 --- a/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java +++ b/runtime/src/main/java/io/micronaut/retry/RetryStateBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java b/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java index 34357b0cdb6..2ea83f03a88 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/CircuitBreaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java b/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java index d7c561b832e..b77061d5918 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/Fallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java b/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java index 9ff20c7bbf2..e9046c73ade 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/Recoverable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java b/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java index 2ee8b614a53..5d4a4d109cd 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/Retryable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java b/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java index d0ff400121f..dfde638bdfe 100644 --- a/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java b/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java index 7997a06e4d6..9442cd0b5ca 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java +++ b/runtime/src/main/java/io/micronaut/retry/event/CircuitClosedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java b/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java index 16aeac30e59..21682c6c6d1 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java +++ b/runtime/src/main/java/io/micronaut/retry/event/CircuitOpenEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java b/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java index da4cbf97d23..d752fb61240 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java +++ b/runtime/src/main/java/io/micronaut/retry/event/RetryEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java b/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java index 620aebc9c87..66b754d107f 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java +++ b/runtime/src/main/java/io/micronaut/retry/event/RetryEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/event/package-info.java b/runtime/src/main/java/io/micronaut/retry/event/package-info.java index c5525790198..411a62273af 100644 --- a/runtime/src/main/java/io/micronaut/retry/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java b/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java index fa9c84de04a..c09ffee6e7a 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/CircuitOpenException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java b/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java index bcfa8c2d9a7..3822a52ef5e 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/FallbackException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java b/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java index 998beaf0eeb..93e1d7e40c6 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/RetryException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/exception/package-info.java b/runtime/src/main/java/io/micronaut/retry/exception/package-info.java index 76f2345c1aa..d7e942c1513 100644 --- a/runtime/src/main/java/io/micronaut/retry/exception/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/exception/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java b/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java index 2df42da24d7..794a4b6bd0a 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/AnnotationRetryStateBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java b/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java index 4423c34d5df..3096883ba80 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/CircuitBreakerRetry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java b/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java index e9902a11938..dbeb02ca441 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/DefaultRetryInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java b/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java index cc061e58611..5d95e305ee1 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/MutableRetryState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java b/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java index 1915a290589..2f1b0a1689d 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/RecoveryInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java b/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java index 37745216e46..e5e98daf88b 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/SimpleRetry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java b/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java index 8ed20bcdd86..12950d85a15 100644 --- a/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/intercept/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/retry/package-info.java b/runtime/src/main/java/io/micronaut/retry/package-info.java index 9f7b7ce323f..75e2dca84a6 100644 --- a/runtime/src/main/java/io/micronaut/retry/package-info.java +++ b/runtime/src/main/java/io/micronaut/retry/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java b/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java index c6896e5f36d..a0142c00355 100644 --- a/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java +++ b/runtime/src/main/java/io/micronaut/runtime/ApplicationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java b/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java index 0a105e12bfd..9c7fdd87786 100644 --- a/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java +++ b/runtime/src/main/java/io/micronaut/runtime/EmbeddedApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/Micronaut.java b/runtime/src/main/java/io/micronaut/runtime/Micronaut.java index 4461320c29c..00ed691cc94 100644 --- a/runtime/src/main/java/io/micronaut/runtime/Micronaut.java +++ b/runtime/src/main/java/io/micronaut/runtime/Micronaut.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/CompositeMessageSource.java b/runtime/src/main/java/io/micronaut/runtime/context/CompositeMessageSource.java index ed126194f9e..40633a6b615 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/CompositeMessageSource.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/CompositeMessageSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.runtime.context; import io.micronaut.context.AbstractMessageSource; diff --git a/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java b/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java index 57f4fcc8289..61f37f3bdcd 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/env/CommandLinePropertySource.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationAdvice.java b/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationAdvice.java index 3781e7097b2..a71f5d59e13 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationAdvice.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationIntroductionAdvice.java b/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationIntroductionAdvice.java index f3e55a316a7..53c3c5a1ac5 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationIntroductionAdvice.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/env/ConfigurationIntroductionAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java b/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java index 6d103ece706..6556d16a324 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java index 7bc30846249..f7e468d12a9 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/Refreshable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java index 84af28863da..07eb62cf9e9 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/ScopedProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java index d48c63d988e..b56d72782a3 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java index 06a50e745a1..66c4e85689f 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/ThreadLocalCustomScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java index 9798c5a1131..224d140c54f 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java index f0a075fe0d6..b6502b11db1 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java index 3e2e9cd6b69..061edab7751 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java index fed93c8bc66..b13b87e4e75 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/RefreshScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java index 84d6ae74b35..5f6275ab922 100644 --- a/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/context/scope/refresh/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java b/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java index 91bc2b6b2b9..6fcd49f537c 100644 --- a/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java +++ b/runtime/src/main/java/io/micronaut/runtime/converters/time/TimeConverterRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java b/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java index 036968fac5b..3d94110ee7b 100644 --- a/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/converters/time/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java b/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java index 3305a5636eb..684507c4ac1 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/AbstractEmbeddedApplicationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java index b066ab97534..3e2fd8d3bb3 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java index 82bf058eb82..ccefe61a081 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/ApplicationStartupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java b/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java index 54ba85d1de7..757775a1d94 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/annotation/EventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java b/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java index 473bbb73b30..28297c31f43 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/event/package-info.java b/runtime/src/main/java/io/micronaut/runtime/event/package-info.java index d2ad2b71d98..b39acabf3d2 100644 --- a/runtime/src/main/java/io/micronaut/runtime/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java b/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java index 852456f25ad..841e16b3910 100644 --- a/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java +++ b/runtime/src/main/java/io/micronaut/runtime/exceptions/ApplicationStartupException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java index 0ab435a1c3d..1d2c0df4c5e 100644 --- a/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java b/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java index 45a88bc7869..62f6f3de68e 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/codec/MediaTypeCodecRegistryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java b/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java index 20996f37962..811c5eddb8c 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/codec/TextPlainCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java b/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java index bafce900157..b67e30044b5 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/codec/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java b/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java index 1cb32a44ccb..7f94dc72ded 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/converters/HttpStatusConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java b/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java index 64e88e15bc7..54e1e1e3c83 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/converters/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestAware.java b/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestAware.java index e549a068f52..839555a40e0 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestAware.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestCustomScope.java b/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestCustomScope.java index 079804aebd5..61539f6a246 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestCustomScope.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestCustomScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestScope.java b/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestScope.java index 06433277e04..f403a3e16c6 100644 --- a/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestScope.java +++ b/runtime/src/main/java/io/micronaut/runtime/http/scope/RequestScope.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/package-info.java b/runtime/src/main/java/io/micronaut/runtime/package-info.java index 5ff3b4f27e6..653bcd46f67 100644 --- a/runtime/src/main/java/io/micronaut/runtime/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java index af238fc3ed5..b7d47987681 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java index 3504ac470c0..5a4a572b33c 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/EmbeddedServerInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java index 05c5aedad9b..1b699702659 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerShutdownEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java index 6980af1858e..bc949ae5f9a 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/event/ServerStartupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java b/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java index c6ea9cd5379..7a74de4908c 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/package-info.java b/runtime/src/main/java/io/micronaut/runtime/server/package-info.java index 7f92f2a3d56..b7cc85af46c 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/package-info.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java b/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java index 4131bebd248..a3d701f25d0 100644 --- a/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java +++ b/runtime/src/main/java/io/micronaut/runtime/server/watch/event/FileWatchRestartListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java b/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java index 776ca361ee5..0a7c62385b4 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/DefaultTaskExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/NextFireTime.java b/runtime/src/main/java/io/micronaut/scheduling/NextFireTime.java index 60efc05dc14..c5a63b62b5c 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/NextFireTime.java +++ b/runtime/src/main/java/io/micronaut/scheduling/NextFireTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java b/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java index ae0ead65530..d0158b1ca7a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java +++ b/runtime/src/main/java/io/micronaut/scheduling/ReschedulingTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java b/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java index 1c6bf752769..a60053c4b3e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/ScheduledExecutorTaskScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java b/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java index 3ecc94f9014..6ca35bd7513 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/TaskExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java b/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java index ce59879abd0..3f74c81eb05 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java +++ b/runtime/src/main/java/io/micronaut/scheduling/TaskExecutors.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java b/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java index d26bfde1a1e..051c2dcc498 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java +++ b/runtime/src/main/java/io/micronaut/scheduling/TaskScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java index 62251e73b5c..5ca6f7f90cb 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/Async.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java index 0abb6dcab2f..31746b2f981 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/Scheduled.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java index 14f867beb5c..404de4bae04 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/Schedules.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java index 0e28a6a5440..df21e006633 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java b/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java index 1a49fccfc3f..8d75ecf37c3 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java +++ b/runtime/src/main/java/io/micronaut/scheduling/async/AsyncInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java index 40782362499..414e83fa8a6 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java index 9c6d1cadd0b..3af83ba213a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/cron/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java b/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java index 2f6c2921b65..1ba01bd9a9a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java +++ b/runtime/src/main/java/io/micronaut/scheduling/exceptions/SchedulerConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java b/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java index ed1f53bf6ab..6996c9ae083 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java +++ b/runtime/src/main/java/io/micronaut/scheduling/exceptions/TaskExecutionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java index 10d69ec7530..a3e175e2788 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java index 8ed9415dc9d..8413686ccf9 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultExecutorSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java index 565749a6708..9129722a98c 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/DefaultThreadFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java index abbb63a66e6..e03f564407d 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java index 26c526fac71..bf6ab84431e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java index 03855391bf2..95b5269335a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java index 0bbf26dc94e..f2dfc2d47bf 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ExecutorType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java b/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java index e6936714a91..31984962b82 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/IOExecutorServiceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java index b303bac9f43..42628c6058a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ScheduledExecutorServiceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/ThreadSelection.java b/runtime/src/main/java/io/micronaut/scheduling/executor/ThreadSelection.java index 1511135882a..47963af214a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/ThreadSelection.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/ThreadSelection.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java b/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java index 6f2a31d4fb8..a007996093d 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/UserExecutorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java index aeb06395471..f4419fdaa73 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/executor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/ExecutorServiceInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/ExecutorServiceInstrumenter.java index 1c46ebf0dbd..4f092583063 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/ExecutorServiceInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/ExecutorServiceInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java index ca5ac9b002a..6db4ed2d0e0 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java index cbfb2d31535..8820ba1d61a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java index 4ad1594060e..d0a8477993a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InstrumentedScheduledExecutorService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenter.java index 538a11784f6..cc593d66c6b 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterFactory.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterFactory.java index 64d1127f3f0..45dbe5ea30f 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedCallable.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedCallable.java index 0970596b871..d95b7cc9bb6 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedCallable.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedCallable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedRunnable.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedRunnable.java index 9dd820290c5..d42cc1d8efc 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedRunnable.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/InvocationInstrumenterWrappedRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/MultipleInvocationInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/MultipleInvocationInstrumenter.java index aa816a05f26..7ccc9a9d0fb 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/MultipleInvocationInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/MultipleInvocationInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java index 9ddbb04c9a4..9e261338db1 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInvocationInstrumenterFactory.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInvocationInstrumenterFactory.java index 002ca89f323..c5173a1dbfb 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInvocationInstrumenterFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/ReactiveInvocationInstrumenterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java index 9de6c989aea..172360ad555 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/RunnableInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/ThreadFactoryInstrumenter.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/ThreadFactoryInstrumenter.java index 2aa115e626f..953a71bc054 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/ThreadFactoryInstrumenter.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/ThreadFactoryInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java index ee67c9e63b8..d017d97bd46 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/instrument/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java index fec5e5f559f..fd3aeda7f0d 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/DefaultWatchThread.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchCondition.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchCondition.java index 6d1e13497aa..83fcbcb0d95 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchCondition.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java index dec93d5f1f8..fd23c1b61f2 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/FileWatchConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java index d8311e6360b..cf67a185a18 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/WatchServiceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java index 0defc0b62cb..141adfd4b8a 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/FileChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java index bc5ef7dfa32..5aa85ac978e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/WatchEventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/package-info.java index a2aef4b90bf..72369c0a51e 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Events related to file watch changes. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/io/watch/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/io/watch/package-info.java index 2824249a012..a4fb4e15cd9 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/io/watch/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/io/watch/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Classes related to file watch. * diff --git a/runtime/src/main/java/io/micronaut/scheduling/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/package-info.java index 5e569c552c0..1cb4084310f 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java b/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java index c0f0e75539d..5babdcd6b8f 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java +++ b/runtime/src/main/java/io/micronaut/scheduling/processor/ScheduledMethodProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java b/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java index fc36d73fba1..8364d7c54e2 100644 --- a/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java +++ b/runtime/src/main/java/io/micronaut/scheduling/processor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/main/resources/META-INF/native-image/io.micronaut/runtime-graal/native-image.properties b/runtime/src/main/resources/META-INF/native-image/io.micronaut/runtime-graal/native-image.properties index 38edc85d5f3..7cdc4977642 100644 --- a/runtime/src/main/resources/META-INF/native-image/io.micronaut/runtime-graal/native-image.properties +++ b/runtime/src/main/resources/META-INF/native-image/io.micronaut/runtime-graal/native-image.properties @@ -1,2 +1,18 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + Args = --initialize-at-run-time=io.micronaut.reactive.reactor.ReactorInstrumentation \ --initialize-at-build-time=ch.qos.logback,com.fasterxml.jackson,io.micronaut,io.reactivex,org.reactivestreams,org.slf4j,org.yaml.snakeyaml,javax diff --git a/runtime/src/test/groovy/io/micronaut/cache/CounterService.java b/runtime/src/test/groovy/io/micronaut/cache/CounterService.java index 3e004dc79c6..3c67a3c27ea 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/CounterService.java +++ b/runtime/src/test/groovy/io/micronaut/cache/CounterService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/cache/DynamicCache.java b/runtime/src/test/groovy/io/micronaut/cache/DynamicCache.java index 2ff33fa93d8..461eb48e39b 100644 --- a/runtime/src/test/groovy/io/micronaut/cache/DynamicCache.java +++ b/runtime/src/test/groovy/io/micronaut/cache/DynamicCache.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.cache; import io.micronaut.core.type.Argument; diff --git a/runtime/src/test/groovy/io/micronaut/retry/intercept/MyCustomException.java b/runtime/src/test/groovy/io/micronaut/retry/intercept/MyCustomException.java index d40c336b43c..208daad378e 100644 --- a/runtime/src/test/groovy/io/micronaut/retry/intercept/MyCustomException.java +++ b/runtime/src/test/groovy/io/micronaut/retry/intercept/MyCustomException.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.retry.intercept; public class MyCustomException extends RuntimeException { diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java index fa53c879df6..c095c28304f 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/AsyncListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy index a69e150acad..34107225b5d 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/GroovyListener.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java index b70fb7722d4..846ea578730 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/OverloadedListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java index 42f2f0aec41..1834d702894 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/TestListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java index 88e5136f0cc..0abb694f0d9 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/DefaultThingService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java index 483d9249bfc..3095781534a 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java index dd1498b0ab9..0796f7634fd 100644 --- a/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java +++ b/runtime/src/test/groovy/io/micronaut/runtime/event/annotation/itfce/ThingCreatedEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java b/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java index e8759bf9314..958a6d3284f 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/MyJavaTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java index 1122844bfcf..2d36bdd39c0 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/BeanAndTypeSpecificHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java index 556d09da65f..40e89427ab1 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/InjectExceptionJob.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java index c351ab3d336..1351bcb4734 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/NotInjectable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java index 72559b0f0a1..bf42ab026a7 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob1.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java index d050b446ea8..adfe961d011 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob2.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java index 20e59d77eb9..67a776697cf 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/ThrowsExceptionJob3.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java index 1f3b41a5b2a..ef84c9586b9 100644 --- a/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java +++ b/runtime/src/test/groovy/io/micronaut/scheduling/exceptions/TypeSpecificHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/groovy/io/micronaut/support/Parser.java b/runtime/src/test/groovy/io/micronaut/support/Parser.java index 9895370fae9..89a08b3c4ee 100644 --- a/runtime/src/test/groovy/io/micronaut/support/Parser.java +++ b/runtime/src/test/groovy/io/micronaut/support/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/runtime/src/test/resources/application-jackson.yml b/runtime/src/test/resources/application-jackson.yml index b1c4854499b..af49d8f0392 100644 --- a/runtime/src/test/resources/application-jackson.yml +++ b/runtime/src/test/resources/application-jackson.yml @@ -1,2 +1,18 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + jackson: property-naming-strategy: SNAKE_CASE \ No newline at end of file diff --git a/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java b/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java index f8882a1118a..ebdd3db64f4 100644 --- a/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java +++ b/session/src/main/java/io/micronaut/session/DefaultSessionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/InMemorySession.java b/session/src/main/java/io/micronaut/session/InMemorySession.java index 673382a5c26..0e92e9a9a43 100644 --- a/session/src/main/java/io/micronaut/session/InMemorySession.java +++ b/session/src/main/java/io/micronaut/session/InMemorySession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/InMemorySessionStore.java b/session/src/main/java/io/micronaut/session/InMemorySessionStore.java index e3973aee0ee..078a0445b27 100644 --- a/session/src/main/java/io/micronaut/session/InMemorySessionStore.java +++ b/session/src/main/java/io/micronaut/session/InMemorySessionStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/Session.java b/session/src/main/java/io/micronaut/session/Session.java index 9fd57975d86..8ff754097d7 100644 --- a/session/src/main/java/io/micronaut/session/Session.java +++ b/session/src/main/java/io/micronaut/session/Session.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/SessionConfiguration.java b/session/src/main/java/io/micronaut/session/SessionConfiguration.java index 825f98acd60..64e0e2f0c14 100644 --- a/session/src/main/java/io/micronaut/session/SessionConfiguration.java +++ b/session/src/main/java/io/micronaut/session/SessionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/SessionIdGenerator.java b/session/src/main/java/io/micronaut/session/SessionIdGenerator.java index 9c05d339c55..29b31ba270b 100644 --- a/session/src/main/java/io/micronaut/session/SessionIdGenerator.java +++ b/session/src/main/java/io/micronaut/session/SessionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/SessionSettings.java b/session/src/main/java/io/micronaut/session/SessionSettings.java index 9f69881328d..3d609eacbd1 100644 --- a/session/src/main/java/io/micronaut/session/SessionSettings.java +++ b/session/src/main/java/io/micronaut/session/SessionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/SessionStore.java b/session/src/main/java/io/micronaut/session/SessionStore.java index 4bfb1b6db64..fbef52a4a87 100644 --- a/session/src/main/java/io/micronaut/session/SessionStore.java +++ b/session/src/main/java/io/micronaut/session/SessionStore.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/annotation/SessionValue.java b/session/src/main/java/io/micronaut/session/annotation/SessionValue.java index e1e6d7c8759..39bc3aa0ba9 100644 --- a/session/src/main/java/io/micronaut/session/annotation/SessionValue.java +++ b/session/src/main/java/io/micronaut/session/annotation/SessionValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/annotation/package-info.java b/session/src/main/java/io/micronaut/session/annotation/package-info.java index 138dc25dc3b..53fb9c6f59e 100644 --- a/session/src/main/java/io/micronaut/session/annotation/package-info.java +++ b/session/src/main/java/io/micronaut/session/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java index 85cbdf0e556..8decd1801e8 100644 --- a/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/OptionalSessionArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java index 3561d3a9f02..eb52071cee5 100644 --- a/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/OptionalSessionValueArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java index 957286a128e..5527d272bf0 100644 --- a/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/SessionArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java b/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java index 14d2f9d5f8e..ba6b8d720d0 100644 --- a/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java +++ b/session/src/main/java/io/micronaut/session/binder/SessionValueArgumentBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/binder/package-info.java b/session/src/main/java/io/micronaut/session/binder/package-info.java index 66a5b5a0696..bd60d6ea0f9 100644 --- a/session/src/main/java/io/micronaut/session/binder/package-info.java +++ b/session/src/main/java/io/micronaut/session/binder/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java b/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java index 6715ebe04d8..6b24066a6ee 100644 --- a/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java +++ b/session/src/main/java/io/micronaut/session/event/AbstractSessionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java b/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java index b1c3331f994..95b73c4b4cf 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionCreatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java b/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java index 0cb82e55c5b..20db113305c 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionDeletedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java b/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java index 698d252f992..ef6208060df 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionDestroyedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java b/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java index 12e1fa1e0c6..786520a634b 100644 --- a/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java +++ b/session/src/main/java/io/micronaut/session/event/SessionExpiredEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/event/package-info.java b/session/src/main/java/io/micronaut/session/event/package-info.java index d45ea15df93..32187cd913f 100644 --- a/session/src/main/java/io/micronaut/session/event/package-info.java +++ b/session/src/main/java/io/micronaut/session/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java index d7f230a9a7e..684978b05b6 100644 --- a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java +++ b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java index f51425be3d0..2a7c59fa467 100644 --- a/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java +++ b/session/src/main/java/io/micronaut/session/http/CookieHttpSessionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java b/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java index 5ca9e6e16a1..aa22e857325 100644 --- a/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java +++ b/session/src/main/java/io/micronaut/session/http/HeadersHttpSessionIdStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java b/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java index c3a7756f3d2..3c4bb042bfe 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java b/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java index 7d29d6886f2..287ec0b87c5 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java b/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java index c753f212ac5..263f3963f4d 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionIdEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java b/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java index b56653b7979..a366da3ca34 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionIdResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java b/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java index a19e1c58aa8..000ade03182 100644 --- a/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java +++ b/session/src/main/java/io/micronaut/session/http/HttpSessionIdStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/SessionForRequest.java b/session/src/main/java/io/micronaut/session/http/SessionForRequest.java index 202769ab43f..0875a781eee 100644 --- a/session/src/main/java/io/micronaut/session/http/SessionForRequest.java +++ b/session/src/main/java/io/micronaut/session/http/SessionForRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/http/package-info.java b/session/src/main/java/io/micronaut/session/http/package-info.java index 40abcaaf3f6..6dae5db1d8b 100644 --- a/session/src/main/java/io/micronaut/session/http/package-info.java +++ b/session/src/main/java/io/micronaut/session/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/package-info.java b/session/src/main/java/io/micronaut/session/package-info.java index d1e305f05b4..2f8b7a3de0a 100644 --- a/session/src/main/java/io/micronaut/session/package-info.java +++ b/session/src/main/java/io/micronaut/session/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * Micronaut session handling. * diff --git a/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java b/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java index f9102d1b98a..23ee1b945c8 100644 --- a/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java +++ b/session/src/main/java/io/micronaut/session/websocket/SessionWebSocketEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/main/java/io/micronaut/session/websocket/package-info.java b/session/src/main/java/io/micronaut/session/websocket/package-info.java index 8efbca174f8..09b91c66f60 100644 --- a/session/src/main/java/io/micronaut/session/websocket/package-info.java +++ b/session/src/main/java/io/micronaut/session/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/test/groovy/io/micronaut/session/docs/Cart.java b/session/src/test/groovy/io/micronaut/session/docs/Cart.java index 7f4f671a50e..bf5f63a0288 100644 --- a/session/src/test/groovy/io/micronaut/session/docs/Cart.java +++ b/session/src/test/groovy/io/micronaut/session/docs/Cart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java b/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java index 9305427c2e8..c9fe5f86c62 100644 --- a/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java +++ b/session/src/test/groovy/io/micronaut/session/docs/ShoppingController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java b/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java index 2e7bdaf0fb1..0dc6da5d918 100644 --- a/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java +++ b/spring/src/main/java/io/micronaut/spring/beans/MicronautBeanProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java b/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java index 1f10fe599e9..af479d09d11 100644 --- a/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java +++ b/spring/src/main/java/io/micronaut/spring/beans/MicronautSpringBeanFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/beans/package-info.java b/spring/src/main/java/io/micronaut/spring/beans/package-info.java index b400ab56cf3..f61ec9cbb35 100644 --- a/spring/src/main/java/io/micronaut/spring/beans/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/beans/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java b/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java index 84df23e088e..0644750e3d6 100644 --- a/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java +++ b/spring/src/main/java/io/micronaut/spring/core/env/PropertyResolverAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/core/env/package-info.java b/spring/src/main/java/io/micronaut/spring/core/env/package-info.java index 801b778dfda..55b913d1a3e 100644 --- a/spring/src/main/java/io/micronaut/spring/core/env/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/core/env/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java b/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java index 922b8a98e38..f68f2d55af1 100644 --- a/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java +++ b/spring/src/main/java/io/micronaut/spring/core/event/ApplicationEventPublisherAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/core/event/package-info.java b/spring/src/main/java/io/micronaut/spring/core/event/package-info.java index 495532fa9b5..35a9bdbe51a 100644 --- a/spring/src/main/java/io/micronaut/spring/core/event/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/core/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java index 49a11becb81..9a73aaca52b 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/BindableRuleBasedTransactionAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java index 6a2e75a4f4d..2408c13f464 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/TransactionInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java index 20c92bc80d2..a953057d356 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/Transactional.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java b/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java index 1b3f4a64e46..3c3b7d5d8e2 100644 --- a/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java +++ b/spring/src/main/java/io/micronaut/spring/tx/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy b/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy index dab0c88ff53..ef21eb04b00 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy +++ b/spring/src/test/groovy/io/micronaut/spring/tx/FakeEvent.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/MetaAnnotation.java b/spring/src/test/groovy/io/micronaut/spring/tx/MetaAnnotation.java index 4aa312209d5..e10ed8a0691 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/MetaAnnotation.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/MetaAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx; import io.micronaut.context.annotation.DefaultScope; diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/MetaTransactionalBean.java b/spring/src/test/groovy/io/micronaut/spring/tx/MetaTransactionalBean.java index 005fcac90c9..6be0fef4c08 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/MetaTransactionalBean.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/MetaTransactionalBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.spring.tx; import org.junit.Assert; diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java b/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java index fe98f8236e8..48e103650c2 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/MockTransactionManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java index 7eaa781a4ff..ab143d05661 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java index 79bc4876e22..2fa7e4a1457 100644 --- a/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java +++ b/spring/src/test/groovy/io/micronaut/spring/tx/TransactionalListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/Pet.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/Pet.groovy index 06c5548b782..e05c1708744 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/Pet.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/Pet.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetClient.groovy index 6cef9a45f25..cedaca982ae 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetController.groovy index 96f30aeca39..1c87fbbb478 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetOperations.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetOperations.groovy index da2a43b2fb0..e18cd70f5ef 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetOperations.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/PetOperations.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetClient.groovy index 9648020f8a8..b445784f1c6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.headers import io.micronaut.docs.annotation.Pet diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetController.groovy index beb58c45494..e392fd85aa5 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/headers/PetController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.headers import io.micronaut.docs.annotation.Pet diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/Story.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/Story.groovy index 8d41d38ecc9..6a990a18455 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/Story.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/Story.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClient.groovy index 0cdb3b31841..5915bc5d40d 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes import io.micronaut.http.annotation.Get diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.groovy index 2848e4fd9ab..0a5f21bb532 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes import io.micronaut.http.HttpResponse diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryController.groovy index 36fc98f7e26..921b669f4cc 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/requestattributes/StoryController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes import io.micronaut.http.HttpResponse diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetClient.groovy index 1da11040624..1e28f480d20 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.retry import io.micronaut.docs.annotation.Pet diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetFallback.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetFallback.groovy index c4275ccd6cf..fc1b1b6db15 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetFallback.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/annotation/retry/PetFallback.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.retry import io.micronaut.docs.annotation.Pet diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/MyBean.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/MyBean.groovy index cf3f8ab10f8..b31102ad708 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/MyBean.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/MyBean.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice class MyBean { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/method/MyFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/method/MyFactory.groovy index 45a13feccf8..1fcd21abf32 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/method/MyFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/method/MyFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice.method import io.micronaut.cache.annotation.Cacheable diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/type/MyFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/type/MyFactory.groovy index afcd07debb0..80f663cb976 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/type/MyFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/advice/type/MyFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice.type import io.micronaut.cache.annotation.Cacheable diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNull.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNull.groovy index 656d865d756..46127433399 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNull.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNull.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullExample.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullExample.groovy index 520e3f5cbf8..94e9a54d706 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullExample.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullExample.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullInterceptor.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullInterceptor.groovy index 2b5150de5ed..2620932e4f3 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullInterceptor.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/around/NotNullInterceptor.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/Stub.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/Stub.groovy index 41e1db99aa0..059891e944c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/Stub.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/Stub.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubExample.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubExample.groovy index 96be04bbd27..1a723eb76e2 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubExample.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubExample.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction import java.time.LocalDateTime diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubIntroduction.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubIntroduction.groovy index a6747b508b6..c2db185cbe0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubIntroduction.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/introduction/StubIntroduction.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/Book.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/Book.groovy index a5b41b79835..fef36f33f08 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/Book.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.retry class Book { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/BookService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/BookService.groovy index b957f4f7675..fc76b98304c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/BookService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/retry/BookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.retry import io.micronaut.retry.annotation.CircuitBreaker diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.groovy index 5e45752ab32..664e5cf0dda 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/ScheduledExample.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled import io.micronaut.scheduling.annotation.Scheduled diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.groovy index e6e411b91d0..06851c1bf71 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled import io.micronaut.scheduling.TaskExecutors diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Book.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Book.groovy index 6165d58727c..06054cf6b97 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Book.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics import com.fasterxml.jackson.annotation.JsonCreator diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/BookController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/BookController.groovy index d450605a4a6..d64e9d4ad54 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/BookController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/BookController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics import io.micronaut.http.HttpStatus diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/HelloController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/HelloController.groovy index 30aa46cced1..eda44a8a962 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/HelloController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/HelloController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Message.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Message.groovy index a4585ff80c4..e0fdb05936e 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Message.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/basics/Message.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuth.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuth.groovy index 78135aceead..18c4dfb2a65 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuth.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuth.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter; //tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClient.groovy index 7b1fd0fbfd0..69fb17358dd 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter; //tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClientFilter.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClientFilter.groovy index 02b910f1227..67b17887584 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClientFilter.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/filter/BasicAuthClientFilter.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter //tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy index e7821fdbce6..1b046c01056 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/client/versioning/HelloClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy index ac0692ceef9..072b3191ddf 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/CrankShaft.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy index 06f21caf130..02acfedc4ac 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy index f5170ee1e58..21d5d582bb7 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineConfig.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy index cb819378886..65a976d5a87 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy index 74a0dcf7743..a6395a793cc 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/EngineImpl.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder import javax.annotation.concurrent.Immutable diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy index 6f147b08f51..2957d8ea865 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/SparkPlug.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy index 22b5bc1d703..41524fe7423 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/builder/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder import javax.inject.Inject diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy index a137cf31c6c..a965886ca2d 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MapToLocalDateConverter.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.converters // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy index eec49f9763d..5800cb5d21e 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/converters/MyConfigurationProperties.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.converters import io.micronaut.context.annotation.ConfigurationProperties diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceConfiguration.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceConfiguration.groovy index 91c1dacb351..00766cf68d3 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceConfiguration.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceConfiguration.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.env import io.micronaut.context.annotation.EachProperty diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceFactory.groovy index bb5d2fd51fb..cb615f8953e 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/env/DataSourceFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.env import io.micronaut.context.annotation.EachBean diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Engine.groovy index 0bfe2974019..e942844dcb5 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/EngineConfig.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/EngineConfig.groovy index 368d65766c3..4ad7826c603 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/EngineConfig.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/EngineConfig.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable import io.micronaut.context.annotation.ConfigurationInject diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Vehicle.groovy index 68248614957..4e4b1f7e082 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/immutable/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Engine.groovy index 2043c496e9b..4c76c9fe77c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/EngineConfig.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/EngineConfig.groovy index 10c80186e22..4bdf168e2f6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/EngineConfig.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/EngineConfig.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Vehicle.groovy index 3106e117e4e..b67d280e535 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/itfce/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy index 97a1c55593c..f2de034dab1 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy index b966c18717a..e6e94c7e8e8 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineConfig.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy index 435ecd96b77..ddbaf18a214 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/EngineImpl.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat import javax.inject.Inject diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy index 16fe4031524..a3dc4f7b6d6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/mapFormat/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy index 32f82cacba9..4fadb88658a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy index 887e4d1990e..b5307180ec1 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineConfig.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties import io.micronaut.context.annotation.ConfigurationProperties diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy index b7c99b075db..cf2868387ea 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/EngineImpl.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy index 4dce93dcd30..522b6b2fcf2 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/properties/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/property/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/property/Engine.groovy index b369975ccaf..d224fcd0cfb 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/property/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/property/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.property; // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy index 249a8e95058..daa632f67b6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy index c278db3207d..27138289752 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/EngineImpl.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value import io.micronaut.context.annotation.Value diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy index c2ae531ab2b..f67a3817deb 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/config/value/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/Application.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/Application.groovy index 83fef7cbdf1..ffe13337c56 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/Application.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/Application.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy index bc88da2907d..55aaa822715 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Blue.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy index f6e5e57558d..3bb77bcb9dc 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/ColorPicker.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary //tag::clazz[] interface ColorPicker { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy index 5b2eda6ca3a..4f00d0e87b5 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/Green.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy index 21c4a8689c7..944e6c95485 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/annotation/primary/TestController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEvent.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEvent.groovy index 06001c6558b..129fc9973c3 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEvent.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEvent.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events // tag::class[] class SampleEvent { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEventEmitterBean.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEventEmitterBean.groovy index 794245a109f..db9778b9ef1 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEventEmitterBean.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/SampleEventEmitterBean.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/application/SampleEventListener.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/application/SampleEventListener.groovy index 63868fab015..ff4b10ac271 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/application/SampleEventListener.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/application/SampleEventListener.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.application // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/async/SampleEventListener.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/async/SampleEventListener.groovy index 9474104892c..e3400810f4a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/async/SampleEventListener.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/async/SampleEventListener.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.async // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/listener/SampleEventListener.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/listener/SampleEventListener.groovy index e9edd233d1c..348221295a9 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/listener/SampleEventListener.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/context/events/listener/SampleEventListener.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.listener // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.groovy index 1d2df22830b..29b67f2e00a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/params/EmailController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.params; //tag::imports[] import io.micronaut.context.annotation.Requires; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.groovy index 2781fa5c1ea..cff4556932b 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/Email.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo; import io.micronaut.core.annotation.Introspected; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.groovy index e4a6a2b8a25..d9eb7320957 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/datavalidation/pogo/EmailController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo; //tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy index 100fcb43d6b..31aa1e7b875 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy index 42151da9772..a763e1bdb58 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory import io.micronaut.context.annotation.Factory diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy index 18eff2e6885..38c87299b71 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/EngineInitializer.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy index 294c39797a8..bab9786ea9f 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/V8Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy index bb5afde7cc1..2a990332197 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/events/factory/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy index 3fe4e947ed4..01b2f921ddd 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/CrankShaft.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy index 073cb7f1b0b..5b66be08cb3 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy index 4f6f2a63f50..0cde86f40bc 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/EngineFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy index 4fbf01b1c3b..a0fc4266b7a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy index 371f0539cca..e34bcbf056d 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/Engine.groovy index 2311a2e3013..d2a6a83f847 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineConfiguration.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineConfiguration.groovy index 88811cbeff3..ad7968e5946 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineConfiguration.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineConfiguration.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.factories.nullable import io.micronaut.context.annotation.EachProperty diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineFactory.groovy index b4eddfdfa9f..4e758a78bb8 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/factories/nullable/EngineFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.factories.nullable; import io.micronaut.context.annotation.EachBean diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationRequest.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationRequest.groovy index f17f04cdebe..1dcd7c55a7e 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationRequest.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationRequest.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationResponse.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationResponse.groovy index 7b440eb83a1..b5b9083badb 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationResponse.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidationResponse.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorClient.groovy index ae7dbd105bb..193836b6fb7 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.groovy index 90d5246d975..a01eaf5b51d 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MathService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MathService.groovy index 755efcf46c7..1952b6fe1ca 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MathService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MathService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MaxFunction.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MaxFunction.groovy index b1bd202cc0d..863758ab79e 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MaxFunction.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/MaxFunction.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import groovy.transform.Field diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/RoundFunction.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/RoundFunction.groovy index e3772038891..1939901cae2 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/RoundFunction.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/RoundFunction.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import groovy.transform.Field diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/Sum.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/Sum.groovy index 2926a6d86dd..5e28c7985ee 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/Sum.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/Sum.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws class Sum { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/SumFunction.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/SumFunction.groovy index 45a17d99aad..afbfdcd1b99 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/SumFunction.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/function/client/aws/SumFunction.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.groovy index eb3290f7e82..c54e67e6229 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.netty.websocket // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.groovy index b13ecdf96b3..a3786414421 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.netty.websocket diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/Message.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/Message.groovy index ae3f54c232e..e5e5013229a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/Message.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/Message.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.netty.websocket class Message { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.groovy index fa2ddfab130..aaf4072ea94 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.netty.websocket import io.micronaut.websocket.annotation.ClientWebSocket diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.groovy index 8c50581d24e..452e26b01f8 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.netty.websocket import io.micronaut.websocket.WebSocketBroadcaster diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/Book.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/Book.groovy index 1beb5348ae7..5cb702da534 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/Book.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/Book.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/BooksController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/BooksController.groovy index 52994ebc2e1..ab96f66474f 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/BooksController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/BooksController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/CustomError.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/CustomError.groovy index 54eb14a381d..e55ac8912c6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/CustomError.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/CustomError.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/OtherError.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/OtherError.groovy index 9b2b388ad6c..04140d57240 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/OtherError.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/httpclientexceptionbody/OtherError.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody import groovy.transform.CompileStatic diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Engine.groovy index cd37538d4a2..9143c947989 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/V8Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/V8Engine.groovy index 327713cd7bb..3a96f6e883f 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/V8Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Vehicle.groovy index c55d3becd6e..d2402bab8c9 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/intro/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Engine.groovy index 74ba1e723d6..1e2917efee6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V6Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V6Engine.groovy index 1fedbb0ad77..3027ece66b7 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V6Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V6Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V8Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V8Engine.groovy index 653af1ba7fb..e812418ad4a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V8Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/V8Engine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Vehicle.groovy index f2653f2ee3e..88f26e5e08f 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/inject/qualifiers/named/Vehicle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Business.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Business.groovy index 5d0e568a8ba..ac44b1db0dd 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Business.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Business.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Person.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Person.groovy index 5c51691dd3f..463324644e0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Person.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Person.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/PersonConfiguration.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/PersonConfiguration.groovy index 993e0c65fdb..94a1f7e1137 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/PersonConfiguration.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/PersonConfiguration.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Vehicle.groovy index 22dba4be139..af12f7149a0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/beans/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans; // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.groovy index 84fe732fc68..30a6eb7e87c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Car.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.groovy index 18f4343bc34..cdad5ac09c2 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/scopes/Driver.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/Person.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/Person.groovy index fa62213da48..05df6e01b42 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/Person.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/Person.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/PersonService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/PersonService.groovy index 199b20fdf36..c676603c2d9 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/PersonService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/PersonService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPattern.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPattern.groovy index 5ebcd222cbf..d04e7f18810 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPattern.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPattern.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.groovy index b0e6dadecb0..d95af0924fc 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/HolidayService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/HolidayService.groovy index b818b7ef9bd..e6e06bf0d97 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/HolidayService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/HolidayService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.groovy index 187e2135455..ab4bc23b636 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/TimeOff.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/TimeOff.groovy index ee2aeea89a0..e7b31b03b35 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/TimeOff.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/custom/TimeOff.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/pojo/PersonService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/pojo/PersonService.groovy index 5ac16eb6df7..0cc5470178a 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/pojo/PersonService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/ioc/validation/pojo/PersonService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.pojo // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy index dcb1e7dc3c7..fcaf9aa5bf5 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Connection.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy index 84cb98ca54b..f658c790331 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/ConnectionFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy index edb82ce8d47..ae49ff14444 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy index 1b89e90ac79..1cf3c41a248 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/PreDestroyBean.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy index 99f492e4370..866b3faa730 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/V8Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy index a58729e8169..fb6ffcef4f7 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/lifecycle/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy index 175e2474c4c..a6671d3b946 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy index 15250128da5..f1aa878e0e4 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V6Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy index 07b01bee066..395aa4decd0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy index 810e4331d55..5a1b5e4410b 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/V8Engine.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation import javax.inject.Singleton diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy index 773699ababf..bb0e90eef8b 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/annotation/Vehicle.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation import javax.inject.Inject diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.groovy index 61f79e92ca1..42bfb8c8707 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl //tag::clazz[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.groovy index a825a656bea..f83395f4816 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl //tag::clazz[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.groovy index a8dc6cd03ef..1dd08395e84 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl //tag::clazz[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookFactory.groovy index 7874a1d5243..3d406c14e61 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Factory diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookService.groovy index 16ec15dd0f9..5c5460114ac 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/BookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.docs.requires.Book diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/CustomBookFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/CustomBookFactory.groovy index 903ff4084f2..18636d224aa 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/CustomBookFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/CustomBookFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Factory diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/JdbcBookService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/JdbcBookService.groovy index 89925d2565a..2247536f920 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/JdbcBookService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/JdbcBookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import groovy.sql.Sql diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/MockBookService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/MockBookService.groovy index e4c697ddf5d..12d50e3faa1 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/MockBookService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/MockBookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Replaces diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBook.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBook.groovy index bd7d4654783..6cadd7da854 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBook.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBook.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import groovy.transform.TupleConstructor diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBookFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBookFactory.groovy index 3f04274bf68..d4988702949 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBookFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/replaces/TextBookFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Factory diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/Book.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/Book.groovy index b96578b8872..9798c9c7dbf 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/Book.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/Book.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires import groovy.transform.TupleConstructor diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/BookService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/BookService.groovy index 80e664f05ec..7dd0cb5ea6c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/BookService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/BookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires interface BookService { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/JdbcBookService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/JdbcBookService.groovy index b92f76a7ce6..130ea0e9b02 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/JdbcBookService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/JdbcBookService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires import groovy.sql.Sql diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/RequiresJdbc.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/RequiresJdbc.groovy index b019e10deff..3b72aa522ce 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/RequiresJdbc.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/requires/RequiresJdbc.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires; import io.micronaut.context.annotation.Requires; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.groovy index dc580b718cc..d8f4d92d081 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/respondingnotfound/BooksController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.respondingnotfound; import io.micronaut.context.annotation.Requires; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BindingController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BindingController.groovy index a0064d185bb..2f7c4cf68c7 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BindingController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BindingController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding import io.micronaut.core.convert.format.Format; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.groovy index 30aac023b53..6d2490bdbf1 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/BookmarkController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.groovy index ab132d0f430..e2379ee3530 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/binding/PaginationCommand.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding; import io.micronaut.core.annotation.Introspected diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/body/MessageController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/body/MessageController.groovy index a6ef3504184..1274838dc53 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/body/MessageController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/body/MessageController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.body import io.micronaut.http.HttpResponse; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/consumes/ConsumesController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/consumes/ConsumesController.groovy index 88a3e004b28..de933b1e3bb 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/consumes/ConsumesController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/consumes/ConsumesController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.consumes //tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.groovy index bedb2da2c6b..487a5287b0b 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.endpoint //tag::endpointImport[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/MessageEndpoint.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/MessageEndpoint.groovy index f139ee016e8..c86c06d42ba 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/MessageEndpoint.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/endpoint/MessageEndpoint.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.endpoint import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/BookController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/BookController.groovy index 97d7dd15344..08a90b4efd3 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/BookController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/BookController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockException.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockException.groovy index 877c20f63e4..209fd6db39c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockException.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockException.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception; //tag::clazz[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.groovy index 528da68d25f..8c1df9aeaa9 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.groovy index ffc7a2beb4d..504e689d803 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceFilter.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.filters // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceService.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceService.groovy index f5f8ed1d7cd..f76fc533092 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceService.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/filters/TraceService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.filters // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy index 9b49068ae37..04790747dbe 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloClient.groovy index fdeca3db834..3a74f799bda 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy index 051c548fa50..b1b0ec1d0f0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/intro/HelloController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/Person.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/Person.groovy index d83dda1fe41..783f948bb13 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/Person.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/Person.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.json class Person { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/PersonController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/PersonController.groovy index afb32eea254..7d039a7a2f0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/PersonController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/json/PersonController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.json import com.fasterxml.jackson.core.JsonParseException diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/request/MessageController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/request/MessageController.groovy index 87b9714c4c0..608ec0d6b1c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/request/MessageController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/request/MessageController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.request // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/ProducesController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/ProducesController.groovy index 7ac2c1b8947..a782a397855 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/ProducesController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/ProducesController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.response //tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/StatusController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/StatusController.groovy index edc06f138a4..4519d98b47b 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/StatusController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/response/StatusController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.response; import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.groovy index c12e2ea0417..be343111be0 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/IssuesController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routes; // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.groovy index 730a9414100..6f3ff650718 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routes/MyRoutes.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routes import io.micronaut.context.ExecutionHandleLocator diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routing/BackwardCompatibleController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routing/BackwardCompatibleController.groovy index 2edc3d58dd0..ac1658d9132 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routing/BackwardCompatibleController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/routing/BackwardCompatibleController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routing; import io.micronaut.context.annotation.Requires diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/Headline.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/Headline.groovy index 25005375cf9..271e3bb819b 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/Headline.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/Headline.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.sse; /** diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.groovy index 41db6a07177..5ed15d1878d 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/sse/HeadlineController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.sse // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/BytesUploadController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/BytesUploadController.groovy index 23543796945..5799f0cf885 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/BytesUploadController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/BytesUploadController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/CompletedUploadController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/CompletedUploadController.groovy index b417e6c3fff..342b0115c8d 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/CompletedUploadController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/CompletedUploadController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/UploadController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/UploadController.groovy index 14645351168..0da8c17a50e 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/UploadController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/UploadController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/WholeBodyUploadController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/WholeBodyUploadController.groovy index 2c0cf4d1205..55ab9ba9e67 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/WholeBodyUploadController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/server/upload/WholeBodyUploadController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/Cart.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/Cart.groovy index ea9bfa9175f..eb953bd80e7 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/Cart.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/Cart.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.session /** * @author graemerocher diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/ShoppingController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/ShoppingController.groovy index 5ff16791004..22537c16e50 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/ShoppingController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/session/ShoppingController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.session // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineClient.groovy index 75edce67a42..c8f203a3365 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.sse import io.micronaut.docs.streaming.Headline diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineController.groovy index e5f45ea87a2..022e925e6fb 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/sse/HeadlineController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.sse import io.micronaut.docs.streaming.Headline diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/Headline.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/Headline.groovy index 58dd3f67b74..849f383ae38 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/Headline.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/Headline.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming class Headline { diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineClient.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineClient.groovy index 3652d36e3fa..a7c2f4f190c 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineClient.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineController.groovy index 8a94c0d99ea..3d60712f3d6 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/streaming/HeadlineController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/web/router/version/VersionedController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/web/router/version/VersionedController.groovy index 344aeb7ec47..83409f85308 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/web/router/version/VersionedController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/web/router/version/VersionedController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.web.router.version // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/whatsNew/CacheFactory.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/whatsNew/CacheFactory.groovy index 491df08668f..18826dd68bc 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/whatsNew/CacheFactory.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/whatsNew/CacheFactory.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.whatsNew // tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/docs/writable/TemplateController.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/docs/writable/TemplateController.groovy index 0310eabf05d..ef78fa033c1 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/docs/writable/TemplateController.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/docs/writable/TemplateController.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.writable; //tag::imports[] diff --git a/test-suite-groovy/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.groovy b/test-suite-groovy/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.groovy index 9e2b216e14c..f18323dd503 100644 --- a/test-suite-groovy/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.groovy +++ b/test-suite-groovy/src/test/groovy/io/micronaut/inject/visitor/beans/TestBean.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans import io.micronaut.core.annotation.Introspected diff --git a/test-suite-helper/src/main/java/io/micronaut/testsuitehelper/TestGeneratingAnnotationProcessor.java b/test-suite-helper/src/main/java/io/micronaut/testsuitehelper/TestGeneratingAnnotationProcessor.java index 0ed2b20f9d8..f256850d19b 100644 --- a/test-suite-helper/src/main/java/io/micronaut/testsuitehelper/TestGeneratingAnnotationProcessor.java +++ b/test-suite-helper/src/main/java/io/micronaut/testsuitehelper/TestGeneratingAnnotationProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.testsuitehelper; import static javax.lang.model.SourceVersion.RELEASE_8; diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/core/beans/Item.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/core/beans/Item.kt index 05bde8512c8..9407455d76e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/core/beans/Item.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/core/beans/Item.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.core.beans diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/Pet.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/Pet.kt index d9f21da90e1..de1c94e98ee 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/Pet.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/Pet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetClient.kt index 720cc104d86..22dd5c7b962 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetClient.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetController.kt index a0aeefa7e7d..5c455929376 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetOperations.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetOperations.kt index eec60446852..18e11cec9a5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetOperations.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/PetOperations.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetClient.kt index 5eea35f3d0d..9b847c7c6e6 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.headers import io.micronaut.docs.annotation.Pet diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetController.kt index e563af1f6b9..f72abd76e25 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/headers/PetController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.headers import io.micronaut.docs.annotation.Pet diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/Story.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/Story.kt index edfa62cb1dc..c4835562120 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/Story.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/Story.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClient.kt index 3636fdcd75c..b3b69f7f36b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes import io.micronaut.http.annotation.Get diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.kt index 00b044d94b6..6c4809d2d79 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes import io.micronaut.http.HttpResponse diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryController.kt index 8d0ff313d6a..87306e9becf 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/requestattributes/StoryController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes import io.micronaut.http.HttpResponse diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetClient.kt index 340a53c4611..8fbc638fbf4 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.retry import io.micronaut.docs.annotation.Pet diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetFallback.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetFallback.kt index 8f88deeaffd..90093b55880 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetFallback.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/annotation/retry/PetFallback.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.retry import io.micronaut.docs.annotation.Pet diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/MyBean.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/MyBean.kt index 4596f45affd..ccbc92514b0 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/MyBean.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/MyBean.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice open class MyBean diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/method/MyFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/method/MyFactory.kt index 015e3b3a3ab..fe967b85bea 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/method/MyFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/method/MyFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice.method import io.micronaut.cache.annotation.Cacheable diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/type/MyFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/type/MyFactory.kt index 9d9b083bb45..bcea1ef9956 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/type/MyFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/advice/type/MyFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice.type import io.micronaut.cache.annotation.Cacheable diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNull.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNull.kt index d565a179266..2c61269968e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNull.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNull.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullExample.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullExample.kt index 550ca16643b..56468238777 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullExample.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullExample.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullInterceptor.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullInterceptor.kt index d10a0977f3d..25a34c41524 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullInterceptor.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/around/NotNullInterceptor.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/Stub.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/Stub.kt index ea1a83b3a21..8c74cabe8ee 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/Stub.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/Stub.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubExample.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubExample.kt index b10584c80a2..34aaee46d26 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubExample.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubExample.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction import java.time.LocalDateTime diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubIntroduction.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubIntroduction.kt index d18be7712c3..d9adc00d8e7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubIntroduction.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/introduction/StubIntroduction.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/Book.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/Book.kt index 0f842a2844e..a9cb47a8067 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/Book.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/Book.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.retry class Book(val title: String) diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/BookService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/BookService.kt index d1a1538e74f..0a348b6bd95 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/BookService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/retry/BookService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.retry import io.micronaut.retry.annotation.CircuitBreaker diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/ScheduledExample.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/ScheduledExample.kt index f1e269b5705..7fe3713fbf5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/ScheduledExample.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/ScheduledExample.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled import io.micronaut.scheduling.annotation.Scheduled diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.kt index 67b84d2b9c4..53a8f46e66c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled import io.micronaut.scheduling.TaskExecutors diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Book.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Book.kt index c74b04cee0b..fabada766c7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Book.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Book.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics import com.fasterxml.jackson.annotation.JsonCreator diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/BookController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/BookController.kt index 26e6797788c..48209af31a5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/BookController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/BookController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics import io.micronaut.http.HttpStatus diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/HelloController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/HelloController.kt index 9ae78b971e3..d021489760a 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/HelloController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/HelloController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Message.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Message.kt index 8f2b150b8f8..b8d9f5a5af5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Message.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/basics/Message.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuth.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuth.kt index f48615d9c08..fd26216ca3e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuth.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuth.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter //tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClient.kt index ddbf146a816..577a50d898d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter //tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClientFilter.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClientFilter.kt index 17d31637d3d..dc082f094f9 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClientFilter.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/filter/BasicAuthClientFilter.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter //tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt index 6eb00ccd0d1..f71b9aa0fb3 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/client/versioning/HelloClient.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/CrankShaft.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/CrankShaft.kt index d3b56a75c5f..defb6e6e5df 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/CrankShaft.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/CrankShaft.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /* * Copyright 2017-2019 original authors * diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Engine.kt index 89542e122d5..d46d49cdcb8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineConfig.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineConfig.kt index b0c9ea88d87..f2358de8ea1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineConfig.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineConfig.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineFactory.kt index 8cd9f072500..0d437db01a1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineImpl.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineImpl.kt index 0b67379d776..b693f32c3c1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineImpl.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/EngineImpl.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/SparkPlug.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/SparkPlug.kt index d3724ef4e52..4a6014b8d29 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/SparkPlug.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/SparkPlug.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder internal data class SparkPlug( diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Vehicle.kt index 7c220d1a172..c0fb5f7c269 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/builder/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MapToLocalDateConverter.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MapToLocalDateConverter.kt index 205066bc306..0ce1a415018 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MapToLocalDateConverter.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MapToLocalDateConverter.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.converters // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MyConfigurationProperties.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MyConfigurationProperties.kt index 4c7ec7a5931..8f4b56d8b97 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MyConfigurationProperties.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/converters/MyConfigurationProperties.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.converters import io.micronaut.context.annotation.ConfigurationProperties diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceConfiguration.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceConfiguration.kt index 679e61de2f3..a91e296736e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceConfiguration.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceConfiguration.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.env import io.micronaut.context.annotation.EachProperty diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceFactory.kt index 5c7d4c7402d..adf3be2a067 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/env/DataSourceFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.env import io.micronaut.context.annotation.EachBean diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Engine.kt index 98a7f6ace45..65eb29c945a 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/EngineConfig.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/EngineConfig.kt index bbce31270f1..69e11055bdf 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/EngineConfig.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/EngineConfig.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Vehicle.kt index c6bffea74ba..95f3ccc4f90 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/immutable/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Engine.kt index 44620e6d30e..81a10ea960c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/EngineConfig.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/EngineConfig.kt index f8e33d10bae..ff614ff9129 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/EngineConfig.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/EngineConfig.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Vehicle.kt index 4fbc62c385a..8cbd1960c6d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/itfce/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Engine.kt index 8ccf9e0fdda..5fa41458c08 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat interface Engine { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineConfig.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineConfig.kt index 3af3d555d21..aa5ea706230 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineConfig.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineConfig.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineImpl.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineImpl.kt index 593de028a4a..bfd703d4df5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineImpl.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/EngineImpl.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat import javax.inject.Inject diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Vehicle.kt index cb21dea5299..8ab36f0810d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/mapFormat/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Engine.kt index 08f01f0c0ea..06989cc5a4b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties interface Engine { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineConfig.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineConfig.kt index 88d8c034499..e91908ce428 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineConfig.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineConfig.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineImpl.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineImpl.kt index 2eddf353054..1c666af44b3 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineImpl.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/EngineImpl.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Vehicle.kt index d93ccbd7ce8..9b2be7128e5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/properties/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/property/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/property/Engine.kt index 4e47e1c76b8..60a8e4708bd 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/property/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/property/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.property // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Engine.kt index d9bc053308f..ca9b9481140 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value interface Engine { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/EngineImpl.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/EngineImpl.kt index 0be0f7ac809..8e2e39ebedc 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/EngineImpl.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/EngineImpl.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value import io.micronaut.context.annotation.Value diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Vehicle.kt index ab34de6ad8b..c4e1f2dd2ec 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/config/value/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/Application.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/Application.kt index de60d9444ba..8c86c012ad4 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/Application.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/Application.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Blue.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Blue.kt index 14411d53d5c..8f85994de5e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Blue.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Blue.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/ColorPicker.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/ColorPicker.kt index 6e78431f11e..e4d18b0924d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/ColorPicker.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/ColorPicker.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary //tag::clazz[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Green.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Green.kt index c1a0c23e835..698f3d0e3d4 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Green.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/Green.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/TestController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/TestController.kt index f9f7658ab99..16400790075 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/TestController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/annotation/primary/TestController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEvent.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEvent.kt index c19ada435b7..df89e5c157f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEvent.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEvent.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events // tag::class[] data class SampleEvent(val message: String = "Something happened") diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEventEmitterBean.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEventEmitterBean.kt index e2140034683..d02bf4d5cd8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEventEmitterBean.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/SampleEventEmitterBean.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/application/SampleEventListener.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/application/SampleEventListener.kt index d8ccfb1e113..faace6c804f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/application/SampleEventListener.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/application/SampleEventListener.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.application // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/async/SampleEventListener.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/async/SampleEventListener.kt index 04deeef391b..c866691f4ea 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/async/SampleEventListener.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/async/SampleEventListener.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.async // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/listener/SampleEventListener.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/listener/SampleEventListener.kt index b4535ad78e8..4a9e6dcfb02 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/listener/SampleEventListener.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/context/events/listener/SampleEventListener.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.listener // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/params/EmailController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/params/EmailController.kt index 8eeefc77ae1..861397d764d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/params/EmailController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/params/EmailController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.params //tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/Email.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/Email.kt index 6a9ef34f7ac..b3066eb16bd 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/Email.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/Email.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo import io.micronaut.core.annotation.Introspected diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/EmailController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/EmailController.kt index 424f440dcc2..54e1271a8ec 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/EmailController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/datavalidation/pogo/EmailController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo //tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Engine.kt index 5bf4a071902..3057e797081 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineFactory.kt index dd882cf2a2a..a22b98aedf2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory import io.micronaut.context.annotation.Factory diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineInitializer.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineInitializer.kt index ac135b1b7f4..ff2a6febd35 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineInitializer.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/EngineInitializer.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory import io.micronaut.context.event.BeanInitializedEventListener diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/V8Engine.kt index 733107b0900..189d1e46b05 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/V8Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Vehicle.kt index df0e0c526e7..6d7920777e1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/events/factory/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/CrankShaft.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/CrankShaft.kt index 2930dfce20b..7617a2e3a84 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/CrankShaft.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/CrankShaft.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Engine.kt index 7661114a1a1..4eb0958b209 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/EngineFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/EngineFactory.kt index bb3fc050490..33766ba5c85 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/EngineFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/EngineFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/V8Engine.kt index 779ba4f8163..5fd6f820043 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/V8Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Vehicle.kt index 7512d0fa408..610fe11edbb 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/Vehicle.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/Engine.kt index a5278f762d5..dca422eb79c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineConfiguration.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineConfiguration.kt index 88aa8ea0cfb..13f220cee74 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineConfiguration.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineConfiguration.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.factories.nullable import io.micronaut.context.annotation.EachProperty diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineFactory.kt index e3ba5315a65..914042a70ce 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/factories/nullable/EngineFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.factories.nullable import io.micronaut.context.annotation.EachBean diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationRequest.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationRequest.kt index 958368bd0f2..126f734e97f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationRequest.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationRequest.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws class IsbnValidationRequest { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationResponse.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationResponse.kt index 0126897f566..79e45371a1d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationResponse.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidationResponse.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws class IsbnValidationResponse { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorClient.kt index 45a5b35c82f..93b5b021cf2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.kt index f269b784f3c..a4e8ebcf70d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MathService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MathService.kt index f3f7e1df345..3fb6b06ae97 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MathService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MathService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import io.micronaut.context.annotation.Value diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MaxFunction.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MaxFunction.kt index 6f0737c9b22..537025cc997 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MaxFunction.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/MaxFunction.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import io.micronaut.function.FunctionBean diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/RoundFunction.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/RoundFunction.kt index 13e55b8364b..5cc8ae2161e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/RoundFunction.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/RoundFunction.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import io.micronaut.function.FunctionBean diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/Sum.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/Sum.kt index 94b96e90832..42609a0eb88 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/Sum.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/Sum.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws class Sum { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/SumFunction.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/SumFunction.kt index b669ff9ee1f..ab0f8f79bab 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/SumFunction.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/function/client/aws/SumFunction.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws import io.micronaut.function.FunctionBean diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.kt index 9511efa8762..6f48a24b7e7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.kt index 72ddd8b1d8e..8ced12f2c7d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.http.server.netty.websocket //tag::clazz[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/Message.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/Message.kt index 8db2a292ba2..0874a3e4559 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/Message.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/Message.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.kt index e645b7c56bd..5a974022b3d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.kt index 4c01b157d15..a3f5442e11e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/Book.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/Book.kt index 0388d410e41..4ea2424c544 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/Book.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/Book.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody import groovy.transform.CompileStatic diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/BooksController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/BooksController.kt index 86e043bba2e..c24421fad0e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/BooksController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/BooksController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/CustomError.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/CustomError.kt index 80f918a6b9a..138e365b96f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/CustomError.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/CustomError.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody import groovy.transform.CompileStatic diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/OtherError.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/OtherError.kt index 249b4ac83a3..4e20ed52ed5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/OtherError.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/httpclientexceptionbody/OtherError.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody import groovy.transform.CompileStatic diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Engine.kt index 1ff95bf81fa..11dd1d065ce 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.intro // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/V8Engine.kt index ccb91ccb694..dabd66c0d68 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/V8Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.intro import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Vehicle.kt index 60dbe2ef843..15397912a35 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/intro/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.intro import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Engine.kt index fbca5eb90a7..f73e2d99308 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V6Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V6Engine.kt index 5e63970feae..dbebe32dab1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V6Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V6Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V8Engine.kt index cd12b23f71c..cc9ece0a188 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/V8Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Vehicle.kt index b55a2f8e1ba..93760574166 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/inject/qualifiers/named/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named import javax.inject.Inject diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Business.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Business.kt index 3752cf04b84..b8f663e8039 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Business.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Business.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Manufacturer.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Manufacturer.kt index c6c3b7e6930..e6b2f5484ab 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Manufacturer.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Manufacturer.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans import io.micronaut.core.annotation.Introspected diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Person.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Person.kt index 5960bdc03b8..89248ffb793 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Person.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Person.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/PersonConfiguration.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/PersonConfiguration.kt index 9d397353c04..49ff64f6b48 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/PersonConfiguration.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/PersonConfiguration.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Vehicle.kt index 5d726232b23..64757071a7e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/beans/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Car.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Car.kt index d2d57b869a8..6af706eebe1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Car.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Car.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Driver.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Driver.kt index 85dbb8eba36..089f0e1eb29 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Driver.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/scopes/Driver.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/Person.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/Person.kt index 73f7d69eaa2..b869cf98c45 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/Person.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/Person.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/PersonService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/PersonService.kt index 97e6543f0df..b726d8b7f85 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/PersonService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/PersonService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPattern.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPattern.kt index 27ffbf59441..32171e9ab3b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPattern.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPattern.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.kt index ce8929e69b6..1faee1b286d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/HolidayService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/HolidayService.kt index addb4851d6e..37290a6b3e8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/HolidayService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/HolidayService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.kt index 8f8c94037e3..75c9c6e64bc 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/TimeOff.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/TimeOff.kt index 7fa0705832e..ec119e1dd0b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/TimeOff.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/custom/TimeOff.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/pojo/PersonService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/pojo/PersonService.kt index 18de42f4205..635ec3981da 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/pojo/PersonService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/ioc/validation/pojo/PersonService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.pojo // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Connection.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Connection.kt index 17228d05081..3a9e0f19e34 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Connection.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Connection.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/ConnectionFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/ConnectionFactory.kt index 8f3cc6b10ad..29c812aeb46 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/ConnectionFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/ConnectionFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Engine.kt index 577526bcbe7..b02e513a17c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/PreDestroyBean.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/PreDestroyBean.kt index 735dfc119b3..6584921383f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/PreDestroyBean.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/PreDestroyBean.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/V8Engine.kt index 6c63eda81ca..220803bc846 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/V8Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Vehicle.kt index a424eae853a..d3bb6a9e29b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/lifecycle/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Engine.kt index a2b737ed82d..b0126b22649 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V6Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V6Engine.kt index 94ac90389e5..6b74d0ae047 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V6Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V6Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8.kt index a553c03e7e1..74caae18ece 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8Engine.kt index 98515a64fb2..486aa601ef7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/V8Engine.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation import javax.inject.Singleton diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Vehicle.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Vehicle.kt index 29d844c01b3..241fabc8096 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Vehicle.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/annotation/Vehicle.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation import javax.inject.Inject diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.kt index 5b54b508344..2a82d309084 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl //tag::clazz[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.kt index cc01fe87e74..f3e23c42598 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl //tag::clazz[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.kt index ad79240d161..f02e3c0ea72 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl //tag::clazz[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookFactory.kt index 3590ef7a3b1..1a69fe819ce 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Factory diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookService.kt index 6a2020d6904..3699744e4e1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/BookService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.docs.requires.Book diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/CustomBookFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/CustomBookFactory.kt index 59cb5c676c1..a5373093668 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/CustomBookFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/CustomBookFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Factory diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/JdbcBookService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/JdbcBookService.kt index c72a9c8250b..d189ce63658 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/JdbcBookService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/JdbcBookService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/MockBookService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/MockBookService.kt index 0385a7e8438..e52a0a858c5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/MockBookService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/MockBookService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Replaces diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBook.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBook.kt index 5301a1f9f32..8415d3a00a7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBook.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBook.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.docs.requires.Book diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBookFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBookFactory.kt index 72e2a76600e..8b56d4275ed 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBookFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/replaces/TextBookFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces import io.micronaut.context.annotation.Factory diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/Book.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/Book.kt index dff5b03d117..8d6e19b5371 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/Book.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/Book.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires open class Book(val title: String) diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/BookService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/BookService.kt index 1629f38e7cd..97cd71a54c2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/BookService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/BookService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires interface BookService { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/JdbcBookService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/JdbcBookService.kt index 8ecd49f3777..669a6c01fa7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/JdbcBookService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/JdbcBookService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires import io.micronaut.context.annotation.Requirements diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/RequiresJdbc.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/RequiresJdbc.kt index c301c70f03f..2df47280cf3 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/RequiresJdbc.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/requires/RequiresJdbc.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires import io.micronaut.context.annotation.Requirements diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/respondingnotfound/BooksController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/respondingnotfound/BooksController.kt index 0976efd97f2..11e59b79fc2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/respondingnotfound/BooksController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/respondingnotfound/BooksController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.respondingnotfound import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BindingController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BindingController.kt index d673161bdd4..34c83ccfb37 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BindingController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BindingController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding import io.micronaut.core.convert.format.Format diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BookmarkController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BookmarkController.kt index b15348adefe..e92bfd17408 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BookmarkController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/BookmarkController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/PaginationCommand.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/PaginationCommand.kt index 91531ab7172..3396c8824d8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/PaginationCommand.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/binding/PaginationCommand.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/body/MessageController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/body/MessageController.kt index 64b99b711aa..a8a076810f3 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/body/MessageController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/body/MessageController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.body // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/consumes/ConsumesController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/consumes/ConsumesController.kt index 6b6ee5e4731..cfcc14fded5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/consumes/ConsumesController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/consumes/ConsumesController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.consumes //tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.kt index 47712b19066..47b78ea9fc2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.endpoint //tag::endpointImport[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/MessageEndpoint.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/MessageEndpoint.kt index 03b5aa9fa90..78deb35d6fa 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/MessageEndpoint.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/endpoint/MessageEndpoint.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.endpoint //tag::endpointImport[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/BookController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/BookController.kt index ca3dea3994c..a8268e461ed 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/BookController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/BookController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockException.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockException.kt index 7720c1a91b9..65c8afa2a75 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockException.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockException.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception //tag::clazz[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.kt index f470a1a715a..208b2e080b8 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception import io.micronaut.context.annotation.Requirements diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceFilter.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceFilter.kt index 7f753a07c0f..5598049d2fa 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceFilter.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceFilter.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.filters // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceService.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceService.kt index 08ef347c921..070cdf8c025 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceService.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/filters/TraceService.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.filters // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt index fa9a04855f9..c350c1cbf91 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/Application.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloClient.kt index b0057ff710b..bb5a38d2d3d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloClient.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt index e507ac9e317..a065daf5260 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/intro/HelloController.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/Person.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/Person.kt index 9fcd3b00d4e..2acc0d4b576 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/Person.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/Person.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.json class Person { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/PersonController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/PersonController.kt index 82cd66a0882..b6ed46dbe9b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/PersonController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/json/PersonController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.json import com.fasterxml.jackson.core.JsonParseException diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/request/MessageController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/request/MessageController.kt index 0a4b39cddb5..d5000b3431e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/request/MessageController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/request/MessageController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.request // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/ProducesController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/ProducesController.kt index fb2bb11b05d..2ac49b02811 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/ProducesController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/ProducesController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.response //tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/StatusController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/StatusController.kt index ce785c92ab1..408ffac1481 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/StatusController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/response/StatusController.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/IssuesController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/IssuesController.kt index 29a94e04555..180d62d6266 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/IssuesController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/IssuesController.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/MyRoutes.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/MyRoutes.kt index df166060cc4..6f2064f6bb3 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/MyRoutes.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routes/MyRoutes.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routes // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routing/BackwardCompatibleController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routing/BackwardCompatibleController.kt index 23828475272..3c2682e2c62 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routing/BackwardCompatibleController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/routing/BackwardCompatibleController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routing import io.micronaut.context.annotation.Requires diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/Headline.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/Headline.kt index ec748abd631..f4b4fd552a7 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/Headline.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/Headline.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.sse // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/HeadlineController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/HeadlineController.kt index aa926f6c5d6..79919b2bc4f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/HeadlineController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/sse/HeadlineController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.sse // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/suspend/SuspendController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/suspend/SuspendController.kt index b19cc1362d6..0e8d8afe52d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/suspend/SuspendController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/suspend/SuspendController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.suspend import io.micronaut.http.HttpStatus diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/BytesUploadController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/BytesUploadController.kt index ae5b946e947..e576950432d 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/BytesUploadController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/BytesUploadController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/CompletedUploadController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/CompletedUploadController.kt index 1c334a764e7..0ff6b9d2d27 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/CompletedUploadController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/CompletedUploadController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/UploadController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/UploadController.kt index 466d81bb8f5..9db2d6edb5b 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/UploadController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/UploadController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/WholeBodyUploadController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/WholeBodyUploadController.kt index 074b36369ab..7a63e431803 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/WholeBodyUploadController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/server/upload/WholeBodyUploadController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload // tag::class[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/Cart.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/Cart.kt index 618241cb1a1..fc92e9bdfc9 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/Cart.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/Cart.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.session import java.util.ArrayList diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/ShoppingController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/ShoppingController.kt index 2319b8a9491..83611b66845 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/ShoppingController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/session/ShoppingController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.session // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineClient.kt index 2d4dada3d9e..13e616e4c2f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.sse import io.micronaut.docs.streaming.Headline diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineController.kt index fdd73c62321..2af747c9cdf 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/sse/HeadlineController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.sse import io.micronaut.docs.streaming.Headline diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/Headline.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/Headline.kt index 1f739f5cb9b..5f2a2c5b39f 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/Headline.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/Headline.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming class Headline { diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineClient.kt index cc3e34294d6..c51fad54775 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineController.kt index 4c80d77676c..f0e3e7ad368 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowClient.kt index 9a810822849..0db20fea747 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowClient.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowController.kt index e3f8a5624af..79d96a6ef42 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/streaming/HeadlineFlowController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.streaming // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/web/router/version/VersionedController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/web/router/version/VersionedController.kt index d0d5eb2efae..78c8bd49b89 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/web/router/version/VersionedController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/web/router/version/VersionedController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.web.router.version // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/whatsNew/CacheFactory.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/whatsNew/CacheFactory.kt index e7d44ca0866..5400c236386 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/whatsNew/CacheFactory.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/whatsNew/CacheFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.whatsNew // tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/writable/TemplateController.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/writable/TemplateController.kt index 437a11764a1..2e448bdd965 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/writable/TemplateController.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/docs/writable/TemplateController.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.writable //tag::imports[] diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt index 3c8943b810f..8e85dfe9f45 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/http/client/GreetingClient.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt index b321beeeb49..eb7938182f1 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/A.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt index 8758fbb326a..1114d03efa3 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/B.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt index 71972be47c8..6291cb74d42 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/constructor/nullableinjection/C.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt index 4094671e50b..49b37cb5f33 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/A.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt index 9af92dff483..b107d1c2a53 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/field/nullableinjection/B.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt index 279c471ba1c..871413bc78a 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/A.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt index e23f16899b2..99d14b82ce5 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/B.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt index 8ca7113d65e..dddb6b36581 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/method/nullableinjection/C.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/BeanWithProperty.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/BeanWithProperty.kt index d597eb8a95c..1e061fd86dd 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/BeanWithProperty.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/BeanWithProperty.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.property import io.micronaut.context.annotation.Property diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt index 02c1ad98116..a16421e2fd2 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/property/ConfigProps.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt index 78e06f498e6..48cbeef1fa9 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/repeatable/MultipleRequires.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt index 85d1d85e68e..7dd87ab96fa 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresFuture.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt index 7b3af5e2d6e..239153a1c9c 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/requires/RequiresOld.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/visitor/beans/TestBean.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/visitor/beans/TestBean.kt index f427619fbca..7fa69c4ad4e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/visitor/beans/TestBean.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/inject/visitor/beans/TestBean.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor.beans import io.micronaut.core.annotation.Introspected diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/retry/MyCustomException.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/retry/MyCustomException.kt index d3494ff690c..076befdd85e 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/retry/MyCustomException.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/retry/MyCustomException.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.retry import java.lang.RuntimeException diff --git a/test-suite-kotlin/src/test/kotlin/io/micronaut/validation/validator/Person.kt b/test-suite-kotlin/src/test/kotlin/io/micronaut/validation/validator/Person.kt index 284e5fc2039..1b3da56f2c6 100644 --- a/test-suite-kotlin/src/test/kotlin/io/micronaut/validation/validator/Person.kt +++ b/test-suite-kotlin/src/test/kotlin/io/micronaut/validation/validator/Person.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation.validator import io.micronaut.core.annotation.Introspected diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt index 892664feeb0..425c2bd2154 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Car.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt index a06889c395d..7559825e2f2 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Convertible.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt index 7960bfd9d40..56b2e9214cc 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Drivers.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt index 123168f2f08..cdbe0df9894 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/DriversSeat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt index 283cc1f7144..870a14fd658 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt index 477b6859e19..1a6fcecf02d 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/FuelTank.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt index ec9a576ee5a..be704029150 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/GasEngine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt index 0ccbf9b7dc1..bfb2579a1f7 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt index e1539566b25..0db31553972 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Seatbelt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt index 0575ca6bd02..3d23c640596 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/Tire.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt index c0423898f8b..f79cebd67f5 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/V8Engine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt index 082aa8cdeff..8ba977d318e 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/Cupholder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt index 985738e412c..52d61fa3728 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/RoundThing.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt index 509ddc6c935..e7eb492f614 100644 --- a/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt +++ b/test-suite-kotlin/src/test/kotlin/org/atinject/tck/auto/accessories/SpareTire.kt @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/main/java/io/micronaut/inject/visitor/AnnotatingVisitor.java b/test-suite/src/main/java/io/micronaut/inject/visitor/AnnotatingVisitor.java index f09eea91189..1b0749239ff 100644 --- a/test-suite/src/main/java/io/micronaut/inject/visitor/AnnotatingVisitor.java +++ b/test-suite/src/main/java/io/micronaut/inject/visitor/AnnotatingVisitor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor; import io.micronaut.core.version.annotation.Version; diff --git a/test-suite/src/main/java/io/micronaut/inject/visitor/TestAnn.java b/test-suite/src/main/java/io/micronaut/inject/visitor/TestAnn.java index ab4fb5d4e97..b6a5c352928 100644 --- a/test-suite/src/main/java/io/micronaut/inject/visitor/TestAnn.java +++ b/test-suite/src/main/java/io/micronaut/inject/visitor/TestAnn.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.inject.visitor; import java.lang.annotation.Retention; diff --git a/test-suite/src/test/groovy/io/micronaut/context/inject/EventManager.java b/test-suite/src/test/groovy/io/micronaut/context/inject/EventManager.java index dd599b0fa38..9058d8cf4c1 100644 --- a/test-suite/src/test/groovy/io/micronaut/context/inject/EventManager.java +++ b/test-suite/src/test/groovy/io/micronaut/context/inject/EventManager.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context.inject; public interface EventManager { diff --git a/test-suite/src/test/groovy/io/micronaut/context/inject/EventManagerImpl.java b/test-suite/src/test/groovy/io/micronaut/context/inject/EventManagerImpl.java index c0f14afa5b8..af81dfd37e6 100644 --- a/test-suite/src/test/groovy/io/micronaut/context/inject/EventManagerImpl.java +++ b/test-suite/src/test/groovy/io/micronaut/context/inject/EventManagerImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context.inject; public class EventManagerImpl implements EventManager { diff --git a/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepo.java b/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepo.java index 23c74eceacc..9c91edd2abf 100644 --- a/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepo.java +++ b/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context.inject; public interface ExampleRepo { diff --git a/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepoImpl.java b/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepoImpl.java index 1a4891b1e78..65a2d8e07af 100644 --- a/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepoImpl.java +++ b/test-suite/src/test/groovy/io/micronaut/context/inject/ExampleRepoImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.context.inject; import javax.annotation.PostConstruct; diff --git a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java index 04ada45a639..11ad1116b0e 100644 --- a/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java +++ b/test-suite/src/test/groovy/io/micronaut/docs/aop/validation/BookService.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestApi.groovy b/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestApi.groovy index bb989475d6e..945d22a5e7e 100644 --- a/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestApi.groovy +++ b/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestApi.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.issue1940 interface TestApi { diff --git a/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestClient.groovy b/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestClient.groovy index d0f0edd2a9a..eed9d512bf6 100644 --- a/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestClient.groovy +++ b/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestClient.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.issue1940 diff --git a/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestService.groovy b/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestService.groovy index 977dae4394c..2971388b103 100644 --- a/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestService.groovy +++ b/test-suite/src/test/groovy/io/micronaut/test/issue1940/TestService.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.issue1940 diff --git a/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java b/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java index 6d2fb22749f..0528210ed93 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java +++ b/test-suite/src/test/groovy/io/micronaut/upload/UploadController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/ValidatedController.java b/test-suite/src/test/groovy/io/micronaut/upload/ValidatedController.java index a73a16e73dd..e83fc574d90 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/ValidatedController.java +++ b/test-suite/src/test/groovy/io/micronaut/upload/ValidatedController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.upload; import io.micronaut.http.HttpResponse; diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy index 279201079d5..4d5e5d22527 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/CreatePage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy index 9ec6f964efa..f8b6ee02802 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/FileEmptyPage.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy b/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy index 941e05b6186..4692f9851ac 100644 --- a/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy +++ b/test-suite/src/test/groovy/io/micronaut/upload/browser/UploadImageController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/Pet.java b/test-suite/src/test/java/io/micronaut/docs/annotation/Pet.java index 86a6a317a17..beb0e4f8dd5 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/Pet.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/Pet.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/PetClient.java b/test-suite/src/test/java/io/micronaut/docs/annotation/PetClient.java index aa1d7f6e9e2..0ea9f9320a8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/PetClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/PetClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/PetController.java b/test-suite/src/test/java/io/micronaut/docs/annotation/PetController.java index 7e6f9cc5028..c7146947a98 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/PetController.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/PetController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/PetOperations.java b/test-suite/src/test/java/io/micronaut/docs/annotation/PetOperations.java index 6113de0cbba..839af75ab06 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/PetOperations.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/PetOperations.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetClient.java b/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetClient.java index 7b87dbcbc64..49fa8b00d37 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.headers; import io.micronaut.docs.annotation.Pet; diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetController.java b/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetController.java index a8b59250b3d..11b3ff4c4af 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetController.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/headers/PetController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.headers; import io.micronaut.docs.annotation.Pet; diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/Story.java b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/Story.java index 99b2d58ef5f..c91720374b5 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/Story.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/Story.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClient.java b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClient.java index fcd71de062f..9cee205e532 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes; import io.micronaut.http.annotation.Get; diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.java b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.java index ce8e87063a2..cbbbff9bc18 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryClientFilter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes; import io.micronaut.http.HttpResponse; diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryController.java b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryController.java index e35ffa282b7..85377519dde 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryController.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/requestattributes/StoryController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.requestattributes; import io.micronaut.http.HttpResponse; diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetClient.java b/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetClient.java index 78b2f600641..c8694df658c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.retry; import io.micronaut.docs.annotation.Pet; diff --git a/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetFallback.java b/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetFallback.java index a587bb07479..feed09c35e7 100644 --- a/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetFallback.java +++ b/test-suite/src/test/java/io/micronaut/docs/annotation/retry/PetFallback.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.annotation.retry; import io.micronaut.docs.annotation.Pet; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/advice/MyBean.java b/test-suite/src/test/java/io/micronaut/docs/aop/advice/MyBean.java index de772944253..1108b995446 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/advice/MyBean.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/advice/MyBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice; public class MyBean { diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/advice/method/MyFactory.java b/test-suite/src/test/java/io/micronaut/docs/aop/advice/method/MyFactory.java index e999b58223f..92152b31038 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/advice/method/MyFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/advice/method/MyFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice.method; import io.micronaut.cache.annotation.Cacheable; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/advice/type/MyFactory.java b/test-suite/src/test/java/io/micronaut/docs/aop/advice/type/MyFactory.java index 44a01321eb1..1de034a3500 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/advice/type/MyFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/advice/type/MyFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.advice.type; import io.micronaut.cache.annotation.Cacheable; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNull.java b/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNull.java index 4eed6ff0e9b..d63e1897bf0 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNull.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNull.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java b/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java index b32e4abe3c8..e5bfb10187e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullExample.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java b/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java index d9b15072c9a..092c92cbfcd 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/around/NotNullInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.around; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/Stub.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/Stub.java index 4448ede11a1..9b0bb3bb4b2 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/Stub.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/Stub.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java index 45ee6c3a9b6..f1d61a88de8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubExample.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction; import java.time.LocalDateTime; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java index 9e0e11cbef8..8afff665712 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/StubIntroduction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/GenericPublisher.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/GenericPublisher.java index d625899cba5..9e61fad0dc4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/GenericPublisher.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/GenericPublisher.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction.generics; public interface GenericPublisher { diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherIntroduction.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherIntroduction.java index 6cef13a559c..a36ca728706 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherIntroduction.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherIntroduction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction.generics; import io.micronaut.aop.MethodInterceptor; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherProxy.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherProxy.java index 1b0c3e29ec6..d660673ba15 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherProxy.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/PublisherProxy.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction.generics; import io.micronaut.aop.Introduction; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificEvent.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificEvent.java index 115fb8dab48..90e9746ea45 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificEvent.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction.generics; public class SpecificEvent {} diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificPublisher.java b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificPublisher.java index be2ffaf38ce..2405a6342b8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificPublisher.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/introduction/generics/SpecificPublisher.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.introduction.generics; @PublisherProxy diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/retry/Book.java b/test-suite/src/test/java/io/micronaut/docs/aop/retry/Book.java index f4d3bd59b87..ff602a3826f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/retry/Book.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/retry/Book.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.retry; public class Book { diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/retry/BookService.java b/test-suite/src/test/java/io/micronaut/docs/aop/retry/BookService.java index dc49d5be25b..c8e1567180d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/retry/BookService.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/retry/BookService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.retry; import io.micronaut.retry.annotation.CircuitBreaker; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/BuildDebug.java b/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/BuildDebug.java index 34cfcf4cdf8..1084cf8ee7f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/BuildDebug.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/BuildDebug.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/ScheduledExample.java b/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/ScheduledExample.java index ec38493fc1c..d31c941ca2e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/ScheduledExample.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/ScheduledExample.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled; import io.micronaut.scheduling.annotation.Scheduled; diff --git a/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.java b/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.java index 19c5da3f1cb..b5e4fe33bff 100644 --- a/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.java +++ b/test-suite/src/test/java/io/micronaut/docs/aop/scheduled/TaskSchedulerInjectExample.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.aop.scheduled; import io.micronaut.scheduling.TaskExecutors; diff --git a/test-suite/src/test/java/io/micronaut/docs/basics/Book.java b/test-suite/src/test/java/io/micronaut/docs/basics/Book.java index 18adc1b6123..cec18b85802 100644 --- a/test-suite/src/test/java/io/micronaut/docs/basics/Book.java +++ b/test-suite/src/test/java/io/micronaut/docs/basics/Book.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics; import com.fasterxml.jackson.annotation.JsonCreator; diff --git a/test-suite/src/test/java/io/micronaut/docs/basics/BookController.java b/test-suite/src/test/java/io/micronaut/docs/basics/BookController.java index f8891b5ddf7..f5c3ca85fed 100644 --- a/test-suite/src/test/java/io/micronaut/docs/basics/BookController.java +++ b/test-suite/src/test/java/io/micronaut/docs/basics/BookController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics; import io.micronaut.http.HttpStatus; diff --git a/test-suite/src/test/java/io/micronaut/docs/basics/HelloController.java b/test-suite/src/test/java/io/micronaut/docs/basics/HelloController.java index e112fd6178a..490e26970da 100644 --- a/test-suite/src/test/java/io/micronaut/docs/basics/HelloController.java +++ b/test-suite/src/test/java/io/micronaut/docs/basics/HelloController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/basics/Message.java b/test-suite/src/test/java/io/micronaut/docs/basics/Message.java index fdb52c222d3..427550793f4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/basics/Message.java +++ b/test-suite/src/test/java/io/micronaut/docs/basics/Message.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.basics; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuth.java b/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuth.java index 0c91d470932..700bac6ad6d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuth.java +++ b/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuth.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter; //tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClient.java b/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClient.java index 33aeabf719b..c4570cf6cf2 100644 --- a/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter; //tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClientFilter.java b/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClientFilter.java index 45191b34d53..70ee76d201a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClientFilter.java +++ b/test-suite/src/test/java/io/micronaut/docs/client/filter/BasicAuthClientFilter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.client.filter; //tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java b/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java index cd8d5617d97..2874d07924d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/client/versioning/HelloClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/CrankShaft.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/CrankShaft.java index 54531819a28..89b609e73a4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/CrankShaft.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/CrankShaft.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; import java.util.Optional; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/Engine.java index 8d54dd42c53..e8e40d05ff0 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineConfig.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineConfig.java index 8491b7dacea..2677660ff4e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineConfig.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineFactory.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineFactory.java index e037130335e..25437808c15 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineImpl.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineImpl.java index 83956070e8d..901b76695f2 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineImpl.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/EngineImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; import javax.annotation.concurrent.Immutable; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/SparkPlug.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/SparkPlug.java index 38fd6350337..3d4b5c48d39 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/SparkPlug.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/SparkPlug.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; import java.util.Optional; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/builder/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/config/builder/Vehicle.java index b1c97615ae6..060327875ed 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/builder/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/builder/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.builder; import javax.inject.Inject; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/converters/MapToLocalDateConverter.java b/test-suite/src/test/java/io/micronaut/docs/config/converters/MapToLocalDateConverter.java index 78013b3a1db..5944f4fed3f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/converters/MapToLocalDateConverter.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/converters/MapToLocalDateConverter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.converters; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/converters/MyConfigurationProperties.java b/test-suite/src/test/java/io/micronaut/docs/config/converters/MyConfigurationProperties.java index 8b3f34f29a2..1d939c98be5 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/converters/MyConfigurationProperties.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/converters/MyConfigurationProperties.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.converters; import io.micronaut.context.annotation.ConfigurationProperties; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceConfiguration.java b/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceConfiguration.java index 08408877a5c..163b8a0f4a9 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceConfiguration.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceConfiguration.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.env; import java.net.URI; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceFactory.java b/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceFactory.java index 9b57884fe52..178e359d990 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/env/DataSourceFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.env; import io.micronaut.context.annotation.EachBean; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/immutable/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/immutable/Engine.java index bb8dc53a6c5..473f31c2c57 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/immutable/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/immutable/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/immutable/EngineConfig.java b/test-suite/src/test/java/io/micronaut/docs/config/immutable/EngineConfig.java index 6750984f8fb..11d1ebf889b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/immutable/EngineConfig.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/immutable/EngineConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/immutable/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/config/immutable/Vehicle.java index fcbca9acc56..218dfe9c268 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/immutable/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/immutable/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.immutable; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/itfce/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/itfce/Engine.java index d72ed09b1c4..e3ecbeae371 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/itfce/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/itfce/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/itfce/EngineConfig.java b/test-suite/src/test/java/io/micronaut/docs/config/itfce/EngineConfig.java index 97914665aec..1e290bb21e3 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/itfce/EngineConfig.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/itfce/EngineConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/itfce/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/config/itfce/Vehicle.java index ea67b273ff8..747ae8b2653 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/itfce/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/itfce/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.itfce; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Engine.java index 75ac3a2eae4..085c923ff9c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat; import java.util.Map; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineConfig.java b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineConfig.java index beda5b22f95..f63824cfbd3 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineConfig.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineImpl.java b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineImpl.java index fc1948016da..7aaf5ba3395 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineImpl.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/EngineImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat; import javax.inject.Inject; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Vehicle.java index 90067ed68ad..4fee4d06dec 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/mapFormat/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.mapFormat; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/properties/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/properties/Engine.java index 87aebfb45ae..a843dd8453b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/properties/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/properties/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties; public interface Engine { diff --git a/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineConfig.java b/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineConfig.java index 99393352209..34d5cac4353 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineConfig.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineImpl.java b/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineImpl.java index 8da68542383..c782d06f964 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineImpl.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/properties/EngineImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/properties/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/config/properties/Vehicle.java index 603fff2b70a..cb6553d5bd1 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/properties/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/properties/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.properties; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/property/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/property/Engine.java index cd79ee3f36d..72e41f774e0 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/property/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/property/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.property; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/config/value/Engine.java b/test-suite/src/test/java/io/micronaut/docs/config/value/Engine.java index d35c8d652be..37ff873f316 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/value/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/value/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value; public interface Engine { diff --git a/test-suite/src/test/java/io/micronaut/docs/config/value/EngineImpl.java b/test-suite/src/test/java/io/micronaut/docs/config/value/EngineImpl.java index 464db3dc2f1..1c9f6139162 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/value/EngineImpl.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/value/EngineImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value; import io.micronaut.context.annotation.Value; diff --git a/test-suite/src/test/java/io/micronaut/docs/config/value/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/config/value/Vehicle.java index b19196cb327..02e8c9f195c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/config/value/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/config/value/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.config.value; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/context/Application.java b/test-suite/src/test/java/io/micronaut/docs/context/Application.java index 3d0fdccd2b0..9bced324064 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/Application.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/Application.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Blue.java b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Blue.java index 0fc667c9fec..a73bcf1ae06 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Blue.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Blue.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/ColorPicker.java b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/ColorPicker.java index 04b3df4294f..49b56bcbf97 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/ColorPicker.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/ColorPicker.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary; //tag::clazz[] diff --git a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Green.java b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Green.java index da3fce67b32..88f1de07b06 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Green.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/Green.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/TestController.java b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/TestController.java index 8f6c820f9b1..3f622562002 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/TestController.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/annotation/primary/TestController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.annotation.primary; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEvent.java b/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEvent.java index b4f63d079e7..d15733b558f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEvent.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events; // tag::class[] public class SampleEvent { diff --git a/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEventEmitterBean.java b/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEventEmitterBean.java index 0c7883533fc..f4aa297a64f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEventEmitterBean.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/events/SampleEventEmitterBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/context/events/application/SampleEventListener.java b/test-suite/src/test/java/io/micronaut/docs/context/events/application/SampleEventListener.java index 714b149a78b..b771d90bc96 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/events/application/SampleEventListener.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/events/application/SampleEventListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.application; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/context/events/async/SampleEventListener.java b/test-suite/src/test/java/io/micronaut/docs/context/events/async/SampleEventListener.java index f37e9584071..d0d558cb987 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/events/async/SampleEventListener.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/events/async/SampleEventListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.async; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/context/events/listener/SampleEventListener.java b/test-suite/src/test/java/io/micronaut/docs/context/events/listener/SampleEventListener.java index 7f22bcfe5e5..943f0856d37 100644 --- a/test-suite/src/test/java/io/micronaut/docs/context/events/listener/SampleEventListener.java +++ b/test-suite/src/test/java/io/micronaut/docs/context/events/listener/SampleEventListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.context.events.listener; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/datavalidation/params/EmailController.java b/test-suite/src/test/java/io/micronaut/docs/datavalidation/params/EmailController.java index e1457a6c70c..071f3a12fe3 100644 --- a/test-suite/src/test/java/io/micronaut/docs/datavalidation/params/EmailController.java +++ b/test-suite/src/test/java/io/micronaut/docs/datavalidation/params/EmailController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.params; //tag::imports[] import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/Email.java b/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/Email.java index f100a1aad82..f09623d87e4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/Email.java +++ b/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/Email.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo; import io.micronaut.core.annotation.Introspected; diff --git a/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/EmailController.java b/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/EmailController.java index a50088d50fb..194ffdae1d3 100644 --- a/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/EmailController.java +++ b/test-suite/src/test/java/io/micronaut/docs/datavalidation/pogo/EmailController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.datavalidation.pogo; //tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/events/factory/Engine.java b/test-suite/src/test/java/io/micronaut/docs/events/factory/Engine.java index 1f14d5927db..39c3fb33eef 100644 --- a/test-suite/src/test/java/io/micronaut/docs/events/factory/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/events/factory/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineFactory.java b/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineFactory.java index efccfc8e9f2..6b5268c467e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory; import io.micronaut.context.annotation.Factory; diff --git a/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineInitializer.java b/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineInitializer.java index 300f1916293..41ebe33b141 100644 --- a/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineInitializer.java +++ b/test-suite/src/test/java/io/micronaut/docs/events/factory/EngineInitializer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory; import io.micronaut.context.event.BeanInitializedEventListener; diff --git a/test-suite/src/test/java/io/micronaut/docs/events/factory/V8Engine.java b/test-suite/src/test/java/io/micronaut/docs/events/factory/V8Engine.java index 23f9dab500e..1a9ee3dd235 100644 --- a/test-suite/src/test/java/io/micronaut/docs/events/factory/V8Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/events/factory/V8Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/events/factory/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/events/factory/Vehicle.java index e135b9a88bc..9a8dc01aedf 100644 --- a/test-suite/src/test/java/io/micronaut/docs/events/factory/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/events/factory/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.events.factory; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/CrankShaft.java b/test-suite/src/test/java/io/micronaut/docs/factories/CrankShaft.java index 61ab6e0078c..871860d4858 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/CrankShaft.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/CrankShaft.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/Engine.java b/test-suite/src/test/java/io/micronaut/docs/factories/Engine.java index 6a9d8cf54cb..95f1aa98d7f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/EngineFactory.java b/test-suite/src/test/java/io/micronaut/docs/factories/EngineFactory.java index 07658c26b10..1e70e4e7ea5 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/EngineFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/EngineFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/V8Engine.java b/test-suite/src/test/java/io/micronaut/docs/factories/V8Engine.java index 21ee4709f73..cd591f0286b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/V8Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/V8Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/factories/Vehicle.java index 7d9948d3d92..11ca9a142a1 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/Vehicle.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/nullable/Engine.java b/test-suite/src/test/java/io/micronaut/docs/factories/nullable/Engine.java index f02bee811fc..8b4825c3f21 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/nullable/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/nullable/Engine.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineConfiguration.java b/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineConfiguration.java index 260e50fb601..3a390af7f0a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineConfiguration.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineConfiguration.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.factories.nullable; import io.micronaut.context.annotation.EachProperty; diff --git a/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineFactory.java b/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineFactory.java index 55d3b09e07a..e52837457ba 100644 --- a/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/factories/nullable/EngineFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.factories.nullable; import io.micronaut.context.annotation.EachBean; diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationRequest.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationRequest.java index b1b15c2b6dd..471f7d793c9 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationRequest.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; public class IsbnValidationRequest { diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationResponse.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationResponse.java index 2ebee0e82b8..0cfa2db4bb9 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationResponse.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidationResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; public class IsbnValidationResponse { diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorClient.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorClient.java index e6e0a4dcc7c..04ad34f2352 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.java index 744388a89a4..e7bf27dbe25 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/IsbnValidatorFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MathService.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MathService.java index 3a4fc3e2253..321983caa43 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MathService.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MathService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; import io.micronaut.context.annotation.Value; diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MaxFunction.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MaxFunction.java index aaf8c504552..4e22eef701e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MaxFunction.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/MaxFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; import io.micronaut.function.FunctionBean; diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/RoundFunction.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/RoundFunction.java index c0c032cf1d5..71597b372b0 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/RoundFunction.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/RoundFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; import io.micronaut.function.FunctionBean; diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/Sum.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/Sum.java index 46b2c79dc9b..7465450773b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/Sum.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/Sum.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; public class Sum { diff --git a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/SumFunction.java b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/SumFunction.java index 75e082fc2b8..38401b042c8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/function/client/aws/SumFunction.java +++ b/test-suite/src/test/java/io/micronaut/docs/function/client/aws/SumFunction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.function.client.aws; import io.micronaut.function.FunctionBean; diff --git a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.java b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.java index faa3f33d4f3..520afb9b80c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.java +++ b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.java b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.java index 6833e466980..4eeb3107ca8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.java +++ b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ChatServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/Message.java b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/Message.java index 407162d89af..550650a271c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/Message.java +++ b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/Message.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.java b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.java index 016e0950bea..914861961d1 100644 --- a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.java +++ b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/PojoChatClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java index d99762ae0cb..dd62f974120 100644 --- a/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java +++ b/test-suite/src/test/java/io/micronaut/docs/http/server/netty/websocket/ReactivePojoChatServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/Book.java b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/Book.java index 7b4f1932e59..1c9ea30f088 100644 --- a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/Book.java +++ b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/Book.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody; import groovy.transform.CompileStatic; diff --git a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/BooksController.java b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/BooksController.java index 8657f71a9c2..de4dbccc90c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/BooksController.java +++ b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/BooksController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/CustomError.java b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/CustomError.java index 14139c22c2c..7c5e1767296 100644 --- a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/CustomError.java +++ b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/CustomError.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody; import groovy.transform.CompileStatic; diff --git a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/OtherError.java b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/OtherError.java index f9b86d3fb34..adcd0ef0a8f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/OtherError.java +++ b/test-suite/src/test/java/io/micronaut/docs/httpclientexceptionbody/OtherError.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.httpclientexceptionbody; import groovy.transform.CompileStatic; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/generated/MainBean.java b/test-suite/src/test/java/io/micronaut/docs/inject/generated/MainBean.java index ec7bd0901ae..4935ae6e362 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/generated/MainBean.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/generated/MainBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.generated; import io.micronaut.test.generated.Example; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/generated/SomeBean.java b/test-suite/src/test/java/io/micronaut/docs/inject/generated/SomeBean.java index b368f1849b3..ee80f26bb26 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/generated/SomeBean.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/generated/SomeBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.generated; import io.micronaut.test.generated.Example; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/intro/Engine.java b/test-suite/src/test/java/io/micronaut/docs/inject/intro/Engine.java index ae174de2ebe..3354464279c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/intro/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/intro/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.intro; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/intro/V8Engine.java b/test-suite/src/test/java/io/micronaut/docs/inject/intro/V8Engine.java index 3224c71d4ee..6664baf97fb 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/intro/V8Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/intro/V8Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.intro; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/intro/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/inject/intro/Vehicle.java index b8d1510493a..6d9dbb5934a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/intro/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/intro/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.intro; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Engine.java b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Engine.java index 29b562acf23..78a34fb1ed6 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V6Engine.java b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V6Engine.java index 029c1cf84ad..f2484bfcc5d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V6Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V6Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V8Engine.java b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V8Engine.java index 830226cb82a..12efed2fb7e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V8Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/V8Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Vehicle.java index 5de82fe16b3..86f71371648 100644 --- a/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/inject/qualifiers/named/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.inject.qualifiers.named; import javax.inject.Inject; diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Business.java b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Business.java index d12d6dedae7..ab5dbd5ad60 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Business.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Business.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Manufacturer.java b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Manufacturer.java index dde0c525941..67ffdc293e8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Manufacturer.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Manufacturer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans; import io.micronaut.core.annotation.Introspected; diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Person.java b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Person.java index 9b4cfd49ab0..58586039172 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Person.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Person.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/PersonConfiguration.java b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/PersonConfiguration.java index d83615158d2..c6f1090e071 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/PersonConfiguration.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/PersonConfiguration.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Vehicle.java index 459623f6bb2..c06d884ec27 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/beans/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.beans; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Car.java b/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Car.java index 3fa8d7dd095..69df0827341 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Car.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Car.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Driver.java b/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Driver.java index a292596e089..88cfdf4af3d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Driver.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/scopes/Driver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/Person.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/Person.java index 5edd3960e31..e0118980658 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/Person.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/Person.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/PersonService.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/PersonService.java index 38ba6852207..84c18688e16 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/PersonService.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/PersonService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPattern.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPattern.java index 020edf54be2..89a28e16078 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPattern.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPattern.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.java index bb019f7108f..2a4386e694a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/DurationPatternValidator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/HolidayService.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/HolidayService.java index f32f19f56b6..71eaf7295b3 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/HolidayService.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/HolidayService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.java index 1dfe8ecc896..f33001ee478 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/MyValidatorFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/TimeOff.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/TimeOff.java index 4e7ede9c10b..f67338ad554 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/TimeOff.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/custom/TimeOff.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.custom; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/pojo/PersonService.java b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/pojo/PersonService.java index b514ac9976e..b78fd19b6e4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/validation/pojo/PersonService.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/validation/pojo/PersonService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.validation.pojo; diff --git a/test-suite/src/test/java/io/micronaut/docs/ioc/visitor/VersionedIntrospected.java b/test-suite/src/test/java/io/micronaut/docs/ioc/visitor/VersionedIntrospected.java index cea9a02c51b..59fdadaa06d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/ioc/visitor/VersionedIntrospected.java +++ b/test-suite/src/test/java/io/micronaut/docs/ioc/visitor/VersionedIntrospected.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.ioc.visitor; import io.micronaut.core.annotation.Introspected; diff --git a/test-suite/src/test/java/io/micronaut/docs/lifecycle/Connection.java b/test-suite/src/test/java/io/micronaut/docs/lifecycle/Connection.java index 7c0100961c6..9c56a1d41f9 100644 --- a/test-suite/src/test/java/io/micronaut/docs/lifecycle/Connection.java +++ b/test-suite/src/test/java/io/micronaut/docs/lifecycle/Connection.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/lifecycle/ConnectionFactory.java b/test-suite/src/test/java/io/micronaut/docs/lifecycle/ConnectionFactory.java index e859fa745a9..567306eed43 100644 --- a/test-suite/src/test/java/io/micronaut/docs/lifecycle/ConnectionFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/lifecycle/ConnectionFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/lifecycle/Engine.java b/test-suite/src/test/java/io/micronaut/docs/lifecycle/Engine.java index 5456936820a..c0e6e7e81ac 100644 --- a/test-suite/src/test/java/io/micronaut/docs/lifecycle/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/lifecycle/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/lifecycle/PreDestroyBean.java b/test-suite/src/test/java/io/micronaut/docs/lifecycle/PreDestroyBean.java index d97b22028b2..f6ed515b38c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/lifecycle/PreDestroyBean.java +++ b/test-suite/src/test/java/io/micronaut/docs/lifecycle/PreDestroyBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/lifecycle/V8Engine.java b/test-suite/src/test/java/io/micronaut/docs/lifecycle/V8Engine.java index 2be9f55789d..5e797295233 100644 --- a/test-suite/src/test/java/io/micronaut/docs/lifecycle/V8Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/lifecycle/V8Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/lifecycle/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/lifecycle/Vehicle.java index c10172d6c6c..9bfc9c6dc66 100644 --- a/test-suite/src/test/java/io/micronaut/docs/lifecycle/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/lifecycle/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.lifecycle; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Engine.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Engine.java index d406a19df78..4702d55f8ba 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V6Engine.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V6Engine.java index 05b4f22cbba..1abea0a6e9a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V6Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V6Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8.java index 7ba9bd65cfd..88fec66d2da 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8Engine.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8Engine.java index d56cb1952a2..071c6ea1d4e 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8Engine.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/V8Engine.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Vehicle.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Vehicle.java index 163cc22fea8..f47a7e0a7f8 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Vehicle.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/annotation/Vehicle.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.annotation; import javax.inject.Inject; diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.java index 1b1e666e9d7..3fa757154ac 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/CustomResponseStrategy.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl; //tag::clazz[] diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.java index d90903e2c48..69f82e2026b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/DefaultResponseStrategy.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl; //tag::clazz[] diff --git a/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.java b/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.java index 98b003b7874..c442270e538 100644 --- a/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.java +++ b/test-suite/src/test/java/io/micronaut/docs/qualifiers/replaces/defaultimpl/ResponseStrategy.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.qualifiers.replaces.defaultimpl; //tag::clazz[] diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/BookFactory.java b/test-suite/src/test/java/io/micronaut/docs/replaces/BookFactory.java index b350d7356c3..9d648db69bb 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/BookFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/BookFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Factory; diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/BookService.java b/test-suite/src/test/java/io/micronaut/docs/replaces/BookService.java index e924e70e87d..ec1ac238a98 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/BookService.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/BookService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.docs.requires.Book; diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java b/test-suite/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java index 696c5c73dd4..49cf4e4b03b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/CustomBookFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Factory; diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java b/test-suite/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java index e7a98706bb1..458923dc688 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/JdbcBookService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/MockBookService.java b/test-suite/src/test/java/io/micronaut/docs/replaces/MockBookService.java index 863c4e94ae4..8d02ce6e63c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/MockBookService.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/MockBookService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Replaces; diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/TextBook.java b/test-suite/src/test/java/io/micronaut/docs/replaces/TextBook.java index db6f33ce33d..366e076d2bb 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/TextBook.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/TextBook.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.docs.requires.Book; diff --git a/test-suite/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java b/test-suite/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java index 85add20afcf..27a709b1bf4 100644 --- a/test-suite/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/replaces/TextBookFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.replaces; import io.micronaut.context.annotation.Factory; diff --git a/test-suite/src/test/java/io/micronaut/docs/requires/Book.java b/test-suite/src/test/java/io/micronaut/docs/requires/Book.java index 1d34e1f429b..c0808a790be 100644 --- a/test-suite/src/test/java/io/micronaut/docs/requires/Book.java +++ b/test-suite/src/test/java/io/micronaut/docs/requires/Book.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires; public class Book { diff --git a/test-suite/src/test/java/io/micronaut/docs/requires/BookService.java b/test-suite/src/test/java/io/micronaut/docs/requires/BookService.java index 742cc175036..4a45d59b6ed 100644 --- a/test-suite/src/test/java/io/micronaut/docs/requires/BookService.java +++ b/test-suite/src/test/java/io/micronaut/docs/requires/BookService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires; public interface BookService { diff --git a/test-suite/src/test/java/io/micronaut/docs/requires/JdbcBookService.java b/test-suite/src/test/java/io/micronaut/docs/requires/JdbcBookService.java index 33f0c4c9c40..1d833a362cd 100644 --- a/test-suite/src/test/java/io/micronaut/docs/requires/JdbcBookService.java +++ b/test-suite/src/test/java/io/micronaut/docs/requires/JdbcBookService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java b/test-suite/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java index 96492d076c0..4473dab46e5 100644 --- a/test-suite/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java +++ b/test-suite/src/test/java/io/micronaut/docs/requires/RequiresJdbc.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.requires; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/respondingnotfound/BooksController.java b/test-suite/src/test/java/io/micronaut/docs/respondingnotfound/BooksController.java index e65b77f9095..83fe8a5a470 100644 --- a/test-suite/src/test/java/io/micronaut/docs/respondingnotfound/BooksController.java +++ b/test-suite/src/test/java/io/micronaut/docs/respondingnotfound/BooksController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/binding/BindingController.java b/test-suite/src/test/java/io/micronaut/docs/server/binding/BindingController.java index d60c58edc11..5cc08419d10 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/binding/BindingController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/binding/BindingController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding; import io.micronaut.core.convert.format.Format; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/binding/BookmarkController.java b/test-suite/src/test/java/io/micronaut/docs/server/binding/BookmarkController.java index 8faea9d7117..75fa38df536 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/binding/BookmarkController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/binding/BookmarkController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/binding/PaginationCommand.java b/test-suite/src/test/java/io/micronaut/docs/server/binding/PaginationCommand.java index 5fd211d9283..b1896781d10 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/binding/PaginationCommand.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/binding/PaginationCommand.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.binding; import io.micronaut.core.annotation.Introspected; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/body/MessageController.java b/test-suite/src/test/java/io/micronaut/docs/server/body/MessageController.java index ca763d38ee7..0626eae5eae 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/body/MessageController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/body/MessageController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.body; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/consumes/ConsumesController.java b/test-suite/src/test/java/io/micronaut/docs/server/consumes/ConsumesController.java index 0d43a097153..b7f8af67809 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/consumes/ConsumesController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/consumes/ConsumesController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.consumes; //tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.java b/test-suite/src/test/java/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.java index f022781b3d6..edf7e22648c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/endpoint/CurrentDateEndpoint.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.endpoint; //tag::endpointImport[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/endpoint/MessageEndpoint.java b/test-suite/src/test/java/io/micronaut/docs/server/endpoint/MessageEndpoint.java index 8f576f7e578..ef9cde8a004 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/endpoint/MessageEndpoint.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/endpoint/MessageEndpoint.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.endpoint; //tag::endpointImport[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/exception/BookController.java b/test-suite/src/test/java/io/micronaut/docs/server/exception/BookController.java index b1f0bd58537..a72a250a1f3 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/exception/BookController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/exception/BookController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockException.java b/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockException.java index 3622331d9f7..a8ba4b18987 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockException.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockException.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception; //tag::clazz[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.java b/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.java index c351e43272d..7c48b0e82de 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/exception/OutOfStockExceptionHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.exception; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceFilter.java b/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceFilter.java index 3790efe55bd..0cb328879de 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceFilter.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceFilter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.filters; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceService.java b/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceService.java index a31d8e85325..42a8dfb0756 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceService.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/filters/TraceService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.filters; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java index 1d9d07d2f19..1058b3d1a19 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/intro/Application.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.intro; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java index 5e286e412b2..f3731e64ed0 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java index 9a00d9de825..9c651086815 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/intro/HelloController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/json/Person.java b/test-suite/src/test/java/io/micronaut/docs/server/json/Person.java index f3aeaaf30f0..9bcf833fd2b 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/json/Person.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/json/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/json/PersonController.java b/test-suite/src/test/java/io/micronaut/docs/server/json/PersonController.java index 4869d438fcd..1d87beb720d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/json/PersonController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/json/PersonController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.json; import com.fasterxml.jackson.core.JsonParseException; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/request/MessageController.java b/test-suite/src/test/java/io/micronaut/docs/server/request/MessageController.java index f1b3e194d9d..816faa6e4c1 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/request/MessageController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/request/MessageController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.request; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/response/ProducesController.java b/test-suite/src/test/java/io/micronaut/docs/server/response/ProducesController.java index 5caa828469e..97c428ab965 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/response/ProducesController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/response/ProducesController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.response; //tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/response/StatusController.java b/test-suite/src/test/java/io/micronaut/docs/server/response/StatusController.java index 0241a384c6a..01ac65bfd25 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/response/StatusController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/response/StatusController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/routes/IssuesController.java b/test-suite/src/test/java/io/micronaut/docs/server/routes/IssuesController.java index 56e60933962..1c71fdf0d08 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/routes/IssuesController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/routes/IssuesController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/routes/MyRoutes.java b/test-suite/src/test/java/io/micronaut/docs/server/routes/MyRoutes.java index 9942cb7b2c3..7a642d8054a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/routes/MyRoutes.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/routes/MyRoutes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routes; // tag::imports[] import io.micronaut.context.ExecutionHandleLocator; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/routing/BackwardCompatibleController.java b/test-suite/src/test/java/io/micronaut/docs/server/routing/BackwardCompatibleController.java index 061db810e73..f685098e09f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/routing/BackwardCompatibleController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/routing/BackwardCompatibleController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.routing; import io.micronaut.context.annotation.Requires; diff --git a/test-suite/src/test/java/io/micronaut/docs/server/sse/Headline.java b/test-suite/src/test/java/io/micronaut/docs/server/sse/Headline.java index 9f3b8d8c1ae..23074613632 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/sse/Headline.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/sse/Headline.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/server/sse/HeadlineController.java b/test-suite/src/test/java/io/micronaut/docs/server/sse/HeadlineController.java index 336a735cf44..fe4ed87c806 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/sse/HeadlineController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/sse/HeadlineController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.sse; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/upload/BytesUploadController.java b/test-suite/src/test/java/io/micronaut/docs/server/upload/BytesUploadController.java index 3117108f840..591c5e0a478 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/upload/BytesUploadController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/upload/BytesUploadController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/upload/CompletedUploadController.java b/test-suite/src/test/java/io/micronaut/docs/server/upload/CompletedUploadController.java index f75ca273fcd..cd58112e796 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/upload/CompletedUploadController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/upload/CompletedUploadController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/upload/UploadController.java b/test-suite/src/test/java/io/micronaut/docs/server/upload/UploadController.java index bb04f53716f..9897ef0ff92 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/upload/UploadController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/upload/UploadController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/server/upload/WholeBodyUploadController.java b/test-suite/src/test/java/io/micronaut/docs/server/upload/WholeBodyUploadController.java index 3c9bfb6d397..b0d295d984a 100644 --- a/test-suite/src/test/java/io/micronaut/docs/server/upload/WholeBodyUploadController.java +++ b/test-suite/src/test/java/io/micronaut/docs/server/upload/WholeBodyUploadController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.server.upload; // tag::class[] diff --git a/test-suite/src/test/java/io/micronaut/docs/session/Cart.java b/test-suite/src/test/java/io/micronaut/docs/session/Cart.java index 8b8f9c4c0d7..e0ac05e1d7f 100644 --- a/test-suite/src/test/java/io/micronaut/docs/session/Cart.java +++ b/test-suite/src/test/java/io/micronaut/docs/session/Cart.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/session/ShoppingController.java b/test-suite/src/test/java/io/micronaut/docs/session/ShoppingController.java index 4ed14747def..477199c22f7 100644 --- a/test-suite/src/test/java/io/micronaut/docs/session/ShoppingController.java +++ b/test-suite/src/test/java/io/micronaut/docs/session/ShoppingController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.session; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineClient.java b/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineClient.java index 82ebf4b63bd..05c0c6aefe7 100644 --- a/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.sse; import io.micronaut.docs.streaming.Headline; diff --git a/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineController.java b/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineController.java index 42f1bb39aaa..5953bd00f0c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineController.java +++ b/test-suite/src/test/java/io/micronaut/docs/sse/HeadlineController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.sse; import io.micronaut.docs.streaming.Headline; diff --git a/test-suite/src/test/java/io/micronaut/docs/streaming/Headline.java b/test-suite/src/test/java/io/micronaut/docs/streaming/Headline.java index de1c507485c..fb5080a4bae 100644 --- a/test-suite/src/test/java/io/micronaut/docs/streaming/Headline.java +++ b/test-suite/src/test/java/io/micronaut/docs/streaming/Headline.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineClient.java b/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineClient.java index 7268e425bb6..fdffe1b490c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineClient.java +++ b/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineController.java b/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineController.java index 6fba252a757..0885b4c6ade 100644 --- a/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineController.java +++ b/test-suite/src/test/java/io/micronaut/docs/streaming/HeadlineController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-suite/src/test/java/io/micronaut/docs/web/router/version/VersionedController.java b/test-suite/src/test/java/io/micronaut/docs/web/router/version/VersionedController.java index 3c07736bd46..55472211c91 100644 --- a/test-suite/src/test/java/io/micronaut/docs/web/router/version/VersionedController.java +++ b/test-suite/src/test/java/io/micronaut/docs/web/router/version/VersionedController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.web.router.version; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/whatsNew/CacheFactory.java b/test-suite/src/test/java/io/micronaut/docs/whatsNew/CacheFactory.java index e97772cadbb..66a836d319c 100644 --- a/test-suite/src/test/java/io/micronaut/docs/whatsNew/CacheFactory.java +++ b/test-suite/src/test/java/io/micronaut/docs/whatsNew/CacheFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.whatsNew; // tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/docs/writable/TemplateController.java b/test-suite/src/test/java/io/micronaut/docs/writable/TemplateController.java index 3feca2b1123..d1e1901e43d 100644 --- a/test-suite/src/test/java/io/micronaut/docs/writable/TemplateController.java +++ b/test-suite/src/test/java/io/micronaut/docs/writable/TemplateController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.docs.writable; //tag::imports[] diff --git a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceA.java b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceA.java index e099ddf2e2b..0e0cf4d3a1c 100644 --- a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceA.java +++ b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceA.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.replaces; public interface InterfaceA { diff --git a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceAImpl.java b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceAImpl.java index 4866c166014..e5310518abf 100644 --- a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceAImpl.java +++ b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceAImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.replaces; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceB.java b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceB.java index f3b274c766f..6f67303f591 100644 --- a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceB.java +++ b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceB.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.replaces; public interface InterfaceB { diff --git a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceBImpl.java b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceBImpl.java index b72f0117077..06777b7ed81 100644 --- a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceBImpl.java +++ b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceBImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.replaces; import javax.inject.Singleton; diff --git a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceC.java b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceC.java index 398f205d905..35411fdb475 100644 --- a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceC.java +++ b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceC.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.replaces; public interface InterfaceC { diff --git a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceCFactory.java b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceCFactory.java index 433c95371ee..cc88b73e0af 100644 --- a/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceCFactory.java +++ b/test-suite/src/test/java/io/micronaut/test/replaces/InterfaceCFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.test.replaces; import io.micronaut.context.annotation.Factory; diff --git a/test-suite/src/test/resources/GebConfig.groovy b/test-suite/src/test/resources/GebConfig.groovy index 1f60ea98fb4..d402c46b95f 100644 --- a/test-suite/src/test/resources/GebConfig.groovy +++ b/test-suite/src/test/resources/GebConfig.groovy @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import org.openqa.selenium.chrome.ChromeDriver import org.openqa.selenium.chrome.ChromeOptions import org.openqa.selenium.firefox.FirefoxDriver diff --git a/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy b/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy index 616f001ff86..7b197c0524e 100644 --- a/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy +++ b/test-utils/src/main/groovy/io.micronaut.testutils/YamlAsciidocTagCleaner.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java b/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java index 1ee60e19230..bb53c52fe2a 100644 --- a/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java +++ b/tracing/src/main/java/io/micronaut/tracing/DefaultTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java b/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java index d616637d56b..d0b164aaea6 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/ContinueSpan.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java b/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java index 4b58a442abf..584bbfbc433 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/NewSpan.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java b/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java index 742f18c8d13..4281cbe2a6f 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/SpanTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java b/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java index 3f415e8efd2..4647ee16553 100644 --- a/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java b/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java index cae13d63a28..d02815c1c96 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/AsyncReporterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java index 447ffec201c..ecc8d986476 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java index 54d3757c55d..fd948ea473c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracingInvocationInstrumenter.java b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracingInvocationInstrumenter.java index 2c3ddde0c46..ddbc51f8ddf 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracingInvocationInstrumenter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/BraveTracingInvocationInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java b/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java index 8b2e57d965d..7c85b9d8e9a 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/ZipkinServiceInstanceList.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java index 2b575f9ed0c..a4158537f10 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/AbstractBraveTracingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java index f109bfb63f2..9c34e7cd3f9 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java index 6adecc2a9ca..ecf11ad7067 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/BraveTracingServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java index 853d12e44ce..8a8830b004c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpClientTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java index e78651f6e3e..0ff1e195be6 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpServerTracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java index e88bc90d55c..7c46d6d0622 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/HttpTracingFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java index 398a04a20d9..7dde84a3ca8 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/instrument/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java index cf8ce64e976..a00dbcc8824 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jCurrentTraceContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java index c01e33f7f43..91bb83ca69b 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/log/Slf4jScopeDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java index ccbab2bd368..19a09ee86fb 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/log/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java index 72d9fb8497a..33088e92ef9 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java index 2a2ab3cef71..8b56f0d1909 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSender.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java index 4a5b0a4fa66..6f60b7d2bc1 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/sender/HttpClientSenderFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java b/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java index 2a21e763ae4..8652cf996f4 100644 --- a/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/brave/sender/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java index 3f0d04fda8e..bd0bd1d1f2c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/AbstractOpenTracingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java index 09793e7e08f..4e57229269f 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/HttpHeadersTextMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java index c775e8a266f..b67b4e78e09 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingClientFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java index 18eb0f4ed7d..75e3e1c8444 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/OpenTracingServerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java index 0f54b4dea2d..2d6b5922275 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/TraceRequestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java index 4e174b64229..80aae1bcc63 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/http/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java index 9abb4717bdf..bc5f9643ce0 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/TracingHystrixConcurrentStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java index a77fba6896b..9a8e044e301 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/hystrix/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java index cf822bd53e2..e6a47a008cb 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/reactor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java index 94c65bd211e..71a8ad25726 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/RxJava1TracingInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java index 131a1402f72..f785eda697e 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/rxjava/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/MdcInstrumenter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/MdcInstrumenter.java index 37b56a00bf3..3d74e487137 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/MdcInstrumenter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/MdcInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/OpenTracingInvocationInstrumenter.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/OpenTracingInvocationInstrumenter.java index 5f92f27a60d..8d6e32428d4 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/OpenTracingInvocationInstrumenter.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/OpenTracingInvocationInstrumenter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java index eaf620f22b3..c175e15a3cb 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/ScopePropagationPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/ThreadTracingInvocationInstrumenterFactory.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/ThreadTracingInvocationInstrumenterFactory.java index 19b91cc7bfe..0d84ad778fc 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/ThreadTracingInvocationInstrumenterFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/ThreadTracingInvocationInstrumenterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java index 798f6be15a9..44d182eeeac 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingCallable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingInvocationInstrumenterFactory.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingInvocationInstrumenterFactory.java index c73850020df..b99412d876d 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingInvocationInstrumenterFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingInvocationInstrumenterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java index 09d02193457..c9b4ea7c9d3 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java index 7803638c74a..e8ce8233d88 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/TracingRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java b/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java index e5837d85ea6..8ad8604cd5a 100644 --- a/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/instrument/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java b/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java index b5c55abfb10..3ed2d6397d6 100644 --- a/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java +++ b/tracing/src/main/java/io/micronaut/tracing/interceptor/TraceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java b/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java index 9b7584640f3..a023c8a163b 100644 --- a/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java index 9059c38d575..431da78776f 100644 --- a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java +++ b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java index 6a01250f0bf..09280f16d36 100644 --- a/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java +++ b/tracing/src/main/java/io/micronaut/tracing/jaeger/JaegerTracerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java b/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java index e5df5a1dca3..cb7d8eca07c 100644 --- a/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/jaeger/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/java/io/micronaut/tracing/package-info.java b/tracing/src/main/java/io/micronaut/tracing/package-info.java index e960aad375c..d0b0befdf23 100644 --- a/tracing/src/main/java/io/micronaut/tracing/package-info.java +++ b/tracing/src/main/java/io/micronaut/tracing/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/main/resources/META-INF/native-image/io.micronaut/micronaut-tracing/native-image.properties b/tracing/src/main/resources/META-INF/native-image/io.micronaut/micronaut-tracing/native-image.properties index 85066e51e2f..f8151e5e2ca 100644 --- a/tracing/src/main/resources/META-INF/native-image/io.micronaut/micronaut-tracing/native-image.properties +++ b/tracing/src/main/resources/META-INF/native-image/io.micronaut/micronaut-tracing/native-image.properties @@ -1 +1,17 @@ +# +# Copyright 2017-2020 original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + Args = --initialize-at-run-time=io.micronaut.tracing.brave.BraveTracerFactory,io.micronaut.tracing.brave.instrument.http.HttpTracingFactory,io.micronaut.tracing.brave.log.Slf4jCurrentTraceContextFactory,io.micronaut.tracing.brave.sender.HttpClientSenderFactory,io.micronaut.tracing.instrument.rxjava.RxJava1TracingInstrumentation diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java b/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java index 8086e42a660..e4dcf3b94ea 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/BuildDebug.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java b/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java index 2c5c2566ba1..6388ab8a3f8 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/DeadlockDetection.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy b/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy index 6100a45fd00..ee347d7e72b 100644 --- a/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy +++ b/tracing/src/test/groovy/io/micronaut/tracing/brave/TestReporter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/Validated.java b/validation/src/main/java/io/micronaut/validation/Validated.java index c2b9052dae6..6dd0ec927db 100644 --- a/validation/src/main/java/io/micronaut/validation/Validated.java +++ b/validation/src/main/java/io/micronaut/validation/Validated.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java b/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java index 627328ef16c..f982deada4c 100644 --- a/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java +++ b/validation/src/main/java/io/micronaut/validation/ValidatingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java b/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java index 9869c5dbfcb..91a8e51288d 100644 --- a/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/async/AsyncTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/async/package-info.java b/validation/src/main/java/io/micronaut/validation/async/package-info.java index 6e39c787548..49096924ba6 100644 --- a/validation/src/main/java/io/micronaut/validation/async/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/async/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java b/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java index 01d834fcc1d..a644a472283 100644 --- a/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java +++ b/validation/src/main/java/io/micronaut/validation/exceptions/ConstraintExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java b/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java index b6567c76330..bf58da6d7d4 100644 --- a/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java +++ b/validation/src/main/java/io/micronaut/validation/exceptions/ValidationExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java b/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java index 23e355572b9..efe279e93da 100644 --- a/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java b/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java index ab2a4f6969e..82bce49bba0 100644 --- a/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/internal/InternalApiTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/internal/package-info.java b/validation/src/main/java/io/micronaut/validation/internal/package-info.java index 9ec610402f8..e424f2996dc 100644 --- a/validation/src/main/java/io/micronaut/validation/internal/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/internal/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/package-info.java b/validation/src/main/java/io/micronaut/validation/package-info.java index bfb9af52a91..5bcb37ef8e3 100644 --- a/validation/src/main/java/io/micronaut/validation/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/properties/MixedCasePropertyTypeElementVisitor.java b/validation/src/main/java/io/micronaut/validation/properties/MixedCasePropertyTypeElementVisitor.java index 6ae60dd40cc..2f08e8b4c8c 100644 --- a/validation/src/main/java/io/micronaut/validation/properties/MixedCasePropertyTypeElementVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/properties/MixedCasePropertyTypeElementVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/properties/package-info.java b/validation/src/main/java/io/micronaut/validation/properties/package-info.java index 9f84e93a9a4..c7075132f07 100644 --- a/validation/src/main/java/io/micronaut/validation/properties/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/properties/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java b/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java index d47b17b7717..4ea2a79b0cb 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java +++ b/validation/src/main/java/io/micronaut/validation/routes/RouteParameterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java index 8a1ffca9632..0eedce3ebf6 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java +++ b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java index d46d5ef8d99..e12dcefad48 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/routes/RouteValidationVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/package-info.java b/validation/src/main/java/io/micronaut/validation/routes/package-info.java index e2ad1213c9a..683d00f14ee 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/routes/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java b/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java index d0e8cdafe8d..dbddc6f8bb2 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/MissingParameterRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java b/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java index e7a486f33ca..20a65238777 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/NullableParameterRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java b/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java index 112b2cf65ab..f9f53abeec1 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/RouteValidationRule.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java b/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java index 199760ed44f..08d6c674595 100644 --- a/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/routes/rules/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/DefaultAnnotatedElementValidator.java b/validation/src/main/java/io/micronaut/validation/validator/DefaultAnnotatedElementValidator.java index dc3f6305492..32c04610b9c 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/DefaultAnnotatedElementValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/DefaultAnnotatedElementValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.validator; import io.micronaut.core.annotation.Internal; diff --git a/validation/src/main/java/io/micronaut/validation/validator/DefaultClockProvider.java b/validation/src/main/java/io/micronaut/validation/validator/DefaultClockProvider.java index b9cda48f694..dcb54ffa6e9 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/DefaultClockProvider.java +++ b/validation/src/main/java/io/micronaut/validation/validator/DefaultClockProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/DefaultConstraintDescriptor.java b/validation/src/main/java/io/micronaut/validation/validator/DefaultConstraintDescriptor.java index cb4d467cb2e..837863de245 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/DefaultConstraintDescriptor.java +++ b/validation/src/main/java/io/micronaut/validation/validator/DefaultConstraintDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/DefaultValidator.java b/validation/src/main/java/io/micronaut/validation/validator/DefaultValidator.java index 73e8901bbf3..76219b38ea9 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/DefaultValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/DefaultValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorConfiguration.java b/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorConfiguration.java index 5a384cc96ad..911a9da9aa8 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorConfiguration.java +++ b/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorFactory.java b/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorFactory.java index d2c2bb90ff5..32ae2d0ce47 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorFactory.java +++ b/validation/src/main/java/io/micronaut/validation/validator/DefaultValidatorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/ExecutableMethodValidator.java b/validation/src/main/java/io/micronaut/validation/validator/ExecutableMethodValidator.java index 989f0925518..5aab66be73f 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/ExecutableMethodValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/ExecutableMethodValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/IntrospectedBeanDescriptor.java b/validation/src/main/java/io/micronaut/validation/validator/IntrospectedBeanDescriptor.java index 71863ea32ad..72cdf86e142 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/IntrospectedBeanDescriptor.java +++ b/validation/src/main/java/io/micronaut/validation/validator/IntrospectedBeanDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.validator; import io.micronaut.core.annotation.AnnotationValue; diff --git a/validation/src/main/java/io/micronaut/validation/validator/ReactiveValidator.java b/validation/src/main/java/io/micronaut/validation/validator/ReactiveValidator.java index acffb0eab58..3a509af393d 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/ReactiveValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/ReactiveValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.validator; import org.reactivestreams.Publisher; diff --git a/validation/src/main/java/io/micronaut/validation/validator/Validator.java b/validation/src/main/java/io/micronaut/validation/validator/Validator.java index 9690a681302..fee50516faf 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/Validator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/Validator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.validator; import io.micronaut.core.beans.BeanIntrospection; diff --git a/validation/src/main/java/io/micronaut/validation/validator/ValidatorConfiguration.java b/validation/src/main/java/io/micronaut/validation/validator/ValidatorConfiguration.java index 2d96f60a0a3..f0bdba5249c 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/ValidatorConfiguration.java +++ b/validation/src/main/java/io/micronaut/validation/validator/ValidatorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/AbstractPatternValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/AbstractPatternValidator.java index 156980a6398..75e0a26afd5 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/AbstractPatternValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/AbstractPatternValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidator.java index 3529bbae542..d1e9d610f3d 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorContext.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorContext.java index e51979c95af..4456eaa20c3 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorContext.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorRegistry.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorRegistry.java index cd262c612e2..2444ae19d95 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorRegistry.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/ConstraintValidatorRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMaxValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMaxValidator.java index 247b55ecb41..0db78d915b5 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMaxValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMaxValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMinValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMinValidator.java index f539e695889..95404380bb3 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMinValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/DecimalMinValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/DefaultConstraintValidators.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/DefaultConstraintValidators.java index 2761d06bc24..72fcb9ee6c0 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/DefaultConstraintValidators.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/DefaultConstraintValidators.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/DigitsValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/DigitsValidator.java index d3b62fda02a..6d0a03fb12b 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/DigitsValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/DigitsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/DomainNameUtil.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/DomainNameUtil.java index 6ad9e5f2f67..c61730188ba 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/DomainNameUtil.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/DomainNameUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/EmailValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/EmailValidator.java index 42c9dcba940..141b79c0358 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/EmailValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/EmailValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/PatternValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/PatternValidator.java index 8d464ce03e1..963c6c0c2da 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/PatternValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/PatternValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/constraints/SizeValidator.java b/validation/src/main/java/io/micronaut/validation/validator/constraints/SizeValidator.java index 48f6bfd72dd..64401b17937 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/constraints/SizeValidator.java +++ b/validation/src/main/java/io/micronaut/validation/validator/constraints/SizeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/extractors/DefaultValueExtractors.java b/validation/src/main/java/io/micronaut/validation/validator/extractors/DefaultValueExtractors.java index ffb9418e98b..217e8e51ec7 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/extractors/DefaultValueExtractors.java +++ b/validation/src/main/java/io/micronaut/validation/validator/extractors/DefaultValueExtractors.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/extractors/SimpleValueReceiver.java b/validation/src/main/java/io/micronaut/validation/validator/extractors/SimpleValueReceiver.java index 944de6254a8..cbe4d65093a 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/extractors/SimpleValueReceiver.java +++ b/validation/src/main/java/io/micronaut/validation/validator/extractors/SimpleValueReceiver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/extractors/UnwrapByDefaultValueExtractor.java b/validation/src/main/java/io/micronaut/validation/validator/extractors/UnwrapByDefaultValueExtractor.java index cffd093fc97..686ac59548c 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/extractors/UnwrapByDefaultValueExtractor.java +++ b/validation/src/main/java/io/micronaut/validation/validator/extractors/UnwrapByDefaultValueExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/extractors/ValueExtractorRegistry.java b/validation/src/main/java/io/micronaut/validation/validator/extractors/ValueExtractorRegistry.java index 77423ca41f4..fbee26232f9 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/extractors/ValueExtractorRegistry.java +++ b/validation/src/main/java/io/micronaut/validation/validator/extractors/ValueExtractorRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/validator/messages/DefaultValidationMessages.java b/validation/src/main/java/io/micronaut/validation/validator/messages/DefaultValidationMessages.java index 20b804ab93e..3f4177af075 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/messages/DefaultValidationMessages.java +++ b/validation/src/main/java/io/micronaut/validation/validator/messages/DefaultValidationMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.validator.messages; import io.micronaut.context.StaticMessageSource; diff --git a/validation/src/main/java/io/micronaut/validation/validator/resolver/CompositeTraversableResolver.java b/validation/src/main/java/io/micronaut/validation/validator/resolver/CompositeTraversableResolver.java index 001181e688a..33262a1bee1 100644 --- a/validation/src/main/java/io/micronaut/validation/validator/resolver/CompositeTraversableResolver.java +++ b/validation/src/main/java/io/micronaut/validation/validator/resolver/CompositeTraversableResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java b/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java index e9c8951a33c..f52bc9be524 100644 --- a/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java +++ b/validation/src/main/java/io/micronaut/validation/websocket/WebSocketVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/main/java/io/micronaut/validation/websocket/package-info.java b/validation/src/main/java/io/micronaut/validation/websocket/package-info.java index 5290886802b..53a99f4c1a6 100644 --- a/validation/src/main/java/io/micronaut/validation/websocket/package-info.java +++ b/validation/src/main/java/io/micronaut/validation/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java b/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java index c870e66b2c8..e53f6175cd5 100644 --- a/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java +++ b/validation/src/test/groovy/io/micronaut/validation/BookmarkController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/Foo.java b/validation/src/test/groovy/io/micronaut/validation/Foo.java index 830cba280d8..5585482958e 100644 --- a/validation/src/test/groovy/io/micronaut/validation/Foo.java +++ b/validation/src/test/groovy/io/micronaut/validation/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/JavaClient.java b/validation/src/test/groovy/io/micronaut/validation/JavaClient.java index 61571c14942..2811b4feee9 100644 --- a/validation/src/test/groovy/io/micronaut/validation/JavaClient.java +++ b/validation/src/test/groovy/io/micronaut/validation/JavaClient.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation; import io.micronaut.http.annotation.Get; diff --git a/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java b/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java index c5455c721fa..bb09501632f 100644 --- a/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java +++ b/validation/src/test/groovy/io/micronaut/validation/PaginationCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/Pojo.java b/validation/src/test/groovy/io/micronaut/validation/Pojo.java index 64b753acb7d..2eca6e29724 100644 --- a/validation/src/test/groovy/io/micronaut/validation/Pojo.java +++ b/validation/src/test/groovy/io/micronaut/validation/Pojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/PojoNoIntrospection.java b/validation/src/test/groovy/io/micronaut/validation/PojoNoIntrospection.java index a79a02de811..2f5825c9653 100644 --- a/validation/src/test/groovy/io/micronaut/validation/PojoNoIntrospection.java +++ b/validation/src/test/groovy/io/micronaut/validation/PojoNoIntrospection.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation; import javax.validation.constraints.Email; diff --git a/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java b/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java index e9bf6e21ee4..09ef257dee4 100644 --- a/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java +++ b/validation/src/test/groovy/io/micronaut/validation/ValidatedController.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/validation/src/test/groovy/io/micronaut/validation/validator/ast/SomeAnn.java b/validation/src/test/groovy/io/micronaut/validation/validator/ast/SomeAnn.java index 8678d673433..2b7477ee05c 100644 --- a/validation/src/test/groovy/io/micronaut/validation/validator/ast/SomeAnn.java +++ b/validation/src/test/groovy/io/micronaut/validation/validator/ast/SomeAnn.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation.validator.ast; import javax.validation.constraints.NotBlank; diff --git a/validation/src/test/groovy/io/micronaut/validation/validator/pojo/NameAndLastNameValidator.java b/validation/src/test/groovy/io/micronaut/validation/validator/pojo/NameAndLastNameValidator.java index 015fbc4392b..debbe2a3ec4 100644 --- a/validation/src/test/groovy/io/micronaut/validation/validator/pojo/NameAndLastNameValidator.java +++ b/validation/src/test/groovy/io/micronaut/validation/validator/pojo/NameAndLastNameValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package io.micronaut.validation.validator.pojo; import javax.validation.Constraint; diff --git a/validation/src/test/groovy/io/micronaut/validation/validator/pojo/ValidURLs.java b/validation/src/test/groovy/io/micronaut/validation/validator/pojo/ValidURLs.java index a57b4a026aa..6e7f8619c50 100644 --- a/validation/src/test/groovy/io/micronaut/validation/validator/pojo/ValidURLs.java +++ b/validation/src/test/groovy/io/micronaut/validation/validator/pojo/ValidURLs.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017-2020 original authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.micronaut.validation.validator.pojo; import javax.validation.Constraint; diff --git a/websocket/src/main/java/io/micronaut/websocket/CloseReason.java b/websocket/src/main/java/io/micronaut/websocket/CloseReason.java index 43535d5cd84..7aa0c4736ec 100644 --- a/websocket/src/main/java/io/micronaut/websocket/CloseReason.java +++ b/websocket/src/main/java/io/micronaut/websocket/CloseReason.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java index ddda72dba8d..8f44a879bf9 100644 --- a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java +++ b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java index 57762824e72..f4ff9e1fc19 100644 --- a/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java +++ b/websocket/src/main/java/io/micronaut/websocket/RxWebSocketSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java index 3f9fd5ad1a3..9ec36543bf2 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketBroadcaster.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java index b329aecf385..87969372453 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java index 135ad0d991b..982d8c4219c 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java b/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java index 793692de836..910a11a3abb 100644 --- a/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java +++ b/websocket/src/main/java/io/micronaut/websocket/WebSocketVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java b/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java index 4b245fedbac..8280ddfdf36 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/ClientWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java index 5c26581d7a9..f0af6e42c52 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnClose.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java index 8b1d27aad0c..8d9e8377aad 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnError.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java index a9069e872b0..d92cdab2c61 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java b/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java index 6f4a04c3bd1..30e135db286 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/OnOpen.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java b/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java index fa2573c323b..a6f2739c09e 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/ServerWebSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java index 39ab5685a32..afc96497df6 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java index 4678ec0b82a..c12e509729f 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/WebSocketMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java b/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java index e3c84239cfb..fa69fca1729 100644 --- a/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/annotation/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java index 51759b48ff2..6fabd923df4 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java index dec0cd267fc..4e95bc8a9c7 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java index a20d2a203e4..4c57f6cd6e4 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/WebSocketStateBinderRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java b/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java index 75e1bfd1dce..363fa5adde0 100644 --- a/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/bind/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java b/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java index 35699a6a981..7033e58b346 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/DefaultWebSocketBeanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java index 644245d5ad0..421c9225151 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java index cb6430b193e..fe2d23a9d25 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/WebSocketBeanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/context/package-info.java b/websocket/src/main/java/io/micronaut/websocket/context/package-info.java index 2dd9ab9813b..d4698ab4ee0 100644 --- a/websocket/src/main/java/io/micronaut/websocket/context/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/context/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java index 212eeea4075..c13f152492a 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java index a7042bbb9c3..f651dc393bd 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketMessageProcessedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java index a9d1eeec247..57b23141bd6 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionClosedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java index f4360e789c0..137fb299427 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/WebSocketSessionOpenEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/event/package-info.java b/websocket/src/main/java/io/micronaut/websocket/event/package-info.java index 6db51efd215..5a10f488eee 100644 --- a/websocket/src/main/java/io/micronaut/websocket/event/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/event/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java index ea3f121523a..842d88ef85c 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java index 67469043df3..5e79e649650 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java index b037c77ba08..03c73427dcf 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/WebSocketSessionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java b/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java index 4f53a3b56ce..48fdf73eba4 100644 --- a/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java b/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java index 2e37340113f..8fc85569699 100644 --- a/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java +++ b/websocket/src/main/java/io/micronaut/websocket/interceptor/ClientWebSocketInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java b/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java index 680a71f7116..da8bb404aa3 100644 --- a/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java +++ b/websocket/src/main/java/io/micronaut/websocket/interceptor/WebSocketSessionAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java b/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java index 8756d894710..207f8dd3499 100644 --- a/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/interceptor/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/websocket/src/main/java/io/micronaut/websocket/package-info.java b/websocket/src/main/java/io/micronaut/websocket/package-info.java index 690031bfd1c..b509232bd09 100644 --- a/websocket/src/main/java/io/micronaut/websocket/package-info.java +++ b/websocket/src/main/java/io/micronaut/websocket/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2019 original authors + * Copyright 2017-2020 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.