From e9bf066c2042b2079064d40ec5579063faf3d15f Mon Sep 17 00:00:00 2001 From: ruhan Date: Mon, 6 May 2024 10:19:00 +0800 Subject: [PATCH] Update headers --- .github/workflows/maven-build.yml | 16 ++++++++++++++++ core/pom.xml | 2 +- .../test/http/common/CommonMethod.java | 2 +- .../test/http/common/HttpServerFixture.java | 2 +- .../test/http/expect/ContentResponse.java | 2 +- .../test/http/expect/ExpectationHandler.java | 2 +- .../test/http/expect/ExpectationServer.java | 2 +- .../test/http/expect/ExpectationServlet.java | 2 +- .../test/http/stream/FileResolver.java | 2 +- .../test/http/stream/JarFileResolver.java | 2 +- .../test/http/stream/StreamResolver.java | 2 +- .../test/http/stream/StreamServer.java | 2 +- .../test/http/stream/StreamServlet.java | 2 +- .../commonjava/test/http/util/PortFinder.java | 2 +- .../commonjava/test/http/util/StreamUtils.java | 2 +- .../org/commonjava/test/http/util/UrlUtils.java | 2 +- junit4/pom.xml | 2 +- .../junit4/expect/ExpectationServerWrapper.java | 2 +- .../http/junit4/stream/StreamServerWrapper.java | 2 +- .../test/http/junt4/TestHttpServerTest.java | 2 +- junit5/pom.xml | 2 +- .../test/http/junit5/annotations/Expected.java | 2 +- .../expect/ExpectationServerExtension.java | 2 +- .../junit5/stream/StreamServerExtension.java | 2 +- .../test/http/junit5/AbstractExtensionTest.java | 2 +- .../junit5/TestHttpServerExtendWithTest.java | 2 +- .../http/junit5/TestHttpServerRegisterTest.java | 2 +- pom.xml | 2 +- quarkus/pom.xml | 2 +- .../test/http/quarkus/InjectExpected.java | 2 +- .../test/http/quarkus/InjectStream.java | 2 +- .../internal/ExpectationServerCallBack.java | 2 +- .../quarkus/internal/StreamServerCallBack.java | 2 +- .../http/quarkus/TestHttpServerWithQuarkus.java | 2 +- 34 files changed, 49 insertions(+), 33 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 6187f36..6cea88c 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -1,3 +1,19 @@ +# +# Copyright (C) 2011-2024 Red Hat, Inc. (https://github.com/Commonjava/http-testserver) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + name: build on maven on: diff --git a/core/pom.xml b/core/pom.xml index aa5b379..ada8af7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,6 +1,6 @@