From 3d2436e7b526cb34ef01f1fbfa9dc7854cbe258d Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 10 Apr 2024 13:08:58 -1000 Subject: [PATCH] license: removes copyright year and uses SPDX ID Signed-off-by: Adrian Cole --- .editorconfig | 13 ++-------- .github/CONTRIBUTING.md | 17 +++---------- .github/workflows/create_release.yml | 1 - .github/workflows/test.yml | 2 -- .settings.xml | 13 ++-------- NOTICE | 3 ++- RELEASE.md | 25 ------------------- brave-bom/pom.xml | 13 ++-------- brave-tests/pom.xml | 13 ++-------- .../src/main/java/brave/test/ITRemote.java | 13 ++-------- .../test/IntegrationTestSpanHandler.java | 13 ++-------- .../main/java/brave/test/TestSpanHandler.java | 13 ++-------- .../B3SingleFormatClassLoaderTest.java | 13 ++-------- .../propagation/CurrentTraceContextTest.java | 13 ++-------- .../propagation/PropagationSetterTest.java | 13 ++-------- .../test/propagation/PropagationTest.java | 13 ++-------- .../brave/test/util/AssertableCallback.java | 13 ++-------- .../java/brave/test/util/ClassLoaders.java | 13 ++-------- .../brave/test/util/GarbageCollectors.java | 14 ++--------- .../java/brave/TracingClassLoaderTest.java | 13 ++-------- .../internal/PlatformClassLoaderTest.java | 13 ++-------- .../NoopAwareSpanHandlerClassLoaderTest.java | 13 ++-------- .../recorder/PendingSpansClassLoaderTest.java | 13 ++-------- .../brave/propagation/B3PropagationTest.java | 13 ++-------- ...ritableDefaultCurrentTraceContextTest.java | 13 ++-------- .../StrictCurrentTraceContextTest.java | 13 ++-------- ...calCurrentTraceContextClassLoaderTest.java | 13 ++-------- .../ThreadLocalCurrentTraceContextTest.java | 13 ++-------- .../ThreadLocalSpanClassLoaderTest.java | 13 ++-------- .../TraceContextClassLoaderTest.java | 13 ++-------- .../propagation/URLConnectionSetterTest.java | 13 ++-------- .../test/java/brave/test/ITRemoteTest.java | 13 ++-------- .../test/IntegrationTestSpanHandlerTest.java | 13 ++-------- .../brave/test/util/ClassLoadersTest.java | 13 ++-------- brave/pom.xml | 13 ++-------- brave/src/it/no_deps/pom.xml | 13 ++-------- .../test/java/brave/no_deps/TracingTest.java | 13 ++-------- brave/src/main/java/brave/Clock.java | 13 ++-------- .../java/brave/CurrentSpanCustomizer.java | 13 ++-------- brave/src/main/java/brave/LazySpan.java | 13 ++-------- brave/src/main/java/brave/NoopScopedSpan.java | 13 ++-------- brave/src/main/java/brave/NoopSpan.java | 13 ++-------- .../main/java/brave/NoopSpanCustomizer.java | 13 ++-------- brave/src/main/java/brave/RealScopedSpan.java | 13 ++-------- brave/src/main/java/brave/RealSpan.java | 13 ++-------- brave/src/main/java/brave/Request.java | 13 ++-------- brave/src/main/java/brave/Response.java | 13 ++-------- brave/src/main/java/brave/ScopedSpan.java | 13 ++-------- brave/src/main/java/brave/Span.java | 13 ++-------- brave/src/main/java/brave/SpanCustomizer.java | 13 ++-------- .../main/java/brave/SpanCustomizerShield.java | 13 ++-------- brave/src/main/java/brave/Tag.java | 13 ++-------- brave/src/main/java/brave/Tags.java | 13 ++-------- brave/src/main/java/brave/Tracer.java | 13 ++-------- brave/src/main/java/brave/Tracing.java | 13 ++-------- .../main/java/brave/TracingCustomizer.java | 13 ++-------- .../main/java/brave/baggage/BaggageField.java | 13 ++-------- .../java/brave/baggage/BaggageFields.java | 13 ++-------- .../brave/baggage/BaggagePropagation.java | 13 ++-------- .../baggage/BaggagePropagationConfig.java | 13 ++-------- .../baggage/BaggagePropagationCustomizer.java | 13 ++-------- .../brave/baggage/CorrelationFlushScope.java | 13 ++-------- .../brave/baggage/CorrelationScopeConfig.java | 13 ++-------- .../baggage/CorrelationScopeCustomizer.java | 13 ++-------- .../baggage/CorrelationScopeDecorator.java | 13 ++-------- .../brave/baggage/CorrelationUpdateScope.java | 13 ++-------- .../main/java/brave/handler/MutableSpan.java | 13 ++-------- .../handler/MutableSpanBytesEncoder.java | 13 ++-------- .../main/java/brave/handler/SpanHandler.java | 13 ++-------- .../brave/internal/CorrelationContext.java | 13 ++-------- .../brave/internal/InternalPropagation.java | 13 ++-------- .../main/java/brave/internal/Nullable.java | 13 ++-------- .../main/java/brave/internal/Platform.java | 13 ++-------- .../brave/internal/RecyclableBuffers.java | 13 ++-------- .../main/java/brave/internal/Throwables.java | 13 ++-------- .../internal/WrappingExecutorService.java | 13 ++-------- .../brave/internal/baggage/BaggageCodec.java | 13 ++-------- .../internal/baggage/BaggageContext.java | 13 ++-------- .../brave/internal/baggage/BaggageFields.java | 13 ++-------- .../internal/baggage/ExtraBaggageContext.java | 13 ++-------- .../baggage/SingleFieldBaggageCodec.java | 13 ++-------- .../brave/internal/codec/CharSequences.java | 13 ++-------- .../brave/internal/codec/EntrySplitter.java | 13 ++-------- .../java/brave/internal/codec/HexCodec.java | 13 ++-------- .../java/brave/internal/codec/IpLiteral.java | 13 ++-------- .../brave/internal/codec/JsonEscaper.java | 13 ++-------- .../java/brave/internal/codec/JsonWriter.java | 13 ++-------- .../brave/internal/codec/WriteBuffer.java | 13 ++-------- .../internal/codec/ZipkinV2JsonWriter.java | 13 ++-------- .../java/brave/internal/collect/Lists.java | 13 ++-------- .../brave/internal/collect/LongBitSet.java | 13 ++-------- .../internal/collect/UnsafeArrayMap.java | 13 ++-------- .../internal/collect/WeakConcurrentMap.java | 13 ++-------- .../main/java/brave/internal/extra/Extra.java | 13 ++-------- .../brave/internal/extra/ExtraFactory.java | 13 ++-------- .../java/brave/internal/extra/MapExtra.java | 13 ++-------- .../brave/internal/extra/MapExtraFactory.java | 13 ++-------- .../handler/NoopAwareSpanHandler.java | 13 ++-------- .../brave/internal/handler/OrphanTracker.java | 13 ++-------- .../internal/propagation/InjectorFactory.java | 13 ++-------- .../brave/internal/recorder/PendingSpan.java | 13 ++-------- .../brave/internal/recorder/PendingSpans.java | 13 ++-------- .../brave/internal/recorder/TickClock.java | 13 ++-------- .../java/brave/propagation/B3Propagation.java | 13 ++-------- .../brave/propagation/B3SingleFormat.java | 13 ++-------- .../propagation/B3SinglePropagation.java | 13 ++-------- .../propagation/CurrentTraceContext.java | 13 ++-------- .../CurrentTraceContextCustomizer.java | 13 ++-------- .../java/brave/propagation/Propagation.java | 13 ++-------- .../java/brave/propagation/SamplingFlags.java | 13 ++-------- .../StrictCurrentTraceContext.java | 13 ++-------- .../propagation/StrictScopeDecorator.java | 13 ++-------- .../ThreadLocalCurrentTraceContext.java | 13 ++-------- .../brave/propagation/ThreadLocalSpan.java | 13 ++-------- .../java/brave/propagation/TraceContext.java | 13 ++-------- .../TraceContextOrSamplingFlags.java | 13 ++-------- .../brave/propagation/TraceIdContext.java | 13 ++-------- .../java/brave/sampler/BoundarySampler.java | 13 ++-------- .../java/brave/sampler/CountingSampler.java | 13 ++-------- .../brave/sampler/DeclarativeSampler.java | 13 ++-------- .../src/main/java/brave/sampler/Matcher.java | 13 ++-------- .../src/main/java/brave/sampler/Matchers.java | 13 ++-------- .../brave/sampler/ParameterizedSampler.java | 13 ++-------- .../brave/sampler/RateLimitingSampler.java | 13 ++-------- .../src/main/java/brave/sampler/Sampler.java | 13 ++-------- .../java/brave/sampler/SamplerFunction.java | 13 ++-------- .../java/brave/sampler/SamplerFunctions.java | 13 ++-------- .../java/brave/CurrentSpanCustomizerTest.java | 13 ++-------- ...urrentTraceContextExecutorServiceTest.java | 13 ++-------- .../CurrentTraceContextExecutorTest.java | 13 ++-------- .../test/java/brave/CurrentTracingTest.java | 13 ++-------- .../test/java/brave/GarbageCollectors.java | 14 ++--------- brave/src/test/java/brave/LazySpanTest.java | 13 ++-------- brave/src/test/java/brave/NoopSpanTest.java | 13 ++-------- .../java/brave/RealSpanCustomizerTest.java | 13 ++-------- brave/src/test/java/brave/RealSpanTest.java | 13 ++-------- brave/src/test/java/brave/RequestTest.java | 13 ++-------- brave/src/test/java/brave/ResponseTest.java | 13 ++-------- .../java/brave/SpanCustomizerShieldTest.java | 13 ++-------- brave/src/test/java/brave/TagTest.java | 13 ++-------- brave/src/test/java/brave/TagsTest.java | 13 ++-------- brave/src/test/java/brave/TracerTest.java | 13 ++-------- brave/src/test/java/brave/TracingTest.java | 13 ++-------- brave/src/test/java/brave/baggage/Access.java | 13 ++-------- .../java/brave/baggage/BaggageFieldTest.java | 13 ++-------- .../java/brave/baggage/BaggageFieldsTest.java | 13 ++-------- .../brave/baggage/BaggagePropagationTest.java | 13 ++-------- .../CorrelationScopeDecoratorTest.java | 13 ++-------- .../CustomScopedClockTracingTest.java | 13 ++-------- .../baggage/BaggageInSingleHeaderTest.java | 13 ++-------- .../features/baggage/SingleHeaderCodec.java | 13 ++-------- .../FinagleContextInteropTest.java | 13 ++-------- .../finagle_context/package-info.java | 13 ++-------- .../handler/CountingChildrenTest.java | 13 ++-------- .../features/handler/DefaultTagsTest.java | 13 ++-------- .../handler/MutableSpanAsyncReporterTest.java | 13 ++-------- .../handler/RedactingSpanHandlerTest.java | 13 ++-------- .../features/handler/SkeletalSpansTest.java | 13 ++-------- .../handler/SpanMetricsCustomizer.java | 13 ++-------- .../handler/SpanMetricsCustomizerTest.java | 13 ++-------- .../brave/features/handler/package-info.java | 13 ++-------- .../brave/features/opentracing/BraveSpan.java | 13 ++-------- .../opentracing/BraveSpanBuilder.java | 13 ++-------- .../opentracing/BraveSpanContext.java | 13 ++-------- .../features/opentracing/BraveTracer.java | 13 ++-------- .../opentracing/OpenTracingAdapterTest.java | 13 ++-------- .../opentracing/TextMapPropagation.java | 13 ++-------- .../features/opentracing/package-info.java | 13 ++-------- .../java/brave/features/package-info.java | 14 ++--------- .../propagation/CustomTraceIdPropagation.java | 13 ++-------- .../propagation/HackedTraceIdTest.java | 13 ++-------- .../propagation/SetOnceBaggageTest.java | 13 ++-------- .../features/propagation/package-info.java | 13 ++-------- .../features/sampler/AspectJSamplerTest.java | 13 ++-------- .../handler/MutableSpanBytesEncoderTest.java | 13 ++-------- .../java/brave/handler/MutableSpanTest.java | 13 ++-------- .../internal/InternalPropagationTest.java | 13 ++-------- .../java/brave/internal/PlatformTest.java | 13 ++-------- .../internal/codec/CharSequencesTest.java | 13 ++-------- .../internal/codec/EntrySplitterTest.java | 13 ++-------- .../brave/internal/codec/HexCodecTest.java | 13 ++-------- .../brave/internal/codec/IpLiteralTest.java | 13 ++-------- .../brave/internal/codec/JsonEscaperTest.java | 13 ++-------- .../brave/internal/codec/JsonWriterTest.java | 13 ++-------- .../brave/internal/codec/WriteBufferTest.java | 13 ++-------- .../codec/ZipkinV2JsonWriterTest.java | 13 ++-------- .../brave/internal/collect/ListsTest.java | 13 ++-------- .../internal/collect/UnsafeArrayMapTest.java | 13 ++-------- .../collect/WeakConcurrentMapTest.java | 13 ++-------- .../brave/internal/extra/BasicMapExtra.java | 13 ++-------- .../internal/extra/ExtraFactoryTest.java | 13 ++-------- .../brave/internal/extra/MapExtraTest.java | 13 ++-------- .../handler/NoopAwareSpanHandlerTest.java | 13 ++-------- .../internal/handler/OrphanTrackerTest.java | 13 ++-------- .../propagation/InjectorFactoryTest.java | 13 ++-------- .../internal/recorder/PendingSpansTest.java | 13 ++-------- .../internal/recorder/TickClockTest.java | 13 ++-------- .../brave/propagation/B3PropagationTest.java | 13 ++-------- .../brave/propagation/B3SingleFormatTest.java | 13 ++-------- .../propagation/PropagationConstantsTest.java | 13 ++-------- .../propagation/PropagationFactoryTest.java | 13 ++-------- .../brave/propagation/SamplingFlagsTest.java | 13 ++-------- .../propagation/StrictScopeDecoratorTest.java | 13 ++-------- .../propagation/ThreadLocalSpanTest.java | 13 ++-------- .../TraceContextOrSamplingFlagsTest.java | 13 ++-------- .../brave/propagation/TraceContextTest.java | 13 ++-------- .../brave/propagation/TraceIdContextTest.java | 13 ++-------- .../brave/sampler/BoundarySamplerTest.java | 13 ++-------- .../brave/sampler/CountingSamplerTest.java | 13 ++-------- .../brave/sampler/DeclarativeSamplerTest.java | 13 ++-------- .../test/java/brave/sampler/MatchersTest.java | 13 ++-------- .../sampler/ParameterizedSamplerTest.java | 13 ++-------- .../sampler/RateLimitingSamplerSoakTest.java | 13 ++-------- .../sampler/RateLimitingSamplerTest.java | 13 ++-------- .../brave/sampler/SamplerFunctionsTest.java | 13 ++-------- .../test/java/brave/sampler/SamplerTest.java | 13 ++-------- .../test/java/brave/test/TestSpanHandler.java | 13 ++-------- build-bin/docker/configure_docker | 13 ++-------- build-bin/git/login_git | 13 ++-------- build-bin/git/version_from_trigger_tag | 13 ++-------- build-bin/gpg/configure_gpg | 13 ++-------- build-bin/javadoc_to_gh_pages | 13 ++-------- build-bin/maven/maven_deploy | 13 ++-------- build-bin/maven/maven_go_offline | 13 ++-------- build-bin/maven/maven_opts | 13 ++-------- build-bin/maven/maven_release | 13 ++-------- context/jfr/pom.xml | 13 ++-------- .../brave/context/jfr/JfrScopeDecorator.java | 13 ++-------- .../context/jfr/JfrScopeDecoratorTest.java | 13 ++-------- context/log4j12/pom.xml | 13 ++-------- context/log4j12/src/it/log4j12/pom.xml | 13 ++-------- .../context/log4j12/MDCScopeDecorator.java | 13 ++-------- .../log4j12/MDCScopeDecoratorTest.java | 13 ++-------- context/log4j2/pom.xml | 13 ++-------- .../log4j2/ThreadContextScopeDecorator.java | 13 ++-------- .../ThreadContextScopeDecoratorTest.java | 13 ++-------- context/pom.xml | 13 ++-------- context/slf4j/pom.xml | 13 ++-------- .../context/slf4j/MDCScopeDecorator.java | 13 ++-------- .../context/slf4j/MDCScopeDecoratorTest.java | 13 ++-------- instrumentation/benchmarks/pom.xml | 13 ++-------- .../benchmarks/src/test/assembly/test-jar.xml | 13 ++-------- .../test/java/brave/EndToEndBenchmarks.java | 13 ++-------- .../src/test/java/brave/TracerBenchmarks.java | 13 ++-------- .../baggage/BaggagePropagationBenchmarks.java | 13 ++-------- .../brave/handler/MutableSpanBenchmarks.java | 13 ++-------- .../java/brave/http/HttpClientBenchmarks.java | 13 ++-------- .../java/brave/http/HttpServerBenchmarks.java | 13 ++-------- .../ApacheHttpAsyncClientBenchmarks.java | 13 ++-------- .../ApacheHttpClientBenchmarks.java | 13 ++-------- .../brave/internal/PlatformBenchmarks.java | 13 ++-------- .../codec/CharSequencesBenchmarks.java | 13 ++-------- .../codec/EntrySplitterBenchmarks.java | 13 ++-------- .../codec/ZipkinV2JsonWriterBenchmarks.java | 13 ++-------- .../NoopAwareSpanHandlerBenchmarks.java | 13 ++-------- .../brave/jaxrs2/JaxRs2ClientBenchmarks.java | 13 ++-------- .../brave/jaxrs2/JaxRs2ServerBenchmarks.java | 13 ++-------- .../jersey/server/FakeExtendedUriInfo.java | 13 ++-------- .../jersey/server/JerseyServerBenchmarks.java | 13 ++-------- ...icationEventListenerAdapterBenchmarks.java | 13 ++-------- .../jms/JmsMessageProducerBenchmarks.java | 13 ++-------- .../clients/TracingProducerBenchmarks.java | 13 ++-------- .../brave/netty/http/HelloWorldHandler.java | 13 ++-------- .../netty/http/NettyHttpServerBenchmarks.java | 13 ++-------- .../brave/okhttp3/OkHttpClientBenchmarks.java | 13 ++-------- .../propagation/B3PropagationBenchmarks.java | 13 ++-------- .../B3SinglePropagationBenchmarks.java | 13 ++-------- .../CurrentTraceContextBenchmarks.java | 13 ++-------- .../java/brave/sampler/SamplerBenchmarks.java | 13 ++-------- .../java/brave/servlet/ServletBenchmarks.java | 13 ++-------- .../internal/ServletRuntimeBenchmarks.java | 13 ++-------- ...TracingMessagePostProcessorBenchmarks.java | 13 ++-------- .../web/AsyncRestTemplateBenchmarks.java | 13 ++-------- .../spring/web/RestTemplateBenchmarks.java | 13 ++-------- .../brave/spring/webmvc/WebMvcBenchmarks.java | 13 ++-------- instrumentation/dubbo/pom.xml | 13 ++-------- .../java/brave/dubbo/DubboClientRequest.java | 13 ++-------- .../java/brave/dubbo/DubboClientResponse.java | 13 ++-------- .../main/java/brave/dubbo/DubboParser.java | 13 ++-------- .../main/java/brave/dubbo/DubboRequest.java | 13 ++-------- .../main/java/brave/dubbo/DubboResponse.java | 13 ++-------- .../java/brave/dubbo/DubboServerRequest.java | 13 ++-------- .../java/brave/dubbo/DubboServerResponse.java | 13 ++-------- .../src/main/java/brave/dubbo/FinishSpan.java | 13 ++-------- .../main/java/brave/dubbo/TracingFilter.java | 13 ++-------- .../brave/dubbo/DubboClientRequestTest.java | 13 ++-------- .../brave/dubbo/DubboClientResponseTest.java | 13 ++-------- .../java/brave/dubbo/DubboParserTest.java | 13 ++-------- .../brave/dubbo/DubboServerRequestTest.java | 13 ++-------- .../brave/dubbo/DubboServerResponseTest.java | 13 ++-------- .../test/java/brave/dubbo/FinishSpanTest.java | 13 ++-------- .../test/java/brave/dubbo/GraterService.java | 13 ++-------- .../test/java/brave/dubbo/GreeterService.java | 13 ++-------- .../java/brave/dubbo/ITTracingFilter.java | 13 ++-------- .../brave/dubbo/ITTracingFilter_Consumer.java | 13 ++-------- .../brave/dubbo/ITTracingFilter_Provider.java | 13 ++-------- .../test/java/brave/dubbo/PickUnusedPort.java | 13 ++-------- .../src/test/java/brave/dubbo/TestServer.java | 13 ++-------- instrumentation/grpc/pom.xml | 13 ++-------- .../grpc/src/it/grpc_floor/pom.xml | 13 ++-------- .../grpc12/ITTracingClientInterceptor.java | 13 ++-------- .../grpc12/ITTracingServerInterceptor.java | 13 ++-------- .../java/brave/grpc/GrpcClientRequest.java | 13 ++-------- .../java/brave/grpc/GrpcClientResponse.java | 13 ++-------- .../src/main/java/brave/grpc/GrpcParser.java | 13 ++-------- .../main/java/brave/grpc/GrpcPropagation.java | 13 ++-------- .../src/main/java/brave/grpc/GrpcRequest.java | 13 ++-------- .../main/java/brave/grpc/GrpcResponse.java | 13 ++-------- .../java/brave/grpc/GrpcServerRequest.java | 13 ++-------- .../java/brave/grpc/GrpcServerResponse.java | 13 ++-------- .../src/main/java/brave/grpc/GrpcTracing.java | 13 ++-------- .../brave/grpc/TracingClientInterceptor.java | 13 ++-------- .../brave/grpc/TracingServerInterceptor.java | 13 ++-------- .../grpc/BaseITTracingClientInterceptor.java | 13 ++-------- .../grpc/BaseITTracingServerInterceptor.java | 13 ++-------- .../src/test/java/brave/grpc/GreeterImpl.java | 13 ++-------- .../brave/grpc/GrpcClientRequestTest.java | 13 ++-------- .../brave/grpc/GrpcClientResponseTest.java | 13 ++-------- .../test/java/brave/grpc/GrpcParserTest.java | 13 ++-------- .../brave/grpc/GrpcServerRequestTest.java | 13 ++-------- .../brave/grpc/GrpcServerResponseTest.java | 13 ++-------- .../grpc/ITTracingClientInterceptor.java | 13 ++-------- .../grpc/ITTracingServerInterceptor.java | 13 ++-------- .../test/java/brave/grpc/PickUnusedPort.java | 13 ++-------- .../src/test/java/brave/grpc/TestObjects.java | 13 ++-------- .../src/test/java/brave/grpc/TestServer.java | 13 ++-------- instrumentation/http-tests-jakarta/pom.xml | 13 ++-------- .../jakarta/http/ITServlet5Container.java | 13 ++-------- .../jakarta/http/Jetty11ServerController.java | 13 ++-------- instrumentation/http-tests/pom.xml | 13 ++-------- .../brave/test/http/ITHttpAsyncClient.java | 13 ++-------- .../java/brave/test/http/ITHttpClient.java | 13 ++-------- .../java/brave/test/http/ITHttpServer.java | 13 ++-------- .../brave/test/http/ITServlet25Container.java | 13 ++-------- .../brave/test/http/ITServlet3Container.java | 13 ++-------- .../brave/test/http/ITServletContainer.java | 13 ++-------- .../test/http/Jetty9ServerController.java | 13 ++-------- .../main/java/brave/test/http/Log4J2Log.java | 13 ++-------- .../brave/test/http/ServletContainer.java | 13 ++-------- .../http/features/RequestSamplingTest.java | 13 ++-------- .../http/features/TracingDispatcher.java | 13 ++-------- .../http/features/TracingInterceptor.java | 13 ++-------- instrumentation/http/pom.xml | 13 ++-------- .../java/brave/http/HttpClientHandler.java | 13 ++-------- .../java/brave/http/HttpClientRequest.java | 13 ++-------- .../java/brave/http/HttpClientResponse.java | 13 ++-------- .../src/main/java/brave/http/HttpHandler.java | 13 ++-------- .../src/main/java/brave/http/HttpRequest.java | 13 ++-------- .../java/brave/http/HttpRequestMatchers.java | 13 ++-------- .../java/brave/http/HttpRequestParser.java | 13 ++-------- .../main/java/brave/http/HttpResponse.java | 13 ++-------- .../java/brave/http/HttpResponseParser.java | 13 ++-------- .../main/java/brave/http/HttpRuleSampler.java | 13 ++-------- .../java/brave/http/HttpServerHandler.java | 13 ++-------- .../java/brave/http/HttpServerRequest.java | 13 ++-------- .../java/brave/http/HttpServerResponse.java | 13 ++-------- .../src/main/java/brave/http/HttpTags.java | 13 ++-------- .../src/main/java/brave/http/HttpTracing.java | 13 ++-------- .../brave/http/HttpTracingCustomizer.java | 13 ++-------- .../brave/http/CurrentHttpTracingTest.java | 13 ++-------- .../brave/http/HttpClientHandlerTest.java | 13 ++-------- .../http/HttpClientRequestSetterTest.java | 13 ++-------- .../test/java/brave/http/HttpHandlerTest.java | 13 ++-------- .../brave/http/HttpRequestMatchersTest.java | 13 ++-------- .../brave/http/HttpResponseParserTest.java | 13 ++-------- .../java/brave/http/HttpRuleSamplerTest.java | 13 ++-------- .../brave/http/HttpServerHandlerTest.java | 13 ++-------- .../brave/http/HttpServerRequestTest.java | 13 ++-------- .../test/java/brave/http/HttpTagsTest.java | 13 ++-------- .../test/java/brave/http/HttpTracingTest.java | 13 ++-------- .../brave/http/ITHttpTracingClassLoader.java | 13 ++-------- instrumentation/httpasyncclient/pom.xml | 13 ++-------- .../TracingHttpAsyncClientBuilder.java | 13 ++-------- .../HttpResponseWrapperTest.java | 13 ++-------- .../ITTracingHttpAsyncClientBuilder.java | 13 ++-------- .../TracingHttpAsyncClientBuilderTest.java | 13 ++-------- instrumentation/httpclient/pom.xml | 13 ++-------- .../src/it/httpclient_floor/pom.xml | 13 ++-------- .../ITTracingCachingHttpClientBuilder.java | 13 ++-------- .../ITTracingHttpClientBuilder.java | 13 ++-------- .../TracingCachingHttpClientBuilder.java | 13 ++-------- .../httpclient/TracingHttpClientBuilder.java | 13 ++-------- .../brave/httpclient/TracingMainExec.java | 13 ++-------- .../brave/httpclient/TracingProtocolExec.java | 13 ++-------- .../httpclient/HttpResponseWrapperTest.java | 13 ++-------- .../ITTracingCachingHttpClientBuilder.java | 13 ++-------- .../ITTracingHttpClientBuilder.java | 13 ++-------- instrumentation/httpclient5/pom.xml | 13 ++-------- .../httpclient5/AsyncExecCallbackWrapper.java | 14 ++--------- .../httpclient5/AsyncHandleSendHandler.java | 13 ++-------- .../httpclient5/HandleReceiveHandler.java | 13 ++-------- .../brave/httpclient5/HandleSendHandler.java | 14 ++--------- .../brave/httpclient5/HttpClient5Tracing.java | 14 ++--------- .../brave/httpclient5/HttpClientUtils.java | 14 ++--------- .../brave/httpclient5/HttpRequestWrapper.java | 14 ++--------- .../httpclient5/HttpResponseWrapper.java | 14 ++--------- .../TraceContextCloseScopeInterceptor.java | 14 ++--------- .../TraceContextFutureCallback.java | 14 ++--------- .../TraceContextOpenScopeInterceptor.java | 14 ++--------- .../httpclient5/TracingHttpAsyncClient.java | 14 ++--------- .../httpclient5/HttpResponseWrapperTest.java | 14 ++--------- .../ITTracingCachingH2ClientBuilder.java | 14 ++--------- ...TTracingCachingHttpAsyncClientBuilder.java | 14 ++--------- .../ITTracingCachingHttpClientBuilder.java | 14 ++--------- .../ITTracingH2AsyncClientBuilder.java | 14 ++--------- .../ITTracingHttpAsyncClientBuilder.java | 14 ++--------- .../ITTracingHttpClientBuilder.java | 14 ++--------- instrumentation/jakarta-jms/pom.xml | 13 ++-------- instrumentation/jaxrs2/pom.xml | 13 ++-------- .../java/brave/jaxrs2/ContainerParser.java | 13 ++-------- .../SpanCustomizingContainerFilter.java | 13 ++-------- .../brave/jaxrs2/TracingClientFilter.java | 13 ++-------- .../ClientRequestContextWrapperTest.java | 13 ++-------- .../ClientResponseContextWrapperTest.java | 13 ++-------- .../ITSpanCustomizingContainerFilter.java | 13 ++-------- .../jaxrs2/ITTracingJaxRSClientBuilder.java | 13 ++-------- .../test/java/brave/jaxrs2/InjectionTest.java | 13 ++-------- .../test/java/brave/jaxrs2/TestResource.java | 13 ++-------- instrumentation/jersey-server/pom.xml | 13 ++-------- .../java/brave/jersey/server/EventParser.java | 13 ++-------- ...anCustomizingApplicationEventListener.java | 13 ++-------- .../TracingApplicationEventListener.java | 13 ++-------- .../server/ContainerRequestWrapperTest.java | 13 ++-------- .../brave/jersey/server/EventParserTest.java | 13 ++-------- ...anCustomizingApplicationEventListener.java | 13 ++-------- .../ITTracingApplicationEventListener.java | 13 ++-------- .../brave/jersey/server/InjectionTest.java | 13 ++-------- .../server/RequestEventWrapperTest.java | 13 ++-------- ...stomizingApplicationEventListenerTest.java | 13 ++-------- .../brave/jersey/server/TestResource.java | 13 ++-------- ...ApplicationEventListenerInjectionTest.java | 13 ++-------- instrumentation/jms-jakarta/pom.xml | 13 ++-------- .../jms-jakarta/src/it/jms30/pom.xml | 13 ++-------- .../jms/ITJmsTracingMessageConsumer.java | 13 ++-------- .../jms/ITJmsTracingMessageProducer.java | 13 ++-------- .../brave/jakarta/jms/JMSProducerRequest.java | 13 ++-------- .../java/brave/jakarta/jms/JmsTracing.java | 13 ++-------- .../jakarta/jms/MessageConsumerRequest.java | 13 ++-------- .../java/brave/jakarta/jms/MessageParser.java | 13 ++-------- .../jakarta/jms/MessageProducerRequest.java | 13 ++-------- .../brave/jakarta/jms/MessageProperties.java | 13 ++-------- .../brave/jakarta/jms/PropertyFilter.java | 13 ++-------- .../jms/TracingCompletionListener.java | 13 ++-------- .../brave/jakarta/jms/TracingConnection.java | 13 ++-------- .../jms/TracingConnectionConsumer.java | 13 ++-------- .../jakarta/jms/TracingConnectionFactory.java | 13 ++-------- .../brave/jakarta/jms/TracingConsumer.java | 13 ++-------- .../jakarta/jms/TracingExceptionListener.java | 13 ++-------- .../brave/jakarta/jms/TracingJMSConsumer.java | 13 ++-------- .../brave/jakarta/jms/TracingJMSContext.java | 13 ++-------- .../brave/jakarta/jms/TracingJMSProducer.java | 13 ++-------- .../jakarta/jms/TracingMessageConsumer.java | 13 ++-------- .../jakarta/jms/TracingMessageListener.java | 13 ++-------- .../jakarta/jms/TracingMessageProducer.java | 13 ++-------- .../brave/jakarta/jms/TracingProducer.java | 13 ++-------- .../jakarta/jms/TracingServerSession.java | 13 ++-------- .../jakarta/jms/TracingServerSessionPool.java | 13 ++-------- .../brave/jakarta/jms/TracingSession.java | 13 ++-------- .../jakarta/jms/TracingXAConnection.java | 13 ++-------- .../jms/TracingXAConnectionFactory.java | 13 ++-------- .../jakarta/jms/TracingXAJMSContext.java | 13 ++-------- .../brave/jakarta/jms/TracingXASession.java | 13 ++-------- .../test/java/brave/jakarta/jms/ITJms.java | 13 ++-------- .../jakarta/jms/ITTracingJMSConsumer.java | 13 ++-------- .../jakarta/jms/ITTracingJMSProducer.java | 13 ++-------- .../jakarta/jms/ITTracingMessageConsumer.java | 13 ++-------- .../jakarta/jms/ITTracingMessageProducer.java | 13 ++-------- .../java/brave/jakarta/jms/JmsExtension.java | 13 ++-------- .../brave/jakarta/jms/JmsTracingTest.java | 13 ++-------- .../brave/jakarta/jms/MessageParserTest.java | 13 ++-------- .../jakarta/jms/MessagePropertiesTest.java | 13 ++-------- .../brave/jakarta/jms/PropertyFilterTest.java | 13 ++-------- .../jms/TracingCompletionListenerTest.java | 13 ++-------- .../jakarta/jms/TracingJMSConsumerTest.java | 13 ++-------- .../jms/TracingMessageListenerTest.java | 13 ++-------- instrumentation/jms/pom.xml | 13 ++-------- instrumentation/jms/src/it/jms11/pom.xml | 13 ++-------- .../jms/ITJmsTracingMessageConsumer.java | 13 ++-------- .../jms/ITJmsTracingMessageProducer.java | 13 ++-------- .../jms/src/main/java/brave/jms/JMS2_0.java | 13 ++-------- .../java/brave/jms/JMSProducerRequest.java | 13 ++-------- .../src/main/java/brave/jms/JmsTracing.java | 13 ++-------- .../brave/jms/MessageConsumerRequest.java | 13 ++-------- .../main/java/brave/jms/MessageParser.java | 13 ++-------- .../brave/jms/MessageProducerRequest.java | 13 ++-------- .../java/brave/jms/MessageProperties.java | 13 ++-------- .../main/java/brave/jms/PropertyFilter.java | 13 ++-------- .../brave/jms/TracingCompletionListener.java | 13 ++-------- .../java/brave/jms/TracingConnection.java | 13 ++-------- .../brave/jms/TracingConnectionConsumer.java | 13 ++-------- .../brave/jms/TracingConnectionFactory.java | 13 ++-------- .../main/java/brave/jms/TracingConsumer.java | 13 ++-------- .../brave/jms/TracingExceptionListener.java | 13 ++-------- .../java/brave/jms/TracingJMSConsumer.java | 13 ++-------- .../java/brave/jms/TracingJMSContext.java | 13 ++-------- .../java/brave/jms/TracingJMSProducer.java | 13 ++-------- .../brave/jms/TracingMessageConsumer.java | 13 ++-------- .../brave/jms/TracingMessageListener.java | 13 ++-------- .../brave/jms/TracingMessageProducer.java | 13 ++-------- .../main/java/brave/jms/TracingProducer.java | 13 ++-------- .../java/brave/jms/TracingServerSession.java | 13 ++-------- .../brave/jms/TracingServerSessionPool.java | 13 ++-------- .../main/java/brave/jms/TracingSession.java | 13 ++-------- .../java/brave/jms/TracingXAConnection.java | 13 ++-------- .../brave/jms/TracingXAConnectionFactory.java | 13 ++-------- .../java/brave/jms/TracingXAJMSContext.java | 13 ++-------- .../main/java/brave/jms/TracingXASession.java | 13 ++-------- .../java/brave/jms/ArtemisJmsExtension.java | 13 ++-------- .../jms/src/test/java/brave/jms/ITJms.java | 13 ++-------- .../jms/ITJms_1_1_TracingMessageConsumer.java | 13 ++-------- .../jms/ITJms_1_1_TracingMessageProducer.java | 13 ++-------- .../jms/ITJms_2_0_TracingMessageConsumer.java | 13 ++-------- .../jms/ITJms_2_0_TracingMessageProducer.java | 13 ++-------- .../java/brave/jms/ITTracingJMSConsumer.java | 13 ++-------- .../java/brave/jms/ITTracingJMSProducer.java | 13 ++-------- .../src/test/java/brave/jms/JmsExtension.java | 13 ++-------- .../test/java/brave/jms/JmsTracingTest.java | 13 ++-------- .../java/brave/jms/MessageParserTest.java | 13 ++-------- .../java/brave/jms/MessagePropertiesTest.java | 13 ++-------- .../java/brave/jms/PropertyFilterTest.java | 13 ++-------- .../jms/TracingCompletionListenerTest.java | 13 ++-------- .../brave/jms/TracingJMSConsumerTest.java | 13 ++-------- .../brave/jms/TracingMessageListenerTest.java | 13 ++-------- instrumentation/kafka-clients/pom.xml | 13 ++-------- .../kafka-clients/src/it/kafka_floor/pom.xml | 13 ++-------- .../brave/kafka1/clients/ITKafkaTracing.java | 13 ++-------- .../kafka/clients/KafkaConsumerRequest.java | 13 ++-------- .../brave/kafka/clients/KafkaHeaders.java | 13 ++-------- .../kafka/clients/KafkaProducerRequest.java | 13 ++-------- .../java/brave/kafka/clients/KafkaTags.java | 13 ++-------- .../brave/kafka/clients/KafkaTracing.java | 13 ++-------- .../brave/kafka/clients/TracingCallback.java | 13 ++-------- .../brave/kafka/clients/TracingConsumer.java | 13 ++-------- .../brave/kafka/clients/TracingProducer.java | 13 ++-------- .../java/brave/kafka/clients/ITKafka.java | 13 ++-------- .../brave/kafka/clients/ITKafkaTracing.java | 13 ++-------- .../KafkaConsumerRequestSetterTest.java | 13 ++-------- .../clients/KafkaConsumerRequestTest.java | 13 ++-------- .../brave/kafka/clients/KafkaContainer.java | 13 ++-------- .../brave/kafka/clients/KafkaHeadersTest.java | 13 ++-------- .../clients/KafkaProducerRequestTest.java | 13 ++-------- .../java/brave/kafka/clients/KafkaTest.java | 13 ++-------- .../brave/kafka/clients/KafkaTracingTest.java | 13 ++-------- .../kafka/clients/TracingCallbackTest.java | 13 ++-------- .../kafka/clients/TracingConsumerTest.java | 13 ++-------- .../kafka/clients/TracingProducerTest.java | 13 ++-------- instrumentation/kafka-streams/pom.xml | 13 ++-------- .../kafka/streams/BaseTracingProcessor.java | 13 ++-------- .../brave/kafka/streams/KafkaHeaders.java | 13 ++-------- .../streams/KafkaStreamsPropagation.java | 13 ++-------- .../brave/kafka/streams/KafkaStreamsTags.java | 13 ++-------- .../kafka/streams/KafkaStreamsTracing.java | 13 ++-------- .../streams/TracingFixedKeyProcessor.java | 13 ++-------- .../TracingFixedKeyProcessorContext.java | 13 ++-------- .../TracingFixedKeyProcessorSupplier.java | 13 ++-------- .../streams/TracingKafkaClientSupplier.java | 13 ++-------- .../streams/TracingProcessingContext.java | 13 ++-------- .../brave/kafka/streams/TracingProcessor.java | 13 ++-------- .../streams/TracingProcessorContext.java | 13 ++-------- .../streams/TracingProcessorSupplier.java | 13 ++-------- .../brave/kafka/streams/ITKafkaStreams.java | 13 ++-------- .../kafka/streams/ITKafkaStreamsTracing.java | 13 ++-------- .../brave/kafka/streams/KafkaContainer.java | 13 ++-------- .../brave/kafka/streams/KafkaHeadersTest.java | 13 ++-------- .../brave/kafka/streams/KafkaStreamsTest.java | 13 ++-------- .../streams/KafkaStreamsTracingTest.java | 13 ++-------- .../TracingKafkaClientSupplierTests.java | 13 ++-------- instrumentation/messaging/pom.xml | 13 ++-------- .../java/brave/messaging/ConsumerRequest.java | 13 ++-------- .../brave/messaging/ConsumerResponse.java | 13 ++-------- .../brave/messaging/MessagingRequest.java | 13 ++-------- .../messaging/MessagingRequestMatchers.java | 13 ++-------- .../brave/messaging/MessagingResponse.java | 13 ++-------- .../brave/messaging/MessagingRuleSampler.java | 13 ++-------- .../brave/messaging/MessagingTracing.java | 13 ++-------- .../messaging/MessagingTracingCustomizer.java | 13 ++-------- .../java/brave/messaging/ProducerRequest.java | 13 ++-------- .../brave/messaging/ProducerResponse.java | 13 ++-------- .../CurrentMessagingTracingTest.java | 13 ++-------- .../MessagingRequestMatchersTest.java | 13 ++-------- .../messaging/MessagingRuleSamplerTest.java | 13 ++-------- .../MessagingTracingClassLoaderTest.java | 13 ++-------- .../brave/messaging/MessagingTracingTest.java | 13 ++-------- .../brave/messaging/features/ExampleTest.java | 13 ++-------- instrumentation/mongodb/pom.xml | 13 ++-------- .../mongodb/src/it/mongodb_floor/pom.xml | 13 ++-------- .../brave/mongodb_v3/ITMongoDBTracing.java | 13 ++-------- .../java/brave/mongodb/MongoDBDriver.java | 13 ++-------- .../java/brave/mongodb/MongoDBTracing.java | 13 ++-------- .../mongodb/TraceMongoCommandListener.java | 13 ++-------- .../java/brave/mongodb/ITMongoDBTracing.java | 13 ++-------- .../java/brave/mongodb/MongoDBContainer.java | 13 ++-------- .../java/brave/mongodb/MongoDBDriverTest.java | 13 ++-------- .../brave/mongodb/MongoDBTracingTest.java | 13 ++-------- .../TraceMongoCommandListenerTest.java | 13 ++-------- instrumentation/mysql/pom.xml | 13 ++-------- .../mysql/TracingStatementInterceptor.java | 13 ++-------- .../mysql/ITTracingStatementInterceptor.java | 13 ++-------- .../TracingStatementInterceptorTest.java | 13 ++-------- instrumentation/mysql6/pom.xml | 13 ++-------- .../mysql6/TracingStatementInterceptor.java | 13 ++-------- .../mysql6/ITTracingStatementInterceptor.java | 13 ++-------- .../TracingStatementInterceptorTest.java | 13 ++-------- instrumentation/mysql8/pom.xml | 13 ++-------- .../mysql8/TracingExceptionInterceptor.java | 13 ++-------- .../brave/mysql8/TracingQueryInterceptor.java | 13 ++-------- .../mysql8/ITTracingQueryInterceptor.java | 13 ++-------- .../mysql8/TracingQueryInterceptorTest.java | 13 ++-------- instrumentation/netty-codec-http/pom.xml | 13 ++-------- .../brave/netty/http/NettyHttpTracing.java | 13 ++-------- .../netty/http/TracingHttpServerHandler.java | 13 ++-------- .../netty/http/HttpResponseWrapperTest.java | 13 ++-------- .../brave/netty/http/ITNettyHttpTracing.java | 13 ++-------- .../java/brave/netty/http/TestHandler.java | 13 ++-------- instrumentation/okhttp3/pom.xml | 13 ++-------- .../okhttp3/src/it/okhttp3_floor/pom.xml | 13 ++-------- .../okhttp3_v3/ITTracingCallFactory.java | 13 ++-------- .../okhttp3_v3/ITTracingInterceptor.java | 13 ++-------- .../java/brave/okhttp3/TraceContextCall.java | 13 ++-------- .../brave/okhttp3/TracingCallFactory.java | 13 ++-------- .../brave/okhttp3/TracingInterceptor.java | 13 ++-------- .../brave/okhttp3/ITTracingCallFactory.java | 13 ++-------- .../brave/okhttp3/ITTracingInterceptor.java | 13 ++-------- .../brave/okhttp3/ResponseWrapperTest.java | 13 ++-------- .../brave/okhttp3/TracingInterceptorTest.java | 13 ++-------- .../brave/okhttp3/features/ITRetrofit.java | 13 ++-------- instrumentation/pom.xml | 13 ++-------- instrumentation/rpc/pom.xml | 13 ++-------- .../main/java/brave/rpc/RpcClientHandler.java | 13 ++-------- .../main/java/brave/rpc/RpcClientRequest.java | 13 ++-------- .../java/brave/rpc/RpcClientResponse.java | 13 ++-------- .../src/main/java/brave/rpc/RpcHandler.java | 13 ++-------- .../src/main/java/brave/rpc/RpcRequest.java | 13 ++-------- .../java/brave/rpc/RpcRequestMatchers.java | 13 ++-------- .../main/java/brave/rpc/RpcRequestParser.java | 13 ++-------- .../src/main/java/brave/rpc/RpcResponse.java | 13 ++-------- .../java/brave/rpc/RpcResponseParser.java | 13 ++-------- .../main/java/brave/rpc/RpcRuleSampler.java | 13 ++-------- .../main/java/brave/rpc/RpcServerHandler.java | 13 ++-------- .../main/java/brave/rpc/RpcServerRequest.java | 13 ++-------- .../java/brave/rpc/RpcServerResponse.java | 13 ++-------- .../rpc/src/main/java/brave/rpc/RpcTags.java | 13 ++-------- .../src/main/java/brave/rpc/RpcTracing.java | 13 ++-------- .../java/brave/rpc/RpcTracingCustomizer.java | 13 ++-------- .../java/brave/rpc/CurrentRpcTracingTest.java | 13 ++-------- .../brave/rpc/ITRpcTracingClassLoader.java | 13 ++-------- .../java/brave/rpc/RpcClientHandlerTest.java | 13 ++-------- .../brave/rpc/RpcClientRequestSetterTest.java | 13 ++-------- .../test/java/brave/rpc/RpcHandlerTest.java | 13 ++-------- .../test/java/brave/rpc/RpcParserTest.java | 13 ++-------- .../brave/rpc/RpcRequestMatchersTest.java | 13 ++-------- .../java/brave/rpc/RpcRequestParserTest.java | 13 ++-------- .../java/brave/rpc/RpcResponseParserTest.java | 13 ++-------- .../java/brave/rpc/RpcRuleSamplerTest.java | 13 ++-------- .../java/brave/rpc/RpcServerHandlerTest.java | 13 ++-------- .../src/test/java/brave/rpc/RpcTagsTest.java | 13 ++-------- .../test/java/brave/rpc/RpcTracingTest.java | 13 ++-------- .../java/brave/rpc/features/ExampleTest.java | 13 ++-------- instrumentation/servlet-jakarta/pom.xml | 13 ++-------- .../servlet/HttpServletRequestWrapper.java | 13 ++-------- .../servlet/HttpServletResponseWrapper.java | 13 ++-------- .../brave/jakarta/servlet/TracingFilter.java | 13 ++-------- .../servlet/internal/ServletRuntime.java | 13 ++-------- .../HttpServletRequestWrapperTest.java | 13 ++-------- .../HttpServletResponseWrapperTest.java | 13 ++-------- .../jakarta/servlet/ITTracingFilter.java | 13 ++-------- instrumentation/servlet/pom.xml | 13 ++-------- .../servlet/src/it/servlet25/pom.xml | 13 ++-------- .../ServletRuntime25Test.java | 13 ++-------- .../java/brave/servlet25/ITTracingFilter.java | 13 ++-------- .../servlet/HttpServletRequestWrapper.java | 13 ++-------- .../servlet/HttpServletResponseWrapper.java | 13 ++-------- .../java/brave/servlet/TracingFilter.java | 13 ++-------- .../servlet/internal/ServletRuntime.java | 13 ++-------- .../HttpServletRequestWrapperTest.java | 13 ++-------- .../HttpServletResponseWrapperTest.java | 13 ++-------- .../java/brave/servlet/ITTracingFilter.java | 13 ++-------- .../servlet/internal/ServletRuntimeTest.java | 13 ++-------- instrumentation/spring-rabbit/pom.xml | 13 ++-------- .../spring/rabbit/MessageConsumerRequest.java | 13 ++-------- .../brave/spring/rabbit/MessageHeaders.java | 13 ++-------- .../spring/rabbit/MessageProducerRequest.java | 13 ++-------- .../spring/rabbit/SpringRabbitTracing.java | 13 ++-------- .../rabbit/TracingMessagePostProcessor.java | 13 ++-------- .../rabbit/TracingRabbitListenerAdvice.java | 13 ++-------- .../brave/spring/rabbit/ITSpringRabbit.java | 13 ++-------- .../spring/rabbit/ITSpringRabbitTracing.java | 13 ++-------- .../spring/rabbit/MessageHeadersTest.java | 13 ++-------- .../rabbit/SpringRabbitTracingTest.java | 13 ++-------- .../TracingMessagePostProcessorTest.java | 13 ++-------- .../TracingRabbitListenerAdviceTest.java | 13 ++-------- instrumentation/spring-web/pom.xml | 13 ++-------- .../spring-web/src/it/spring_floor/pom.xml | 13 ++-------- ...ITTracingClientHttpRequestInterceptor.java | 13 ++-------- .../web/TraceContextListenableFuture.java | 13 ++-------- ...cingAsyncClientHttpRequestInterceptor.java | 13 ++-------- .../TracingClientHttpRequestInterceptor.java | 13 ++-------- .../web/ClientHttpResponseWrapperTest.java | 13 ++-------- .../spring/web/HttpRequestWrapperTest.java | 13 ++-------- ...cingAsyncClientHttpRequestInterceptor.java | 13 ++-------- ...ITTracingClientHttpRequestInterceptor.java | 13 ++-------- ...entHttpRequestInterceptorAutowireTest.java | 13 ++-------- ...entHttpRequestInterceptorAutowireTest.java | 13 ++-------- instrumentation/spring-webmvc/pom.xml | 13 ++-------- .../spring-webmvc/src/it/servlet25/pom.xml | 13 ++-------- .../ITSpanCustomizingHandlerInterceptor.java | 13 ++-------- .../spring-webmvc/src/it/spring_floor/pom.xml | 13 ++-------- .../ITSpanCustomizingHandlerInterceptor.java | 13 ++-------- .../webmvc/DelegatingTracingFilter.java | 13 ++-------- .../brave/spring/webmvc/HandlerParser.java | 13 ++-------- ...panCustomizingAsyncHandlerInterceptor.java | 13 ++-------- .../SpanCustomizingHandlerInterceptor.java | 13 ++-------- .../brave/spring/webmvc/WebMvcRuntime.java | 13 ++-------- ...seITSpanCustomizingHandlerInterceptor.java | 13 ++-------- .../spring/webmvc/HandlerParserTest.java | 13 ++-------- ...panCustomizingAsyncHandlerInterceptor.java | 13 ++-------- .../ITSpanCustomizingHandlerInterceptor.java | 13 ++-------- .../webmvc/Servlet25TestController.java | 13 ++-------- .../spring/webmvc/Servlet3TestController.java | 13 ++-------- ...ustomizingAsyncHandlerInterceptorTest.java | 13 ++-------- ...SpanCustomizingHandlerInterceptorTest.java | 13 ++-------- .../spring/webmvc/WebMvcRuntimeTest.java | 13 ++-------- instrumentation/vertx-web/pom.xml | 13 ++-------- .../web/TracingRoutingContextHandler.java | 13 ++-------- .../java/brave/vertx/web/VertxWebTracing.java | 13 ++-------- .../web/HttpServerResponseWrapperTest.java | 13 ++-------- .../brave/vertx/web/ITVertxWebTracing.java | 13 ++-------- pom.xml | 13 ++-------- spring-beans/pom.xml | 13 ++-------- spring-beans/src/it/spring_floor/pom.xml | 13 ++-------- .../beans/BaggagePropagationFactoryBean.java | 13 ++-------- .../CorrelationScopeDecoratorFactoryBean.java | 13 ++-------- .../beans/CurrentTraceContextFactoryBean.java | 13 ++-------- .../spring/beans/HttpTracingFactoryBean.java | 13 ++-------- .../beans/MessagingTracingFactoryBean.java | 13 ++-------- .../spring/beans/RpcTracingFactoryBean.java | 13 ++-------- .../beans/SingleBaggageFieldFactoryBean.java | 13 ++-------- .../SingleCorrelationFieldFactoryBean.java | 13 ++-------- .../spring/beans/TracingFactoryBean.java | 13 ++-------- .../BaggagePropagationFactoryBeanTest.java | 13 ++-------- ...relationScopeDecoratorFactoryBeanTest.java | 13 ++-------- .../CurrentTraceContextFactoryBeanTest.java | 13 ++-------- .../beans/HttpTracingFactoryBeanTest.java | 13 ++-------- .../MessagingTracingFactoryBeanTest.java | 13 ++-------- .../beans/RpcTracingFactoryBeanTest.java | 13 ++-------- .../SingleBaggageFieldFactoryBeanTest.java | 13 ++-------- ...SingleCorrelationFieldFactoryBeanTest.java | 13 ++-------- .../spring/beans/TracingFactoryBeanTest.java | 13 ++-------- .../java/brave/spring/beans/XmlBeans.java | 13 ++-------- src/etc/header.txt | 13 ++-------- src/it/settings.xml | 13 ++-------- 751 files changed, 1498 insertions(+), 8268 deletions(-) diff --git a/.editorconfig b/.editorconfig index f316fa5fc2..2a1fd19607 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,6 @@ # -# Copyright 2016-2018 The OpenZipkin Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors +# SPDX-License-Identifier: Apache-2.0 # root = true diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b95a557b72..e20f61996b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,7 +14,7 @@ add `brave.internal.Nullable` as a "Nullable Annotation". ## License By contributing your code, you agree to license your contribution under -the terms of the [APLv2](LICENSE). +the terms of the [APLv2](../LICENSE). All files are released with the Apache 2.0 license. @@ -22,17 +22,8 @@ If you are adding a new file it should have a header like below. This can be automatically added by running `./mvnw com.mycila:license-maven-plugin:format`. ``` -/** - * Copyright 2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ ``` diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0478004690..cc70783641 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -19,7 +19,6 @@ jobs: # Prevent use of implicit GitHub Actions read-only token GITHUB_TOKEN. We don't deploy on # the tag MAJOR.MINOR.PATCH event, but we still need to deploy the maven-release-plugin master commit. token: ${{ secrets.GH_TOKEN }} - fetch-depth: 1 # only need the HEAD commit as license check isn't run - name: Setup java uses: actions/setup-java@v4 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 055dfcfb0e..61de5a3d89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,8 +52,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - fetch-depth: 0 # full git history for license check - name: Setup java uses: actions/setup-java@v4 with: diff --git a/.settings.xml b/.settings.xml index 5b78abccc2..ab04d7f58b 100644 --- a/.settings.xml +++ b/.settings.xml @@ -1,17 +1,8 @@ diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml index 49a990be04..c9375064bc 100644 --- a/brave-tests/pom.xml +++ b/brave-tests/pom.xml @@ -1,17 +1,8 @@ diff --git a/brave-tests/src/main/java/brave/test/ITRemote.java b/brave-tests/src/main/java/brave/test/ITRemote.java index d846bb9c31..46e41e7c72 100644 --- a/brave-tests/src/main/java/brave/test/ITRemote.java +++ b/brave-tests/src/main/java/brave/test/ITRemote.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test; diff --git a/brave-tests/src/main/java/brave/test/IntegrationTestSpanHandler.java b/brave-tests/src/main/java/brave/test/IntegrationTestSpanHandler.java index fcd364bf83..3cace45524 100644 --- a/brave-tests/src/main/java/brave/test/IntegrationTestSpanHandler.java +++ b/brave-tests/src/main/java/brave/test/IntegrationTestSpanHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test; diff --git a/brave-tests/src/main/java/brave/test/TestSpanHandler.java b/brave-tests/src/main/java/brave/test/TestSpanHandler.java index 4a856219a4..e38deee268 100644 --- a/brave-tests/src/main/java/brave/test/TestSpanHandler.java +++ b/brave-tests/src/main/java/brave/test/TestSpanHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test; diff --git a/brave-tests/src/main/java/brave/test/propagation/B3SingleFormatClassLoaderTest.java b/brave-tests/src/main/java/brave/test/propagation/B3SingleFormatClassLoaderTest.java index 82f7ad9123..c8f8431be9 100644 --- a/brave-tests/src/main/java/brave/test/propagation/B3SingleFormatClassLoaderTest.java +++ b/brave-tests/src/main/java/brave/test/propagation/B3SingleFormatClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.propagation; diff --git a/brave-tests/src/main/java/brave/test/propagation/CurrentTraceContextTest.java b/brave-tests/src/main/java/brave/test/propagation/CurrentTraceContextTest.java index f2fddbb01c..20352725c0 100644 --- a/brave-tests/src/main/java/brave/test/propagation/CurrentTraceContextTest.java +++ b/brave-tests/src/main/java/brave/test/propagation/CurrentTraceContextTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.propagation; diff --git a/brave-tests/src/main/java/brave/test/propagation/PropagationSetterTest.java b/brave-tests/src/main/java/brave/test/propagation/PropagationSetterTest.java index 7a35ce5ffa..234fb9ef09 100644 --- a/brave-tests/src/main/java/brave/test/propagation/PropagationSetterTest.java +++ b/brave-tests/src/main/java/brave/test/propagation/PropagationSetterTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.propagation; diff --git a/brave-tests/src/main/java/brave/test/propagation/PropagationTest.java b/brave-tests/src/main/java/brave/test/propagation/PropagationTest.java index 9e8e0e00b4..e7d794aa3e 100644 --- a/brave-tests/src/main/java/brave/test/propagation/PropagationTest.java +++ b/brave-tests/src/main/java/brave/test/propagation/PropagationTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.propagation; diff --git a/brave-tests/src/main/java/brave/test/util/AssertableCallback.java b/brave-tests/src/main/java/brave/test/util/AssertableCallback.java index da385bbdc4..9f2233f3f6 100644 --- a/brave-tests/src/main/java/brave/test/util/AssertableCallback.java +++ b/brave-tests/src/main/java/brave/test/util/AssertableCallback.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.util; diff --git a/brave-tests/src/main/java/brave/test/util/ClassLoaders.java b/brave-tests/src/main/java/brave/test/util/ClassLoaders.java index 5a9d933efc..afdb219cc4 100644 --- a/brave-tests/src/main/java/brave/test/util/ClassLoaders.java +++ b/brave-tests/src/main/java/brave/test/util/ClassLoaders.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.util; diff --git a/brave-tests/src/main/java/brave/test/util/GarbageCollectors.java b/brave-tests/src/main/java/brave/test/util/GarbageCollectors.java index 6b9768fc78..70d6df9c6f 100644 --- a/brave-tests/src/main/java/brave/test/util/GarbageCollectors.java +++ b/brave-tests/src/main/java/brave/test/util/GarbageCollectors.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.test.util; import java.lang.ref.WeakReference; diff --git a/brave-tests/src/test/java/brave/TracingClassLoaderTest.java b/brave-tests/src/test/java/brave/TracingClassLoaderTest.java index d010f2a99b..57eb782a56 100644 --- a/brave-tests/src/test/java/brave/TracingClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/TracingClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave; diff --git a/brave-tests/src/test/java/brave/internal/PlatformClassLoaderTest.java b/brave-tests/src/test/java/brave/internal/PlatformClassLoaderTest.java index 2e1599a5d6..2bb563b59b 100644 --- a/brave-tests/src/test/java/brave/internal/PlatformClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/internal/PlatformClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.internal; diff --git a/brave-tests/src/test/java/brave/internal/handler/NoopAwareSpanHandlerClassLoaderTest.java b/brave-tests/src/test/java/brave/internal/handler/NoopAwareSpanHandlerClassLoaderTest.java index 89cbd9fa14..33f65df235 100644 --- a/brave-tests/src/test/java/brave/internal/handler/NoopAwareSpanHandlerClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/internal/handler/NoopAwareSpanHandlerClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.internal.handler; diff --git a/brave-tests/src/test/java/brave/internal/recorder/PendingSpansClassLoaderTest.java b/brave-tests/src/test/java/brave/internal/recorder/PendingSpansClassLoaderTest.java index eb6f8d68e8..c9f91f3038 100644 --- a/brave-tests/src/test/java/brave/internal/recorder/PendingSpansClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/internal/recorder/PendingSpansClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.internal.recorder; diff --git a/brave-tests/src/test/java/brave/propagation/B3PropagationTest.java b/brave-tests/src/test/java/brave/propagation/B3PropagationTest.java index 01ea553bdd..315075fbd9 100644 --- a/brave-tests/src/test/java/brave/propagation/B3PropagationTest.java +++ b/brave-tests/src/test/java/brave/propagation/B3PropagationTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/InheritableDefaultCurrentTraceContextTest.java b/brave-tests/src/test/java/brave/propagation/InheritableDefaultCurrentTraceContextTest.java index 6ba9939328..dad44535d7 100644 --- a/brave-tests/src/test/java/brave/propagation/InheritableDefaultCurrentTraceContextTest.java +++ b/brave-tests/src/test/java/brave/propagation/InheritableDefaultCurrentTraceContextTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/StrictCurrentTraceContextTest.java b/brave-tests/src/test/java/brave/propagation/StrictCurrentTraceContextTest.java index 931848ac80..3c17c1b9ab 100644 --- a/brave-tests/src/test/java/brave/propagation/StrictCurrentTraceContextTest.java +++ b/brave-tests/src/test/java/brave/propagation/StrictCurrentTraceContextTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextClassLoaderTest.java b/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextClassLoaderTest.java index c3e18b4352..b757ec6cca 100644 --- a/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextTest.java b/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextTest.java index 88c9728c67..540cebc97e 100644 --- a/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextTest.java +++ b/brave-tests/src/test/java/brave/propagation/ThreadLocalCurrentTraceContextTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/ThreadLocalSpanClassLoaderTest.java b/brave-tests/src/test/java/brave/propagation/ThreadLocalSpanClassLoaderTest.java index 1a0e752ffe..05fd61de89 100644 --- a/brave-tests/src/test/java/brave/propagation/ThreadLocalSpanClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/propagation/ThreadLocalSpanClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/TraceContextClassLoaderTest.java b/brave-tests/src/test/java/brave/propagation/TraceContextClassLoaderTest.java index 96b7607f17..d15aeffa42 100644 --- a/brave-tests/src/test/java/brave/propagation/TraceContextClassLoaderTest.java +++ b/brave-tests/src/test/java/brave/propagation/TraceContextClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/propagation/URLConnectionSetterTest.java b/brave-tests/src/test/java/brave/propagation/URLConnectionSetterTest.java index 5693ed79de..ecb058911c 100644 --- a/brave-tests/src/test/java/brave/propagation/URLConnectionSetterTest.java +++ b/brave-tests/src/test/java/brave/propagation/URLConnectionSetterTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.propagation; diff --git a/brave-tests/src/test/java/brave/test/ITRemoteTest.java b/brave-tests/src/test/java/brave/test/ITRemoteTest.java index c55223468a..06f23a46f1 100644 --- a/brave-tests/src/test/java/brave/test/ITRemoteTest.java +++ b/brave-tests/src/test/java/brave/test/ITRemoteTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test; diff --git a/brave-tests/src/test/java/brave/test/IntegrationTestSpanHandlerTest.java b/brave-tests/src/test/java/brave/test/IntegrationTestSpanHandlerTest.java index f03ed88e4d..c7473c1496 100644 --- a/brave-tests/src/test/java/brave/test/IntegrationTestSpanHandlerTest.java +++ b/brave-tests/src/test/java/brave/test/IntegrationTestSpanHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test; diff --git a/brave-tests/src/test/java/brave/test/util/ClassLoadersTest.java b/brave-tests/src/test/java/brave/test/util/ClassLoadersTest.java index faa22e2b16..63aa949f50 100644 --- a/brave-tests/src/test/java/brave/test/util/ClassLoadersTest.java +++ b/brave-tests/src/test/java/brave/test/util/ClassLoadersTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.util; diff --git a/brave/pom.xml b/brave/pom.xml index 5786a88959..e773d09a11 100644 --- a/brave/pom.xml +++ b/brave/pom.xml @@ -1,16 +1,7 @@ diff --git a/brave/src/it/no_deps/pom.xml b/brave/src/it/no_deps/pom.xml index fc41be2a69..3ecfcdfe60 100644 --- a/brave/src/it/no_deps/pom.xml +++ b/brave/src/it/no_deps/pom.xml @@ -1,17 +1,8 @@ diff --git a/context/jfr/src/main/java/brave/context/jfr/JfrScopeDecorator.java b/context/jfr/src/main/java/brave/context/jfr/JfrScopeDecorator.java index 28e02ad965..e4b7ce5bbd 100644 --- a/context/jfr/src/main/java/brave/context/jfr/JfrScopeDecorator.java +++ b/context/jfr/src/main/java/brave/context/jfr/JfrScopeDecorator.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.context.jfr; diff --git a/context/jfr/src/test/java/brave/context/jfr/JfrScopeDecoratorTest.java b/context/jfr/src/test/java/brave/context/jfr/JfrScopeDecoratorTest.java index 2c34f57725..6fe76e3ec2 100644 --- a/context/jfr/src/test/java/brave/context/jfr/JfrScopeDecoratorTest.java +++ b/context/jfr/src/test/java/brave/context/jfr/JfrScopeDecoratorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.context.jfr; diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml index e188aa9e16..9bd9a00480 100644 --- a/context/log4j12/pom.xml +++ b/context/log4j12/pom.xml @@ -1,17 +1,8 @@ diff --git a/context/log4j12/src/it/log4j12/pom.xml b/context/log4j12/src/it/log4j12/pom.xml index ca4528a74d..ada90cdccb 100644 --- a/context/log4j12/src/it/log4j12/pom.xml +++ b/context/log4j12/src/it/log4j12/pom.xml @@ -1,17 +1,8 @@ diff --git a/context/log4j2/src/main/java/brave/context/log4j2/ThreadContextScopeDecorator.java b/context/log4j2/src/main/java/brave/context/log4j2/ThreadContextScopeDecorator.java index 2ff7f3b44b..39085380a2 100644 --- a/context/log4j2/src/main/java/brave/context/log4j2/ThreadContextScopeDecorator.java +++ b/context/log4j2/src/main/java/brave/context/log4j2/ThreadContextScopeDecorator.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.context.log4j2; diff --git a/context/log4j2/src/test/java/brave/context/log4j2/ThreadContextScopeDecoratorTest.java b/context/log4j2/src/test/java/brave/context/log4j2/ThreadContextScopeDecoratorTest.java index a3263eccbe..79662592e0 100644 --- a/context/log4j2/src/test/java/brave/context/log4j2/ThreadContextScopeDecoratorTest.java +++ b/context/log4j2/src/test/java/brave/context/log4j2/ThreadContextScopeDecoratorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.context.log4j2; diff --git a/context/pom.xml b/context/pom.xml index b196fa66bf..0115f2f21f 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -1,17 +1,8 @@ diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml index 7ea3d8170f..10480a7084 100644 --- a/context/slf4j/pom.xml +++ b/context/slf4j/pom.xml @@ -1,17 +1,8 @@ diff --git a/context/slf4j/src/main/java/brave/context/slf4j/MDCScopeDecorator.java b/context/slf4j/src/main/java/brave/context/slf4j/MDCScopeDecorator.java index 50a928528a..2d40f2a10c 100644 --- a/context/slf4j/src/main/java/brave/context/slf4j/MDCScopeDecorator.java +++ b/context/slf4j/src/main/java/brave/context/slf4j/MDCScopeDecorator.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.context.slf4j; diff --git a/context/slf4j/src/test/java/brave/context/slf4j/MDCScopeDecoratorTest.java b/context/slf4j/src/test/java/brave/context/slf4j/MDCScopeDecoratorTest.java index e5f653c39f..6efd3b334a 100644 --- a/context/slf4j/src/test/java/brave/context/slf4j/MDCScopeDecoratorTest.java +++ b/context/slf4j/src/test/java/brave/context/slf4j/MDCScopeDecoratorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.context.slf4j; diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml index 5b5affcd30..75d6539e4e 100644 --- a/instrumentation/benchmarks/pom.xml +++ b/instrumentation/benchmarks/pom.xml @@ -1,16 +1,7 @@ diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientRequest.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientRequest.java index 6d8b725a2d..adeaadd1f9 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientRequest.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientResponse.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientResponse.java index 0016e4554d..d293b7f01a 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientResponse.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboClientResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboParser.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboParser.java index 87db256666..6cc5b59180 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboParser.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboRequest.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboRequest.java index d90cb64c33..6d35608954 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboRequest.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboResponse.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboResponse.java index 4544cb13df..f0634eede2 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboResponse.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerRequest.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerRequest.java index 8621a9028b..8562a25d23 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerRequest.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerResponse.java b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerResponse.java index 64ee8bd02c..be93b6c6d8 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerResponse.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/DubboServerResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/FinishSpan.java b/instrumentation/dubbo/src/main/java/brave/dubbo/FinishSpan.java index 1ce0c8ad54..7db00146f3 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/FinishSpan.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/FinishSpan.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/main/java/brave/dubbo/TracingFilter.java b/instrumentation/dubbo/src/main/java/brave/dubbo/TracingFilter.java index 2ee47da6af..840445abdc 100644 --- a/instrumentation/dubbo/src/main/java/brave/dubbo/TracingFilter.java +++ b/instrumentation/dubbo/src/main/java/brave/dubbo/TracingFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientRequestTest.java b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientRequestTest.java index 3dc61aa872..7b3efe976b 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientRequestTest.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientRequestTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientResponseTest.java b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientResponseTest.java index a4f4f2964f..6bc059f408 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientResponseTest.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboClientResponseTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboParserTest.java b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboParserTest.java index 689a8ebdf2..80de0072bb 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboParserTest.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboParserTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerRequestTest.java b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerRequestTest.java index d24fe455e4..88d7898aed 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerRequestTest.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerRequestTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerResponseTest.java b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerResponseTest.java index 3e4452f8c4..f5ce732416 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerResponseTest.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/DubboServerResponseTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/FinishSpanTest.java b/instrumentation/dubbo/src/test/java/brave/dubbo/FinishSpanTest.java index 6048ed7097..8dfecfd351 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/FinishSpanTest.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/FinishSpanTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/GraterService.java b/instrumentation/dubbo/src/test/java/brave/dubbo/GraterService.java index 82b8615cb7..142021c184 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/GraterService.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/GraterService.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/GreeterService.java b/instrumentation/dubbo/src/test/java/brave/dubbo/GreeterService.java index 6f1dea80d4..2152a8c7e9 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/GreeterService.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/GreeterService.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter.java b/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter.java index d77548899e..55bc55777d 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Consumer.java b/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Consumer.java index 598148f469..2a4d03014d 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Consumer.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Consumer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Provider.java b/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Provider.java index 44e13c37f1..2d29d5a24c 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Provider.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/ITTracingFilter_Provider.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/PickUnusedPort.java b/instrumentation/dubbo/src/test/java/brave/dubbo/PickUnusedPort.java index 29604dbad8..d305b642a8 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/PickUnusedPort.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/PickUnusedPort.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/dubbo/src/test/java/brave/dubbo/TestServer.java b/instrumentation/dubbo/src/test/java/brave/dubbo/TestServer.java index 083d657e7f..d7992ccf05 100644 --- a/instrumentation/dubbo/src/test/java/brave/dubbo/TestServer.java +++ b/instrumentation/dubbo/src/test/java/brave/dubbo/TestServer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.dubbo; diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml index e6509cccc0..61844a31eb 100644 --- a/instrumentation/grpc/pom.xml +++ b/instrumentation/grpc/pom.xml @@ -1,16 +1,7 @@ diff --git a/instrumentation/grpc/src/it/grpc_floor/pom.xml b/instrumentation/grpc/src/it/grpc_floor/pom.xml index 02a2c8035c..b1a506ee01 100644 --- a/instrumentation/grpc/src/it/grpc_floor/pom.xml +++ b/instrumentation/grpc/src/it/grpc_floor/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/ITServlet5Container.java b/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/ITServlet5Container.java index 38995ef2b7..3c462459d1 100644 --- a/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/ITServlet5Container.java +++ b/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/ITServlet5Container.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.jakarta.http; diff --git a/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/Jetty11ServerController.java b/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/Jetty11ServerController.java index 22ab77e77c..ab2c3108fb 100644 --- a/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/Jetty11ServerController.java +++ b/instrumentation/http-tests-jakarta/src/main/java/brave/test/jakarta/http/Jetty11ServerController.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.jakarta.http; diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml index 06655850fd..b892d31aa6 100644 --- a/instrumentation/http-tests/pom.xml +++ b/instrumentation/http-tests/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpAsyncClient.java b/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpAsyncClient.java index cb45162a6d..1ec317cdaa 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpAsyncClient.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpAsyncClient.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpClient.java b/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpClient.java index 044d9d9360..16a8ac3b70 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpClient.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpClient.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpServer.java b/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpServer.java index 74ed2398c7..f93a63479e 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpServer.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ITHttpServer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet25Container.java b/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet25Container.java index 1ccfad13cb..b93ae6b4c5 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet25Container.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet25Container.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet3Container.java b/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet3Container.java index a534f83550..0b5be48ce0 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet3Container.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ITServlet3Container.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ITServletContainer.java b/instrumentation/http-tests/src/main/java/brave/test/http/ITServletContainer.java index ae42bea161..b6343528e1 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ITServletContainer.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ITServletContainer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/Jetty9ServerController.java b/instrumentation/http-tests/src/main/java/brave/test/http/Jetty9ServerController.java index 568ceeb10b..d0d8e02362 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/Jetty9ServerController.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/Jetty9ServerController.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/Log4J2Log.java b/instrumentation/http-tests/src/main/java/brave/test/http/Log4J2Log.java index 93af519e05..b9d9c52fd1 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/Log4J2Log.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/Log4J2Log.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/main/java/brave/test/http/ServletContainer.java b/instrumentation/http-tests/src/main/java/brave/test/http/ServletContainer.java index 0be8aadc47..a48fce9671 100644 --- a/instrumentation/http-tests/src/main/java/brave/test/http/ServletContainer.java +++ b/instrumentation/http-tests/src/main/java/brave/test/http/ServletContainer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.test.http; diff --git a/instrumentation/http-tests/src/test/java/brave/http/features/RequestSamplingTest.java b/instrumentation/http-tests/src/test/java/brave/http/features/RequestSamplingTest.java index 2b15de0687..41efcc142e 100644 --- a/instrumentation/http-tests/src/test/java/brave/http/features/RequestSamplingTest.java +++ b/instrumentation/http-tests/src/test/java/brave/http/features/RequestSamplingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http.features; diff --git a/instrumentation/http-tests/src/test/java/brave/http/features/TracingDispatcher.java b/instrumentation/http-tests/src/test/java/brave/http/features/TracingDispatcher.java index 20ecea0bd9..725a300aa2 100644 --- a/instrumentation/http-tests/src/test/java/brave/http/features/TracingDispatcher.java +++ b/instrumentation/http-tests/src/test/java/brave/http/features/TracingDispatcher.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http.features; diff --git a/instrumentation/http-tests/src/test/java/brave/http/features/TracingInterceptor.java b/instrumentation/http-tests/src/test/java/brave/http/features/TracingInterceptor.java index 77b204fd30..81a88de12b 100644 --- a/instrumentation/http-tests/src/test/java/brave/http/features/TracingInterceptor.java +++ b/instrumentation/http-tests/src/test/java/brave/http/features/TracingInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http.features; diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml index 7ae19a8e53..9fa9ad23be 100644 --- a/instrumentation/http/pom.xml +++ b/instrumentation/http/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/http/src/main/java/brave/http/HttpClientHandler.java b/instrumentation/http/src/main/java/brave/http/HttpClientHandler.java index 32fca7eee1..8e25c11f47 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpClientHandler.java +++ b/instrumentation/http/src/main/java/brave/http/HttpClientHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpClientRequest.java b/instrumentation/http/src/main/java/brave/http/HttpClientRequest.java index 2747c91ee4..7c2703d5c4 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpClientRequest.java +++ b/instrumentation/http/src/main/java/brave/http/HttpClientRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpClientResponse.java b/instrumentation/http/src/main/java/brave/http/HttpClientResponse.java index 1cfa721d96..435e2cf45c 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpClientResponse.java +++ b/instrumentation/http/src/main/java/brave/http/HttpClientResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpHandler.java b/instrumentation/http/src/main/java/brave/http/HttpHandler.java index ebc43c01e2..ba9a431948 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpHandler.java +++ b/instrumentation/http/src/main/java/brave/http/HttpHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpRequest.java b/instrumentation/http/src/main/java/brave/http/HttpRequest.java index 44b981e0a7..48d5924d4e 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpRequest.java +++ b/instrumentation/http/src/main/java/brave/http/HttpRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpRequestMatchers.java b/instrumentation/http/src/main/java/brave/http/HttpRequestMatchers.java index 5d452a03ee..3844874ace 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpRequestMatchers.java +++ b/instrumentation/http/src/main/java/brave/http/HttpRequestMatchers.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpRequestParser.java b/instrumentation/http/src/main/java/brave/http/HttpRequestParser.java index 1bd35182a0..003f536906 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpRequestParser.java +++ b/instrumentation/http/src/main/java/brave/http/HttpRequestParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpResponse.java b/instrumentation/http/src/main/java/brave/http/HttpResponse.java index eb229bfd64..a6440dffda 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpResponse.java +++ b/instrumentation/http/src/main/java/brave/http/HttpResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpResponseParser.java b/instrumentation/http/src/main/java/brave/http/HttpResponseParser.java index ad0d77c19d..3cac57f938 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpResponseParser.java +++ b/instrumentation/http/src/main/java/brave/http/HttpResponseParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpRuleSampler.java b/instrumentation/http/src/main/java/brave/http/HttpRuleSampler.java index 40f70693bf..c0c8756074 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpRuleSampler.java +++ b/instrumentation/http/src/main/java/brave/http/HttpRuleSampler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpServerHandler.java b/instrumentation/http/src/main/java/brave/http/HttpServerHandler.java index 68a14ecf76..5bad6c90f0 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpServerHandler.java +++ b/instrumentation/http/src/main/java/brave/http/HttpServerHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpServerRequest.java b/instrumentation/http/src/main/java/brave/http/HttpServerRequest.java index 2bc7fd6aa0..2e57dc25ec 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpServerRequest.java +++ b/instrumentation/http/src/main/java/brave/http/HttpServerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpServerResponse.java b/instrumentation/http/src/main/java/brave/http/HttpServerResponse.java index 61df78d536..d2c80bc855 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpServerResponse.java +++ b/instrumentation/http/src/main/java/brave/http/HttpServerResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpTags.java b/instrumentation/http/src/main/java/brave/http/HttpTags.java index 1c96094c62..816a28218e 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpTags.java +++ b/instrumentation/http/src/main/java/brave/http/HttpTags.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpTracing.java b/instrumentation/http/src/main/java/brave/http/HttpTracing.java index b51c5f2fec..9e61026dde 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpTracing.java +++ b/instrumentation/http/src/main/java/brave/http/HttpTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/main/java/brave/http/HttpTracingCustomizer.java b/instrumentation/http/src/main/java/brave/http/HttpTracingCustomizer.java index 06aa8d26bd..219f348fe6 100644 --- a/instrumentation/http/src/main/java/brave/http/HttpTracingCustomizer.java +++ b/instrumentation/http/src/main/java/brave/http/HttpTracingCustomizer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/CurrentHttpTracingTest.java b/instrumentation/http/src/test/java/brave/http/CurrentHttpTracingTest.java index 6a64d93a85..85841ce688 100644 --- a/instrumentation/http/src/test/java/brave/http/CurrentHttpTracingTest.java +++ b/instrumentation/http/src/test/java/brave/http/CurrentHttpTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpClientHandlerTest.java b/instrumentation/http/src/test/java/brave/http/HttpClientHandlerTest.java index 2deb2f0ab2..b1009a7de2 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpClientHandlerTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpClientHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpClientRequestSetterTest.java b/instrumentation/http/src/test/java/brave/http/HttpClientRequestSetterTest.java index 725bf23b45..22a1daa696 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpClientRequestSetterTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpClientRequestSetterTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpHandlerTest.java b/instrumentation/http/src/test/java/brave/http/HttpHandlerTest.java index 7a76430e19..64f75b8066 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpHandlerTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpRequestMatchersTest.java b/instrumentation/http/src/test/java/brave/http/HttpRequestMatchersTest.java index 91da09290f..8f9c3a3896 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpRequestMatchersTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpRequestMatchersTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpResponseParserTest.java b/instrumentation/http/src/test/java/brave/http/HttpResponseParserTest.java index caeb46dafb..4a0b07262c 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpResponseParserTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpResponseParserTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpRuleSamplerTest.java b/instrumentation/http/src/test/java/brave/http/HttpRuleSamplerTest.java index 162bedb538..3daba5b75b 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpRuleSamplerTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpRuleSamplerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpServerHandlerTest.java b/instrumentation/http/src/test/java/brave/http/HttpServerHandlerTest.java index 9f4691d538..cbb61b869c 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpServerHandlerTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpServerHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpServerRequestTest.java b/instrumentation/http/src/test/java/brave/http/HttpServerRequestTest.java index 8747e034bf..628eac90a5 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpServerRequestTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpServerRequestTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpTagsTest.java b/instrumentation/http/src/test/java/brave/http/HttpTagsTest.java index 8eebb443d5..706330171a 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpTagsTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpTagsTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/HttpTracingTest.java b/instrumentation/http/src/test/java/brave/http/HttpTracingTest.java index 812fb73e40..46488c6757 100644 --- a/instrumentation/http/src/test/java/brave/http/HttpTracingTest.java +++ b/instrumentation/http/src/test/java/brave/http/HttpTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/http/src/test/java/brave/http/ITHttpTracingClassLoader.java b/instrumentation/http/src/test/java/brave/http/ITHttpTracingClassLoader.java index fb5a88ad56..eb9567a17c 100644 --- a/instrumentation/http/src/test/java/brave/http/ITHttpTracingClassLoader.java +++ b/instrumentation/http/src/test/java/brave/http/ITHttpTracingClassLoader.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.http; diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml index b4b2473c6f..d9409e1cba 100644 --- a/instrumentation/httpasyncclient/pom.xml +++ b/instrumentation/httpasyncclient/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/httpasyncclient/src/main/java/brave/httpasyncclient/TracingHttpAsyncClientBuilder.java b/instrumentation/httpasyncclient/src/main/java/brave/httpasyncclient/TracingHttpAsyncClientBuilder.java index c2f03bd2f4..66ec57cdd2 100644 --- a/instrumentation/httpasyncclient/src/main/java/brave/httpasyncclient/TracingHttpAsyncClientBuilder.java +++ b/instrumentation/httpasyncclient/src/main/java/brave/httpasyncclient/TracingHttpAsyncClientBuilder.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.httpasyncclient; diff --git a/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/HttpResponseWrapperTest.java b/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/HttpResponseWrapperTest.java index 3e4c6dd7f3..737adcbe0a 100644 --- a/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/HttpResponseWrapperTest.java +++ b/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/HttpResponseWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.httpasyncclient; diff --git a/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/ITTracingHttpAsyncClientBuilder.java b/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/ITTracingHttpAsyncClientBuilder.java index cc449edf3d..b22298357e 100644 --- a/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/ITTracingHttpAsyncClientBuilder.java +++ b/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/ITTracingHttpAsyncClientBuilder.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.httpasyncclient; diff --git a/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/TracingHttpAsyncClientBuilderTest.java b/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/TracingHttpAsyncClientBuilderTest.java index 0453ff5b59..6af87cfd0c 100644 --- a/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/TracingHttpAsyncClientBuilderTest.java +++ b/instrumentation/httpasyncclient/src/test/java/brave/httpasyncclient/TracingHttpAsyncClientBuilderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.httpasyncclient; diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml index 2e14d4f0c9..33278457a3 100644 --- a/instrumentation/httpclient/pom.xml +++ b/instrumentation/httpclient/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/httpclient/src/it/httpclient_floor/pom.xml b/instrumentation/httpclient/src/it/httpclient_floor/pom.xml index 1a2da46e76..cc540b7373 100644 --- a/instrumentation/httpclient/src/it/httpclient_floor/pom.xml +++ b/instrumentation/httpclient/src/it/httpclient_floor/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncExecCallbackWrapper.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncExecCallbackWrapper.java index e7ec8345d8..9e901aea0c 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncExecCallbackWrapper.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncExecCallbackWrapper.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.Span; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncHandleSendHandler.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncHandleSendHandler.java index 43ea151cea..8e23720a75 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncHandleSendHandler.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/AsyncHandleSendHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.httpclient5; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleReceiveHandler.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleReceiveHandler.java index d3ee39e0c0..3b88eca39d 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleReceiveHandler.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleReceiveHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.httpclient5; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleSendHandler.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleSendHandler.java index d506f28428..6f098d5372 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleSendHandler.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HandleSendHandler.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.Span; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClient5Tracing.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClient5Tracing.java index f98ec67485..fc5e3647f1 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClient5Tracing.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClient5Tracing.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.Tracing; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClientUtils.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClientUtils.java index a78cc36831..8d3e3a4e18 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClientUtils.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpClientUtils.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.Span; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpRequestWrapper.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpRequestWrapper.java index 90e613f366..dd47d98916 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpRequestWrapper.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpRequestWrapper.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.http.HttpClientRequest; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpResponseWrapper.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpResponseWrapper.java index 028728f698..9a1c381ff4 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpResponseWrapper.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/HttpResponseWrapper.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.http.HttpClientResponse; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextCloseScopeInterceptor.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextCloseScopeInterceptor.java index 3e15651b36..791c51afa1 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextCloseScopeInterceptor.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextCloseScopeInterceptor.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import org.apache.hc.core5.http.EntityDetails; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextFutureCallback.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextFutureCallback.java index d0b4a2a73b..28807821fe 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextFutureCallback.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextFutureCallback.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.propagation.CurrentTraceContext; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextOpenScopeInterceptor.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextOpenScopeInterceptor.java index 95dec52741..becb280d42 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextOpenScopeInterceptor.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TraceContextOpenScopeInterceptor.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.propagation.CurrentTraceContext; diff --git a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TracingHttpAsyncClient.java b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TracingHttpAsyncClient.java index 7214134d1a..07ec6a1e12 100644 --- a/instrumentation/httpclient5/src/main/java/brave/httpclient5/TracingHttpAsyncClient.java +++ b/instrumentation/httpclient5/src/main/java/brave/httpclient5/TracingHttpAsyncClient.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.propagation.CurrentTraceContext; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/HttpResponseWrapperTest.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/HttpResponseWrapperTest.java index b0dc43179d..ff5c062910 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/HttpResponseWrapperTest.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/HttpResponseWrapperTest.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import org.apache.hc.core5.http.HttpRequest; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingH2ClientBuilder.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingH2ClientBuilder.java index c9a70a5923..5983148c55 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingH2ClientBuilder.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingH2ClientBuilder.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.handler.MutableSpan; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpAsyncClientBuilder.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpAsyncClientBuilder.java index d4b9f4a5b9..671094c7b2 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpAsyncClientBuilder.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpAsyncClientBuilder.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.handler.MutableSpan; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpClientBuilder.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpClientBuilder.java index b1fc72e7bb..bd54906ad8 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpClientBuilder.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingCachingHttpClientBuilder.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.handler.MutableSpan; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingH2AsyncClientBuilder.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingH2AsyncClientBuilder.java index 5c3b8cf2b1..64f309214b 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingH2AsyncClientBuilder.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingH2AsyncClientBuilder.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.test.http.ITHttpAsyncClient; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpAsyncClientBuilder.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpAsyncClientBuilder.java index 9c1ebebb47..b67d763016 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpAsyncClientBuilder.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpAsyncClientBuilder.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.test.http.ITHttpAsyncClient; diff --git a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpClientBuilder.java b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpClientBuilder.java index d6d95dd9f2..dba6993742 100644 --- a/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpClientBuilder.java +++ b/instrumentation/httpclient5/src/test/java/brave/httpclient5/ITTracingHttpClientBuilder.java @@ -1,17 +1,7 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ - package brave.httpclient5; import brave.Span; diff --git a/instrumentation/jakarta-jms/pom.xml b/instrumentation/jakarta-jms/pom.xml index 76f424a3db..fae95111eb 100644 --- a/instrumentation/jakarta-jms/pom.xml +++ b/instrumentation/jakarta-jms/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml index 26982f6f73..41c5fda666 100644 --- a/instrumentation/jaxrs2/pom.xml +++ b/instrumentation/jaxrs2/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/ContainerParser.java b/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/ContainerParser.java index a628d07190..9155d3f0cf 100644 --- a/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/ContainerParser.java +++ b/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/ContainerParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/SpanCustomizingContainerFilter.java b/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/SpanCustomizingContainerFilter.java index 8f6f1b1c8e..286ad1e2d4 100644 --- a/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/SpanCustomizingContainerFilter.java +++ b/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/SpanCustomizingContainerFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/TracingClientFilter.java b/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/TracingClientFilter.java index af216f5c42..abe53ab2c1 100644 --- a/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/TracingClientFilter.java +++ b/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/TracingClientFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientRequestContextWrapperTest.java b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientRequestContextWrapperTest.java index 0afd60aabb..357de9bc45 100644 --- a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientRequestContextWrapperTest.java +++ b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientRequestContextWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientResponseContextWrapperTest.java b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientResponseContextWrapperTest.java index 031d9df6a8..3669963bfd 100644 --- a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientResponseContextWrapperTest.java +++ b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ClientResponseContextWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITSpanCustomizingContainerFilter.java b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITSpanCustomizingContainerFilter.java index 7db9d7c864..a73e617272 100644 --- a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITSpanCustomizingContainerFilter.java +++ b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITSpanCustomizingContainerFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITTracingJaxRSClientBuilder.java b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITTracingJaxRSClientBuilder.java index 357297ec85..3abb4b2819 100644 --- a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITTracingJaxRSClientBuilder.java +++ b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/ITTracingJaxRSClientBuilder.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/InjectionTest.java b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/InjectionTest.java index b3541ad251..2d46435db7 100644 --- a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/InjectionTest.java +++ b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/InjectionTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/TestResource.java b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/TestResource.java index aa7c12d527..1623a0df05 100644 --- a/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/TestResource.java +++ b/instrumentation/jaxrs2/src/test/java/brave/jaxrs2/TestResource.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jaxrs2; diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml index a9cc739fbc..8cbb0b0951 100644 --- a/instrumentation/jersey-server/pom.xml +++ b/instrumentation/jersey-server/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/jersey-server/src/main/java/brave/jersey/server/EventParser.java b/instrumentation/jersey-server/src/main/java/brave/jersey/server/EventParser.java index 7633637880..65fa744cde 100644 --- a/instrumentation/jersey-server/src/main/java/brave/jersey/server/EventParser.java +++ b/instrumentation/jersey-server/src/main/java/brave/jersey/server/EventParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/main/java/brave/jersey/server/SpanCustomizingApplicationEventListener.java b/instrumentation/jersey-server/src/main/java/brave/jersey/server/SpanCustomizingApplicationEventListener.java index e49d83d5c9..42b0d76242 100644 --- a/instrumentation/jersey-server/src/main/java/brave/jersey/server/SpanCustomizingApplicationEventListener.java +++ b/instrumentation/jersey-server/src/main/java/brave/jersey/server/SpanCustomizingApplicationEventListener.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/main/java/brave/jersey/server/TracingApplicationEventListener.java b/instrumentation/jersey-server/src/main/java/brave/jersey/server/TracingApplicationEventListener.java index 109951412c..25d8812772 100644 --- a/instrumentation/jersey-server/src/main/java/brave/jersey/server/TracingApplicationEventListener.java +++ b/instrumentation/jersey-server/src/main/java/brave/jersey/server/TracingApplicationEventListener.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/ContainerRequestWrapperTest.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/ContainerRequestWrapperTest.java index 42b8839c74..87f06113b7 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/ContainerRequestWrapperTest.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/ContainerRequestWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/EventParserTest.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/EventParserTest.java index b32efb09d9..c6de3fdca0 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/EventParserTest.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/EventParserTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITSpanCustomizingApplicationEventListener.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITSpanCustomizingApplicationEventListener.java index 708c08e98a..fccf2f728f 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITSpanCustomizingApplicationEventListener.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITSpanCustomizingApplicationEventListener.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITTracingApplicationEventListener.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITTracingApplicationEventListener.java index a37eb93a04..d21f862cd9 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITTracingApplicationEventListener.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/ITTracingApplicationEventListener.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/InjectionTest.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/InjectionTest.java index 0f12551b6b..f6035e1c66 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/InjectionTest.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/InjectionTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/RequestEventWrapperTest.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/RequestEventWrapperTest.java index c5194edf7b..97e4347bef 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/RequestEventWrapperTest.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/RequestEventWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/SpanCustomizingApplicationEventListenerTest.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/SpanCustomizingApplicationEventListenerTest.java index 169d123242..6da9fe4809 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/SpanCustomizingApplicationEventListenerTest.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/SpanCustomizingApplicationEventListenerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/TestResource.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/TestResource.java index c4e55f816b..b664f9f5b6 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/TestResource.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/TestResource.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jersey-server/src/test/java/brave/jersey/server/TracingApplicationEventListenerInjectionTest.java b/instrumentation/jersey-server/src/test/java/brave/jersey/server/TracingApplicationEventListenerInjectionTest.java index 6bf1978148..8b088ad4d5 100644 --- a/instrumentation/jersey-server/src/test/java/brave/jersey/server/TracingApplicationEventListenerInjectionTest.java +++ b/instrumentation/jersey-server/src/test/java/brave/jersey/server/TracingApplicationEventListenerInjectionTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jersey.server; diff --git a/instrumentation/jms-jakarta/pom.xml b/instrumentation/jms-jakarta/pom.xml index 0a92fc3369..06634fcd4f 100644 --- a/instrumentation/jms-jakarta/pom.xml +++ b/instrumentation/jms-jakarta/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/jms-jakarta/src/it/jms30/pom.xml b/instrumentation/jms-jakarta/src/it/jms30/pom.xml index 8345266407..9e3d656d51 100644 --- a/instrumentation/jms-jakarta/src/it/jms30/pom.xml +++ b/instrumentation/jms-jakarta/src/it/jms30/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/jms/src/it/jms11/pom.xml b/instrumentation/jms/src/it/jms11/pom.xml index afa5256c2a..d609970b33 100644 --- a/instrumentation/jms/src/it/jms11/pom.xml +++ b/instrumentation/jms/src/it/jms11/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/kafka-clients/src/it/kafka_floor/pom.xml b/instrumentation/kafka-clients/src/it/kafka_floor/pom.xml index 5e6e55c090..fe00ca8433 100644 --- a/instrumentation/kafka-clients/src/it/kafka_floor/pom.xml +++ b/instrumentation/kafka-clients/src/it/kafka_floor/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/BaseTracingProcessor.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/BaseTracingProcessor.java index cf26d8466b..06d14b1a67 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/BaseTracingProcessor.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/BaseTracingProcessor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaHeaders.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaHeaders.java index f0cdc9d7e6..fdaa2e7de9 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaHeaders.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaHeaders.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsPropagation.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsPropagation.java index df246f7243..aa4e70b3a9 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsPropagation.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsPropagation.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTags.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTags.java index 13e81c7836..c808d0b6de 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTags.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTags.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTracing.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTracing.java index 995031ebf9..176924705e 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTracing.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/KafkaStreamsTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessor.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessor.java index 2f4090fdfb..bde77a1f8f 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessor.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorContext.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorContext.java index 86c995bac1..2e4d5dffb0 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorContext.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorContext.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorSupplier.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorSupplier.java index ce12441e1c..a375daf07a 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorSupplier.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingFixedKeyProcessorSupplier.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingKafkaClientSupplier.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingKafkaClientSupplier.java index 2c4a85c943..fe99597e0a 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingKafkaClientSupplier.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingKafkaClientSupplier.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessingContext.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessingContext.java index 8f7e0b75ed..ad9987e743 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessingContext.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessingContext.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessor.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessor.java index 184546f3e6..1065d5fbdf 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessor.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorContext.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorContext.java index 36331f8de2..07047b7fe4 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorContext.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorContext.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorSupplier.java b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorSupplier.java index 982af06ffa..9481f9a31c 100644 --- a/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorSupplier.java +++ b/instrumentation/kafka-streams/src/main/java/brave/kafka/streams/TracingProcessorSupplier.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreams.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreams.java index 003156eca3..494e226e57 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreams.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreams.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreamsTracing.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreamsTracing.java index 4eb3d6d24a..c1780a13a6 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreamsTracing.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/ITKafkaStreamsTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaContainer.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaContainer.java index f17a46f743..20eb245b58 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaContainer.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaContainer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaHeadersTest.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaHeadersTest.java index e52ca75545..f4f53a4be0 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaHeadersTest.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaHeadersTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTest.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTest.java index b7b761641f..f8ec285980 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTest.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTracingTest.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTracingTest.java index 47dbbe581d..bf6ecfa56b 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTracingTest.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/KafkaStreamsTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/TracingKafkaClientSupplierTests.java b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/TracingKafkaClientSupplierTests.java index 59da1626ca..088dc37163 100644 --- a/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/TracingKafkaClientSupplierTests.java +++ b/instrumentation/kafka-streams/src/test/java/brave/kafka/streams/TracingKafkaClientSupplierTests.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.kafka.streams; diff --git a/instrumentation/messaging/pom.xml b/instrumentation/messaging/pom.xml index 826ac7b85a..b57965e020 100644 --- a/instrumentation/messaging/pom.xml +++ b/instrumentation/messaging/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/messaging/src/main/java/brave/messaging/ConsumerRequest.java b/instrumentation/messaging/src/main/java/brave/messaging/ConsumerRequest.java index fa690d7b26..65a237ade2 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/ConsumerRequest.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/ConsumerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/ConsumerResponse.java b/instrumentation/messaging/src/main/java/brave/messaging/ConsumerResponse.java index 83ca40275d..a3a337a147 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/ConsumerResponse.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/ConsumerResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequest.java b/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequest.java index 592e0fd709..816f3de41c 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequest.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequestMatchers.java b/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequestMatchers.java index 0ac54e944e..ebf4e2b863 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequestMatchers.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/MessagingRequestMatchers.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/MessagingResponse.java b/instrumentation/messaging/src/main/java/brave/messaging/MessagingResponse.java index 2c69cb03a3..ea40dd45a1 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/MessagingResponse.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/MessagingResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/MessagingRuleSampler.java b/instrumentation/messaging/src/main/java/brave/messaging/MessagingRuleSampler.java index dbdfb3ec5f..cd72d796a1 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/MessagingRuleSampler.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/MessagingRuleSampler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracing.java b/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracing.java index cf7b475458..e0c7336dd9 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracing.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracingCustomizer.java b/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracingCustomizer.java index c9c3a7d268..f68e6eb698 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracingCustomizer.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/MessagingTracingCustomizer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/ProducerRequest.java b/instrumentation/messaging/src/main/java/brave/messaging/ProducerRequest.java index bc54c51a4f..7a13494f6e 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/ProducerRequest.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/ProducerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/main/java/brave/messaging/ProducerResponse.java b/instrumentation/messaging/src/main/java/brave/messaging/ProducerResponse.java index 4ee57c8c46..a6080f1d1b 100644 --- a/instrumentation/messaging/src/main/java/brave/messaging/ProducerResponse.java +++ b/instrumentation/messaging/src/main/java/brave/messaging/ProducerResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/test/java/brave/messaging/CurrentMessagingTracingTest.java b/instrumentation/messaging/src/test/java/brave/messaging/CurrentMessagingTracingTest.java index 0f6b4962ae..7262b2f2e4 100644 --- a/instrumentation/messaging/src/test/java/brave/messaging/CurrentMessagingTracingTest.java +++ b/instrumentation/messaging/src/test/java/brave/messaging/CurrentMessagingTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/test/java/brave/messaging/MessagingRequestMatchersTest.java b/instrumentation/messaging/src/test/java/brave/messaging/MessagingRequestMatchersTest.java index a4a8f0aaf3..334f584002 100644 --- a/instrumentation/messaging/src/test/java/brave/messaging/MessagingRequestMatchersTest.java +++ b/instrumentation/messaging/src/test/java/brave/messaging/MessagingRequestMatchersTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/test/java/brave/messaging/MessagingRuleSamplerTest.java b/instrumentation/messaging/src/test/java/brave/messaging/MessagingRuleSamplerTest.java index 047818b83c..56a11e5b3f 100644 --- a/instrumentation/messaging/src/test/java/brave/messaging/MessagingRuleSamplerTest.java +++ b/instrumentation/messaging/src/test/java/brave/messaging/MessagingRuleSamplerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingClassLoaderTest.java b/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingClassLoaderTest.java index faf84ce8db..d34fe36b2f 100644 --- a/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingClassLoaderTest.java +++ b/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingClassLoaderTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingTest.java b/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingTest.java index ae2bfd5148..761ce14cd3 100644 --- a/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingTest.java +++ b/instrumentation/messaging/src/test/java/brave/messaging/MessagingTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging; diff --git a/instrumentation/messaging/src/test/java/brave/messaging/features/ExampleTest.java b/instrumentation/messaging/src/test/java/brave/messaging/features/ExampleTest.java index 25f0066317..8b8d971d39 100644 --- a/instrumentation/messaging/src/test/java/brave/messaging/features/ExampleTest.java +++ b/instrumentation/messaging/src/test/java/brave/messaging/features/ExampleTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.messaging.features; diff --git a/instrumentation/mongodb/pom.xml b/instrumentation/mongodb/pom.xml index 04811e3778..d024e5c374 100644 --- a/instrumentation/mongodb/pom.xml +++ b/instrumentation/mongodb/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/mongodb/src/it/mongodb_floor/pom.xml b/instrumentation/mongodb/src/it/mongodb_floor/pom.xml index 2a69bd8b11..463b5818d0 100644 --- a/instrumentation/mongodb/src/it/mongodb_floor/pom.xml +++ b/instrumentation/mongodb/src/it/mongodb_floor/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/mysql/src/main/java/brave/mysql/TracingStatementInterceptor.java b/instrumentation/mysql/src/main/java/brave/mysql/TracingStatementInterceptor.java index be0a9acff6..bac67b8219 100644 --- a/instrumentation/mysql/src/main/java/brave/mysql/TracingStatementInterceptor.java +++ b/instrumentation/mysql/src/main/java/brave/mysql/TracingStatementInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql; diff --git a/instrumentation/mysql/src/test/java/brave/mysql/ITTracingStatementInterceptor.java b/instrumentation/mysql/src/test/java/brave/mysql/ITTracingStatementInterceptor.java index ca4cd5b1f6..6feff37d38 100644 --- a/instrumentation/mysql/src/test/java/brave/mysql/ITTracingStatementInterceptor.java +++ b/instrumentation/mysql/src/test/java/brave/mysql/ITTracingStatementInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql; diff --git a/instrumentation/mysql/src/test/java/brave/mysql/TracingStatementInterceptorTest.java b/instrumentation/mysql/src/test/java/brave/mysql/TracingStatementInterceptorTest.java index 0938f70b39..943fe5bcc1 100644 --- a/instrumentation/mysql/src/test/java/brave/mysql/TracingStatementInterceptorTest.java +++ b/instrumentation/mysql/src/test/java/brave/mysql/TracingStatementInterceptorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql; diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml index fd43e05875..85c76ed06c 100644 --- a/instrumentation/mysql6/pom.xml +++ b/instrumentation/mysql6/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/mysql6/src/main/java/brave/mysql6/TracingStatementInterceptor.java b/instrumentation/mysql6/src/main/java/brave/mysql6/TracingStatementInterceptor.java index 198c76bebf..dbc6697426 100644 --- a/instrumentation/mysql6/src/main/java/brave/mysql6/TracingStatementInterceptor.java +++ b/instrumentation/mysql6/src/main/java/brave/mysql6/TracingStatementInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql6; diff --git a/instrumentation/mysql6/src/test/java/brave/mysql6/ITTracingStatementInterceptor.java b/instrumentation/mysql6/src/test/java/brave/mysql6/ITTracingStatementInterceptor.java index f9b8b958ff..d4221ba227 100644 --- a/instrumentation/mysql6/src/test/java/brave/mysql6/ITTracingStatementInterceptor.java +++ b/instrumentation/mysql6/src/test/java/brave/mysql6/ITTracingStatementInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql6; diff --git a/instrumentation/mysql6/src/test/java/brave/mysql6/TracingStatementInterceptorTest.java b/instrumentation/mysql6/src/test/java/brave/mysql6/TracingStatementInterceptorTest.java index 9a3f63af25..93f7a9c4b7 100644 --- a/instrumentation/mysql6/src/test/java/brave/mysql6/TracingStatementInterceptorTest.java +++ b/instrumentation/mysql6/src/test/java/brave/mysql6/TracingStatementInterceptorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql6; diff --git a/instrumentation/mysql8/pom.xml b/instrumentation/mysql8/pom.xml index 1085ba8e5e..20dd10e1b7 100644 --- a/instrumentation/mysql8/pom.xml +++ b/instrumentation/mysql8/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/mysql8/src/main/java/brave/mysql8/TracingExceptionInterceptor.java b/instrumentation/mysql8/src/main/java/brave/mysql8/TracingExceptionInterceptor.java index 6c8e627e8d..cc1960dff4 100644 --- a/instrumentation/mysql8/src/main/java/brave/mysql8/TracingExceptionInterceptor.java +++ b/instrumentation/mysql8/src/main/java/brave/mysql8/TracingExceptionInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql8; diff --git a/instrumentation/mysql8/src/main/java/brave/mysql8/TracingQueryInterceptor.java b/instrumentation/mysql8/src/main/java/brave/mysql8/TracingQueryInterceptor.java index fde632a862..68a5b3fc7a 100644 --- a/instrumentation/mysql8/src/main/java/brave/mysql8/TracingQueryInterceptor.java +++ b/instrumentation/mysql8/src/main/java/brave/mysql8/TracingQueryInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql8; diff --git a/instrumentation/mysql8/src/test/java/brave/mysql8/ITTracingQueryInterceptor.java b/instrumentation/mysql8/src/test/java/brave/mysql8/ITTracingQueryInterceptor.java index 0e6c69d7dc..fa30f60ef6 100644 --- a/instrumentation/mysql8/src/test/java/brave/mysql8/ITTracingQueryInterceptor.java +++ b/instrumentation/mysql8/src/test/java/brave/mysql8/ITTracingQueryInterceptor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql8; diff --git a/instrumentation/mysql8/src/test/java/brave/mysql8/TracingQueryInterceptorTest.java b/instrumentation/mysql8/src/test/java/brave/mysql8/TracingQueryInterceptorTest.java index 48df57aa00..4a91be6341 100644 --- a/instrumentation/mysql8/src/test/java/brave/mysql8/TracingQueryInterceptorTest.java +++ b/instrumentation/mysql8/src/test/java/brave/mysql8/TracingQueryInterceptorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.mysql8; diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml index 9188fab7b2..00611da75d 100644 --- a/instrumentation/netty-codec-http/pom.xml +++ b/instrumentation/netty-codec-http/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/netty-codec-http/src/main/java/brave/netty/http/NettyHttpTracing.java b/instrumentation/netty-codec-http/src/main/java/brave/netty/http/NettyHttpTracing.java index ee4a6e8833..5d899d9a26 100644 --- a/instrumentation/netty-codec-http/src/main/java/brave/netty/http/NettyHttpTracing.java +++ b/instrumentation/netty-codec-http/src/main/java/brave/netty/http/NettyHttpTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.netty.http; diff --git a/instrumentation/netty-codec-http/src/main/java/brave/netty/http/TracingHttpServerHandler.java b/instrumentation/netty-codec-http/src/main/java/brave/netty/http/TracingHttpServerHandler.java index 31c4f93632..187f927cee 100644 --- a/instrumentation/netty-codec-http/src/main/java/brave/netty/http/TracingHttpServerHandler.java +++ b/instrumentation/netty-codec-http/src/main/java/brave/netty/http/TracingHttpServerHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.netty.http; diff --git a/instrumentation/netty-codec-http/src/test/java/brave/netty/http/HttpResponseWrapperTest.java b/instrumentation/netty-codec-http/src/test/java/brave/netty/http/HttpResponseWrapperTest.java index 59407062a0..e650802ba7 100644 --- a/instrumentation/netty-codec-http/src/test/java/brave/netty/http/HttpResponseWrapperTest.java +++ b/instrumentation/netty-codec-http/src/test/java/brave/netty/http/HttpResponseWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.netty.http; diff --git a/instrumentation/netty-codec-http/src/test/java/brave/netty/http/ITNettyHttpTracing.java b/instrumentation/netty-codec-http/src/test/java/brave/netty/http/ITNettyHttpTracing.java index fc0b7eded1..2717790997 100644 --- a/instrumentation/netty-codec-http/src/test/java/brave/netty/http/ITNettyHttpTracing.java +++ b/instrumentation/netty-codec-http/src/test/java/brave/netty/http/ITNettyHttpTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.netty.http; diff --git a/instrumentation/netty-codec-http/src/test/java/brave/netty/http/TestHandler.java b/instrumentation/netty-codec-http/src/test/java/brave/netty/http/TestHandler.java index f8b789e260..d3131cfd07 100644 --- a/instrumentation/netty-codec-http/src/test/java/brave/netty/http/TestHandler.java +++ b/instrumentation/netty-codec-http/src/test/java/brave/netty/http/TestHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.netty.http; diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml index b190a059d7..b84d191c28 100644 --- a/instrumentation/okhttp3/pom.xml +++ b/instrumentation/okhttp3/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/okhttp3/src/it/okhttp3_floor/pom.xml b/instrumentation/okhttp3/src/it/okhttp3_floor/pom.xml index 8b400d7e04..de5987732b 100644 --- a/instrumentation/okhttp3/src/it/okhttp3_floor/pom.xml +++ b/instrumentation/okhttp3/src/it/okhttp3_floor/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/rpc/pom.xml b/instrumentation/rpc/pom.xml index a777034338..d73db1de8c 100644 --- a/instrumentation/rpc/pom.xml +++ b/instrumentation/rpc/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcClientHandler.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcClientHandler.java index 230abcf09a..d73460e8e9 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcClientHandler.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcClientHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcClientRequest.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcClientRequest.java index 54cdceb6e3..78b3e3e30a 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcClientRequest.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcClientRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcClientResponse.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcClientResponse.java index 18a6f9c1a8..aee5771c48 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcClientResponse.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcClientResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcHandler.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcHandler.java index 04d32c9d1c..83bf65d0fc 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcHandler.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcRequest.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcRequest.java index cf69330b90..ae8a642a43 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcRequest.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestMatchers.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestMatchers.java index 718efe37cd..55c559a101 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestMatchers.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestMatchers.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestParser.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestParser.java index c00b1f95fe..52e79014d3 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestParser.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcRequestParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcResponse.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcResponse.java index 94fc2cd738..aa5e2f01c1 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcResponse.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcResponseParser.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcResponseParser.java index 22cace93a6..537225fd91 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcResponseParser.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcResponseParser.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcRuleSampler.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcRuleSampler.java index f21149898b..632e6f2cd6 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcRuleSampler.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcRuleSampler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcServerHandler.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcServerHandler.java index 6011d17c7c..d1f5fef711 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcServerHandler.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcServerHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcServerRequest.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcServerRequest.java index 581bacace6..0dccb83112 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcServerRequest.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcServerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcServerResponse.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcServerResponse.java index b4e492aa4d..75128561fc 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcServerResponse.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcServerResponse.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcTags.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcTags.java index 315b1059a9..bcb9bca616 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcTags.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcTags.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcTracing.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcTracing.java index b6ced75aec..5166764a78 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcTracing.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/main/java/brave/rpc/RpcTracingCustomizer.java b/instrumentation/rpc/src/main/java/brave/rpc/RpcTracingCustomizer.java index b547226490..bca6acd355 100644 --- a/instrumentation/rpc/src/main/java/brave/rpc/RpcTracingCustomizer.java +++ b/instrumentation/rpc/src/main/java/brave/rpc/RpcTracingCustomizer.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/CurrentRpcTracingTest.java b/instrumentation/rpc/src/test/java/brave/rpc/CurrentRpcTracingTest.java index 611fb057f0..bae3392c36 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/CurrentRpcTracingTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/CurrentRpcTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/ITRpcTracingClassLoader.java b/instrumentation/rpc/src/test/java/brave/rpc/ITRpcTracingClassLoader.java index c599d699f6..93ba8dbec0 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/ITRpcTracingClassLoader.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/ITRpcTracingClassLoader.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcClientHandlerTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcClientHandlerTest.java index 152f5126d8..17a4276b1f 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcClientHandlerTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcClientHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcClientRequestSetterTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcClientRequestSetterTest.java index 74205be387..03f99286d3 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcClientRequestSetterTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcClientRequestSetterTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcHandlerTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcHandlerTest.java index 8f3e0d0ad2..7bef19eb37 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcHandlerTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcParserTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcParserTest.java index dd5afd751f..f6d23da8b6 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcParserTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcParserTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestMatchersTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestMatchersTest.java index 71ef80fa25..84d745d1a7 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestMatchersTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestMatchersTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestParserTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestParserTest.java index 89b6e43e7f..074f3a538d 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestParserTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcRequestParserTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcResponseParserTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcResponseParserTest.java index 9008bca2ac..d664804991 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcResponseParserTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcResponseParserTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcRuleSamplerTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcRuleSamplerTest.java index 4d421a7342..7caab55eec 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcRuleSamplerTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcRuleSamplerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcServerHandlerTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcServerHandlerTest.java index 18cc5f3724..671157d7aa 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcServerHandlerTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcServerHandlerTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcTagsTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcTagsTest.java index 9115609ea6..f8b627f340 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcTagsTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcTagsTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/RpcTracingTest.java b/instrumentation/rpc/src/test/java/brave/rpc/RpcTracingTest.java index 969d000956..b6f35e7bc9 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/RpcTracingTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/RpcTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc; diff --git a/instrumentation/rpc/src/test/java/brave/rpc/features/ExampleTest.java b/instrumentation/rpc/src/test/java/brave/rpc/features/ExampleTest.java index de4e3d8ca0..ee0f071829 100644 --- a/instrumentation/rpc/src/test/java/brave/rpc/features/ExampleTest.java +++ b/instrumentation/rpc/src/test/java/brave/rpc/features/ExampleTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.rpc.features; diff --git a/instrumentation/servlet-jakarta/pom.xml b/instrumentation/servlet-jakarta/pom.xml index 57c0ca47d3..8c160e864f 100644 --- a/instrumentation/servlet-jakarta/pom.xml +++ b/instrumentation/servlet-jakarta/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletRequestWrapper.java b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletRequestWrapper.java index 5d22f2b254..263506175e 100644 --- a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletRequestWrapper.java +++ b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletRequestWrapper.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2022 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet; diff --git a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletResponseWrapper.java b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletResponseWrapper.java index 62ee7272c6..8f6f67afd7 100644 --- a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletResponseWrapper.java +++ b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/HttpServletResponseWrapper.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2022 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet; diff --git a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/TracingFilter.java b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/TracingFilter.java index ba51007e29..9668f673fa 100644 --- a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/TracingFilter.java +++ b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/TracingFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet; diff --git a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/internal/ServletRuntime.java b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/internal/ServletRuntime.java index ffe456e2d6..41ac9b3727 100644 --- a/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/internal/ServletRuntime.java +++ b/instrumentation/servlet-jakarta/src/main/java/brave/jakarta/servlet/internal/ServletRuntime.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet.internal; diff --git a/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletRequestWrapperTest.java b/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletRequestWrapperTest.java index 2af7f56e36..d8d157393e 100644 --- a/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletRequestWrapperTest.java +++ b/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletRequestWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet; diff --git a/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletResponseWrapperTest.java b/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletResponseWrapperTest.java index e736af1803..f1982d447f 100644 --- a/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletResponseWrapperTest.java +++ b/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/HttpServletResponseWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet; diff --git a/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/ITTracingFilter.java b/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/ITTracingFilter.java index 8b6e4cf89b..9579dec568 100644 --- a/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/ITTracingFilter.java +++ b/instrumentation/servlet-jakarta/src/test/java/brave/jakarta/servlet/ITTracingFilter.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.jakarta.servlet; diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml index 4d2be39001..513d01b75a 100644 --- a/instrumentation/servlet/pom.xml +++ b/instrumentation/servlet/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/servlet/src/it/servlet25/pom.xml b/instrumentation/servlet/src/it/servlet25/pom.xml index e9054df9f9..6cc132274d 100644 --- a/instrumentation/servlet/src/it/servlet25/pom.xml +++ b/instrumentation/servlet/src/it/servlet25/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageConsumerRequest.java b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageConsumerRequest.java index 3c1abf9bbf..f92f38df98 100644 --- a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageConsumerRequest.java +++ b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageConsumerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageHeaders.java b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageHeaders.java index 4605e0df3a..9765cb29df 100644 --- a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageHeaders.java +++ b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageHeaders.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageProducerRequest.java b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageProducerRequest.java index 0717764959..6ea3a8e075 100644 --- a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageProducerRequest.java +++ b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/MessageProducerRequest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/SpringRabbitTracing.java b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/SpringRabbitTracing.java index 05c28efae8..3de2f4cae0 100644 --- a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/SpringRabbitTracing.java +++ b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/SpringRabbitTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingMessagePostProcessor.java b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingMessagePostProcessor.java index a4cdfa8f8d..e88567a7b7 100644 --- a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingMessagePostProcessor.java +++ b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingMessagePostProcessor.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2020 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingRabbitListenerAdvice.java b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingRabbitListenerAdvice.java index b603606542..cf59596c90 100644 --- a/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingRabbitListenerAdvice.java +++ b/instrumentation/spring-rabbit/src/main/java/brave/spring/rabbit/TracingRabbitListenerAdvice.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbit.java b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbit.java index dbe132c8bb..3e87d67240 100644 --- a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbit.java +++ b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbit.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbitTracing.java b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbitTracing.java index 867d6d8d0c..48cf4fa252 100644 --- a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbitTracing.java +++ b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/ITSpringRabbitTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/MessageHeadersTest.java b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/MessageHeadersTest.java index 70cfb9325c..3263faac69 100644 --- a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/MessageHeadersTest.java +++ b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/MessageHeadersTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/SpringRabbitTracingTest.java b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/SpringRabbitTracingTest.java index 655301c1d8..ffea44af3b 100644 --- a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/SpringRabbitTracingTest.java +++ b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/SpringRabbitTracingTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingMessagePostProcessorTest.java b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingMessagePostProcessorTest.java index c491093837..41de972372 100644 --- a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingMessagePostProcessorTest.java +++ b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingMessagePostProcessorTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingRabbitListenerAdviceTest.java b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingRabbitListenerAdviceTest.java index 2f7b949af9..a56ac96efa 100644 --- a/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingRabbitListenerAdviceTest.java +++ b/instrumentation/spring-rabbit/src/test/java/brave/spring/rabbit/TracingRabbitListenerAdviceTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.spring.rabbit; diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml index dd10edd280..9c3db29af3 100644 --- a/instrumentation/spring-web/pom.xml +++ b/instrumentation/spring-web/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/spring-web/src/it/spring_floor/pom.xml b/instrumentation/spring-web/src/it/spring_floor/pom.xml index 61c9a52154..67068055ed 100644 --- a/instrumentation/spring-web/src/it/spring_floor/pom.xml +++ b/instrumentation/spring-web/src/it/spring_floor/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/spring-webmvc/src/it/servlet25/pom.xml b/instrumentation/spring-webmvc/src/it/servlet25/pom.xml index 9315a00e09..03c515f1a0 100644 --- a/instrumentation/spring-webmvc/src/it/servlet25/pom.xml +++ b/instrumentation/spring-webmvc/src/it/servlet25/pom.xml @@ -1,17 +1,8 @@ diff --git a/instrumentation/vertx-web/src/main/java/brave/vertx/web/TracingRoutingContextHandler.java b/instrumentation/vertx-web/src/main/java/brave/vertx/web/TracingRoutingContextHandler.java index b89b2fc06b..e090c09e36 100644 --- a/instrumentation/vertx-web/src/main/java/brave/vertx/web/TracingRoutingContextHandler.java +++ b/instrumentation/vertx-web/src/main/java/brave/vertx/web/TracingRoutingContextHandler.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2024 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.vertx.web; diff --git a/instrumentation/vertx-web/src/main/java/brave/vertx/web/VertxWebTracing.java b/instrumentation/vertx-web/src/main/java/brave/vertx/web/VertxWebTracing.java index 933e669930..fee26556fa 100644 --- a/instrumentation/vertx-web/src/main/java/brave/vertx/web/VertxWebTracing.java +++ b/instrumentation/vertx-web/src/main/java/brave/vertx/web/VertxWebTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2019 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.vertx.web; diff --git a/instrumentation/vertx-web/src/test/java/brave/vertx/web/HttpServerResponseWrapperTest.java b/instrumentation/vertx-web/src/test/java/brave/vertx/web/HttpServerResponseWrapperTest.java index 541715f0a6..ce51910a64 100644 --- a/instrumentation/vertx-web/src/test/java/brave/vertx/web/HttpServerResponseWrapperTest.java +++ b/instrumentation/vertx-web/src/test/java/brave/vertx/web/HttpServerResponseWrapperTest.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.vertx.web; diff --git a/instrumentation/vertx-web/src/test/java/brave/vertx/web/ITVertxWebTracing.java b/instrumentation/vertx-web/src/test/java/brave/vertx/web/ITVertxWebTracing.java index 3f8190c088..e69224668b 100644 --- a/instrumentation/vertx-web/src/test/java/brave/vertx/web/ITVertxWebTracing.java +++ b/instrumentation/vertx-web/src/test/java/brave/vertx/web/ITVertxWebTracing.java @@ -1,15 +1,6 @@ /* - * Copyright 2013-2023 The OpenZipkin Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT 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 The OpenZipkin Authors + * SPDX-License-Identifier: Apache-2.0 */ package brave.vertx.web; diff --git a/pom.xml b/pom.xml index 81fc1fa158..07a495ea09 100755 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,8 @@ diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml index 3e63313bc5..cd80b7b216 100644 --- a/spring-beans/pom.xml +++ b/spring-beans/pom.xml @@ -1,17 +1,8 @@ diff --git a/spring-beans/src/it/spring_floor/pom.xml b/spring-beans/src/it/spring_floor/pom.xml index 51b53dabb0..ec84aea690 100644 --- a/spring-beans/src/it/spring_floor/pom.xml +++ b/spring-beans/src/it/spring_floor/pom.xml @@ -1,17 +1,8 @@