From d03450ff5bd8ac54726194b79cb2ed26ac13adac Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Sat, 28 Mar 2020 18:57:54 +0100 Subject: [PATCH] fix copyrights Signed-off-by: Lukas Jungmann --- jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude | 1 + jaxws-ri/extras/jaxws-maven-plugin/exclude.xml | 2 +- .../src/it/jaxws-ri-samples/fromwsdl/client/pom.xml | 2 +- .../src/it/jaxws-ri-samples/fromwsdl/pom.xml | 2 +- .../src/it/jaxws-ri-samples/fromwsdl/server/pom.xml | 2 +- jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml | 2 +- .../main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java | 2 +- .../src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml | 2 +- .../src/it/wsgen/src/main/webapp/WEB-INF/web.xml | 2 +- .../extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml | 2 +- jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java | 2 +- .../org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java | 2 +- .../src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java | 2 +- .../main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java | 2 +- .../src/site/resources/release-notes-21.html | 3 +-- .../src/site/resources/release-notes-22.html | 3 +-- .../src/site/resources/release-notes-221.html | 3 +-- .../src/site/resources/release-notes-23.html | 3 +-- jaxws-ri/extras/jaxws-maven-plugin/src/site/site.xml | 2 +- .../jaxws-maven-plugin/src/test/it/help/invoker.properties | 3 ++- jaxws-ri/extras/jaxws-maven-plugin/src/test/it/help/pom.xml | 2 +- .../src/test/it/jaxwscommons-103/lib/pom.xml | 2 +- .../src/main/java/mojo/it/jaxwscommons103/lib/EchoImpl.java | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-103/pom.xml | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-103/ws/pom.xml | 2 +- .../it/jaxwscommons-103/ws/src/main/wsgen/metadata-echo.xml | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-3/pom.xml | 2 +- .../src/main/java/com/mycompany/mavenproject2/NewServlet.java | 2 +- .../main/java/com/mycompany/mavenproject2/NewWebService.java | 2 +- .../src/test/it/jaxwscommons-3/src/main/webapp/index.jsp | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-4/pom.xml | 2 +- .../src/test/it/jaxwscommons-43/invoker.properties | 3 ++- .../jaxws-maven-plugin/src/test/it/jaxwscommons-43/pom.xml | 2 +- .../src/main/java/tests/jaxwscommons43/WsImplA.java | 2 +- .../src/main/java/tests/jaxwscommons43/WsImplB.java | 2 +- .../src/main/java/tests/jaxwscommons43/WsIntf.java | 2 +- .../src/test/it/jaxwscommons-49/foo/AddService.wsdl | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-49/pom.xml | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-62/pom.xml | 2 +- .../src/test/it/jaxwscommons-62/src/mywsdls/a.wsdl | 2 +- .../src/test/it/jaxwscommons-62/src/mywsdls/b/b.wsdl | 2 +- .../src/test/it/jaxwscommons-62/src/mywsdls/c.wsdl | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-81/pom.xml | 2 +- .../src/test/it/jaxwscommons-81/src/jaxws/bindings-default.xjc | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/AddService.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/EchoService.java | 2 +- .../src/test/it/jaxwscommons-81/src/remote-xjc/bindings.xjc | 2 +- .../src/test/it/jaxwscommons-81/src/test-wsdl/AddService.wsdl | 2 +- .../src/test/it/jaxwscommons-81/src/test-wsdl/xjc/a.xml | 2 +- .../src/test/it/jaxwscommons-81/src/test-wsdl/xjc/b.xml | 2 +- .../src/test/it/jaxwscommons-81/src/test-wsdl/xjc/c.xml | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/TService.java | 2 +- .../src/test/it/jaxwscommons-81/src/wsdl/HelloWs.wsdl | 2 +- .../src/test/it/jaxwscommons-81/src/wsdl/HelloWs_schema1.xsd | 2 +- .../src/test/it/jaxwscommons-87/child/pom.xml | 2 +- .../jaxwscommons-87/child/src/main/bindings/echo-handlers.xml | 2 +- .../org/jvnet/jax_ws_commons/jaxws/test/WSClientHandler.java | 2 +- .../src/test/it/jaxwscommons-87/child/src/main/wsdl/echo.wsdl | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-87/pom.xml | 2 +- .../jaxws-maven-plugin/src/test/it/jaxwscommons-91/pom.xml | 2 +- .../src/main/java/com/mycompany/mavenproject2/CustomEx.java | 2 +- .../main/java/com/mycompany/mavenproject2/NewWebService.java | 2 +- .../src/test/it/jaxwscommons-95/invoker.properties | 3 ++- .../jaxws-maven-plugin/src/test/it/jaxwscommons-95/pom.xml | 2 +- .../src/main/java/org/jvnet/jax_ws_commons/jaxws/Client.java | 2 +- .../src/test/it/jaxwscommons-95/src/wsdl/AddService.wsdl | 2 +- .../src/test/it/jaxwscommons-98/invoker.properties | 3 ++- .../jaxws-maven-plugin/src/test/it/jaxwscommons-98/pom.xml | 2 +- jaxws-ri/extras/jaxws-maven-plugin/src/test/it/metro/pom.xml | 2 +- .../src/test/it/metro/src/jaxws/bindings-default.xjc | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/AddService.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/EchoService.java | 2 +- .../src/test/it/metro/src/remote-xjc/bindings.xjc | 2 +- .../src/test/it/metro/src/test-wsdl/AddService.wsdl | 2 +- .../src/test/it/metro/src/test-wsdl/xjc/a.xml | 2 +- .../src/test/it/metro/src/test-wsdl/xjc/b.xml | 2 +- .../src/test/it/metro/src/test-wsdl/xjc/c.xml | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/TService.java | 2 +- .../jaxws-maven-plugin/src/test/it/metro/src/wsdl/HelloWs.wsdl | 2 +- .../src/test/it/metro/src/wsdl/HelloWs_schema1.xsd | 2 +- .../jaxws-maven-plugin/src/test/it/parent/invoker.properties | 3 ++- jaxws-ri/extras/jaxws-maven-plugin/src/test/it/parent/pom.xml | 2 +- .../jaxws-maven-plugin/src/test/it/wsdl-lib/invoker.properties | 3 ++- .../extras/jaxws-maven-plugin/src/test/it/wsdl-lib/pom.xml | 2 +- .../test/it/wsdl-lib/src/main/resources/META-INF/wsdl/po2.wsdl | 2 +- .../src/test/it/wsdl-lib/src/main/resources/ProcessOrder.wsdl | 2 +- .../src/test/it/wsdl-lib/src/main/resources/ProcessOrder.xsd | 2 +- .../src/test/it/wsdl-lib/src/main/resources/custom/custom.wsdl | 2 +- .../extras/jaxws-maven-plugin/src/test/it/wsgen217/pom.xml | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/AddService.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/EchoService.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/TService.java | 2 +- jaxws-ri/extras/jaxws-maven-plugin/src/test/it/wsgen22/pom.xml | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/AddService.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/EchoService.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/test/TService.java | 2 +- .../extras/jaxws-maven-plugin/src/test/it/wsimport217/pom.xml | 2 +- .../src/test/it/wsimport217/src/jaxws/bindings-default.xjc | 2 +- .../src/test/it/wsimport217/src/remote-xjc/bindings.xjc | 2 +- .../src/test/it/wsimport217/src/test-wsdl/AddService.wsdl | 2 +- .../src/test/it/wsimport217/src/test-wsdl/xjc/a.xml | 2 +- .../src/test/it/wsimport217/src/test-wsdl/xjc/b.xml | 2 +- .../src/test/it/wsimport217/src/test-wsdl/xjc/c.xml | 2 +- .../src/test/it/wsimport217/src/wsdl/HelloWs.wsdl | 2 +- .../src/test/it/wsimport217/src/wsdl/HelloWs_schema1.xsd | 2 +- .../extras/jaxws-maven-plugin/src/test/it/wsimport22/pom.xml | 2 +- .../src/test/it/wsimport22/src/jaxws/bindings-default.xjc | 2 +- .../src/test/it/wsimport22/src/remote-xjc/bindings.xjc | 2 +- .../src/test/it/wsimport22/src/test-wsdl/AddService.wsdl | 2 +- .../src/test/it/wsimport22/src/test-wsdl/xjc/a.xml | 2 +- .../src/test/it/wsimport22/src/test-wsdl/xjc/b.xml | 2 +- .../src/test/it/wsimport22/src/test-wsdl/xjc/c.xml | 2 +- .../src/test/it/wsimport22/src/wsdl/HelloWs.wsdl | 2 +- .../src/test/it/wsimport22/src/wsdl/HelloWs_schema1.xsd | 2 +- .../test/java/org/jvnet/jax_ws_commons/jaxws/Assertions.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/HelpMojoITCase.java | 2 +- .../test/java/org/jvnet/jax_ws_commons/jaxws/MixedITCase.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/RepositoryITCase.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/WsGenMojoITCase.java | 2 +- .../org/jvnet/jax_ws_commons/jaxws/WsImportMojoITCase.java | 2 +- .../java/org/jvnet/jax_ws_commons/jaxws/WsImportMojoTest.java | 2 +- .../jaxws-maven-plugin/src/test/resources/it-settings.xml | 2 +- .../test/resources/org/jvnet/jax_ws_commons/jaxws/proxy1.xml | 2 +- .../test/resources/org/jvnet/jax_ws_commons/jaxws/proxy2.xml | 2 +- .../test/resources/org/jvnet/jax_ws_commons/jaxws/proxy3.xml | 2 +- .../test/resources/org/jvnet/jax_ws_commons/jaxws/proxy4.xml | 2 +- .../extras/jaxws-maven-plugin/src/test/script/setproxy.groovy | 2 +- jaxws-ri/src/main/resources/copyright-exclude | 1 + 136 files changed, 142 insertions(+), 138 deletions(-) diff --git a/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude b/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude index 84180bfb2..2965fa03b 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude +++ b/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude @@ -1,6 +1,7 @@ /MANIFEST.MF /META-INF/services/ /README +.apt .gif .jpg .jpeg diff --git a/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml b/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml index 713f44b5c..323a316c8 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml index 0d0523322..4285670c0 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml index f3040f03b..375c1ccfd 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml index 8b6679885..50b53588d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml index 637a2cf2d..2e7485557 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java index 4d7335253..6f7b9d5dc 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml index 97c19f4e9..79932fe41 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml index 50702db52..3c2fd0571 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml index 8821d96ba..ba05942d8 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml index 9e4c81594..c9a484b99 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java index 22c96f301..7ee36e31d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Codehaus * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java index a7265dbe6..3671cdf8a 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java index f9c888756..d3c766467 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java index b588ff003..0a6597a88 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java index 6c0393607..1b8a90f89 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java index 9c98dc18b..2eda224d0 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java index 6dbb5e5d4..3dc12ce54 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java index 5a8e5ded1..d4bb03c2d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java index 842929953..2c9a88c16 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java index a0f26ac5d..d91e4c83a 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java index 279adb78b..02fa72964 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html b/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html index b091adaf2..b1b3ab626 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html @@ -1,8 +1,7 @@