From 9b0feaa1610928e343ad9a63fa34a5c200ba99be Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Wed, 7 Oct 2020 16:23:00 +0300 Subject: [PATCH] Fix more licencing headers that CI build complains about --- .../contrib/java/spring/jaeger/starter/ReporterAppender.java | 2 +- .../java/spring/jaeger/starter/TracerBuilderCustomizer.java | 2 +- .../customizers/ExpandExceptionLogsTracerBuilderCustomizer.java | 2 +- .../java/spring/jaeger/starter/AbstractTracerSpringTest.java | 2 +- .../jaeger/starter/basic/JaegerTracerBackoffSpringTest.java | 2 +- .../jaeger/starter/basic/JaegerTracerDisabledSpringTest.java | 2 +- .../starter/basic/JaegerTracerExplicitlyEnabledSpringTest.java | 2 +- .../basic/JaegerTracerHttpSenderConfiguredSpringTest.java | 2 +- .../starter/basic/JaegerTracerImplicitlyEnabledSpringTest.java | 2 +- .../starter/basic/JaegerTracerNoSenderConfiguredSpringTest.java | 2 +- .../starter/basic/JaegerTracerServiceNameNotSetSpringTest.java | 2 +- .../starter/basic/JaegerTracerServiceNameSetSpringTest.java | 2 +- .../JaegerTracerB3CustomerizerDisabledSpringTest.java | 2 +- .../customizer/JaegerTracerB3CustomerizerEnabledSpringTest.java | 2 +- .../JaegerTracerExpandExceptionLogsDisabledSpringTest.java | 2 +- .../JaegerTracerExpandExceptionLogsEnabledSpringTest.java | 2 +- .../web/jaeger/starter/it/DemoSpringBootWebApplication.java | 2 +- .../spring/web/jaeger/starter/it/JaegerIntegrationTest.java | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/ReporterAppender.java b/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/ReporterAppender.java index 08a64b2..ebbd03f 100644 --- a/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/ReporterAppender.java +++ b/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/ReporterAppender.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/TracerBuilderCustomizer.java b/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/TracerBuilderCustomizer.java index 4a1cb77..cf96260 100644 --- a/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/TracerBuilderCustomizer.java +++ b/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/TracerBuilderCustomizer.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/customizers/ExpandExceptionLogsTracerBuilderCustomizer.java b/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/customizers/ExpandExceptionLogsTracerBuilderCustomizer.java index a2c0779..2ad5f26 100644 --- a/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/customizers/ExpandExceptionLogsTracerBuilderCustomizer.java +++ b/opentracing-spring-jaeger-starter/src/main/java/io/opentracing/contrib/java/spring/jaeger/starter/customizers/ExpandExceptionLogsTracerBuilderCustomizer.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/AbstractTracerSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/AbstractTracerSpringTest.java index 9cdfb1c..aecf37f 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/AbstractTracerSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/AbstractTracerSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerBackoffSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerBackoffSpringTest.java index 58de05a..a7de73c 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerBackoffSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerBackoffSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerDisabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerDisabledSpringTest.java index 7cf8966..1c05f80 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerDisabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerDisabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerExplicitlyEnabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerExplicitlyEnabledSpringTest.java index 7bcfe7f..8fb3745 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerExplicitlyEnabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerExplicitlyEnabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerHttpSenderConfiguredSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerHttpSenderConfiguredSpringTest.java index 43dad2f..83ab62f 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerHttpSenderConfiguredSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerHttpSenderConfiguredSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerImplicitlyEnabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerImplicitlyEnabledSpringTest.java index 9cad76f..b8b7977 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerImplicitlyEnabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerImplicitlyEnabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerNoSenderConfiguredSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerNoSenderConfiguredSpringTest.java index d925f7f..024448c 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerNoSenderConfiguredSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerNoSenderConfiguredSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameNotSetSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameNotSetSpringTest.java index 50eb474..2a13411 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameNotSetSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameNotSetSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameSetSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameSetSpringTest.java index 7b3c411..60c54dc 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameSetSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/basic/JaegerTracerServiceNameSetSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerDisabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerDisabledSpringTest.java index 494c91b..1ce74f5 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerDisabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerDisabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerEnabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerEnabledSpringTest.java index 7fd72c3..e6e9863 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerEnabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerB3CustomerizerEnabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsDisabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsDisabledSpringTest.java index 64d63f3..824f9ed 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsDisabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsDisabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsEnabledSpringTest.java b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsEnabledSpringTest.java index 0ecbc03..504584a 100644 --- a/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsEnabledSpringTest.java +++ b/opentracing-spring-jaeger-starter/src/test/java/io/opentracing/contrib/java/spring/jaeger/starter/customizer/JaegerTracerExpandExceptionLogsEnabledSpringTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/DemoSpringBootWebApplication.java b/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/DemoSpringBootWebApplication.java index d08d810..24324a1 100644 --- a/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/DemoSpringBootWebApplication.java +++ b/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/DemoSpringBootWebApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at diff --git a/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/JaegerIntegrationTest.java b/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/JaegerIntegrationTest.java index 5e81c37..4bacd63 100644 --- a/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/JaegerIntegrationTest.java +++ b/opentracing-spring-jaeger-web-starter-it/src/test/java/io/opentracing/contrib/java/spring/web/jaeger/starter/it/JaegerIntegrationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2018 The OpenTracing Authors + * Copyright 2018-2020 The OpenTracing Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at