diff --git a/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/serviceref/CXFHandlerResolverImpl.java b/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/serviceref/CXFHandlerResolverImpl.java index 212b5a273..2357b50b8 100644 --- a/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/serviceref/CXFHandlerResolverImpl.java +++ b/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/serviceref/CXFHandlerResolverImpl.java @@ -1,3 +1,22 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + /* * JBoss, Home of Professional Open Source. * Copyright 2015, Red Hat Middleware LLC, and individual contributors diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java index f0d77973c..d80445c9c 100644 --- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java +++ b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java @@ -19,6 +19,24 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jboss.wsf.stack.cxf; import java.lang.reflect.Method; diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/management/InstrumentationManagerExtImpl.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/management/InstrumentationManagerExtImpl.java index 3d7aac72c..beb45a992 100644 --- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/management/InstrumentationManagerExtImpl.java +++ b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/management/InstrumentationManagerExtImpl.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.wsf.stack.cxf.management; import java.util.Iterator; diff --git a/modules/test-utils/src/main/java/org/jboss/wsf/test/CryptoCheckHelper.java b/modules/test-utils/src/main/java/org/jboss/wsf/test/CryptoCheckHelper.java index c6741f7fb..ddb434da6 100644 --- a/modules/test-utils/src/main/java/org/jboss/wsf/test/CryptoCheckHelper.java +++ b/modules/test-utils/src/main/java/org/jboss/wsf/test/CryptoCheckHelper.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.wsf.test; import org.jboss.wsf.stack.cxf.client.configuration.SecurityProviderConfig; diff --git a/modules/test-utils/src/main/java/org/jboss/wsf/test/EnableOnJDK.java b/modules/test-utils/src/main/java/org/jboss/wsf/test/EnableOnJDK.java index 68d773542..777c85a1c 100644 --- a/modules/test-utils/src/main/java/org/jboss/wsf/test/EnableOnJDK.java +++ b/modules/test-utils/src/main/java/org/jboss/wsf/test/EnableOnJDK.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.wsf.test; import org.junit.Assume; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientConfigElytronNotOnClasspathTestCase.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientConfigElytronNotOnClasspathTestCase.java index 7d5da18cf..99344ba7a 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientConfigElytronNotOnClasspathTestCase.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientConfigElytronNotOnClasspathTestCase.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.clientConfig; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientElytronNotOnClasspathMainClass.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientElytronNotOnClasspathMainClass.java index 95fed4256..aa67930e8 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientElytronNotOnClasspathMainClass.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/CXFClientElytronNotOnClasspathMainClass.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.clientConfig; import org.apache.cxf.transport.http.HTTPException; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/SSLContextElytronClientConfigTestCaseForked.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/SSLContextElytronClientConfigTestCaseForked.java index 0e24a5967..321275b8e 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/SSLContextElytronClientConfigTestCaseForked.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/clientConfig/SSLContextElytronClientConfigTestCaseForked.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.clientConfig; import org.jboss.arquillian.container.test.api.ContainerController; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/interceptors/JBossWSFaultListener.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/interceptors/JBossWSFaultListener.java index 788e1f763..d105536c4 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/interceptors/JBossWSFaultListener.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/interceptors/JBossWSFaultListener.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.interceptors; import java.util.HashMap; import java.util.Map; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3516/GreeterImpl.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3516/GreeterImpl.java index 9cfb6efe1..210220d4e 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3516/GreeterImpl.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3516/GreeterImpl.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.jbws3516; import jakarta.jws.WebService; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/CDIBeanClient.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/CDIBeanClient.java index 28fa8601f..66b5d9029 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/CDIBeanClient.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/CDIBeanClient.java @@ -1,20 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * JBoss, Home of Professional Open Source + * Copyright 2014, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.test.ws.jaxws.cxf.jbws3679; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/EndpointOneService.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/EndpointOneService.java index 0862ae68a..bbbbe0143 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/EndpointOneService.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/EndpointOneService.java @@ -1,21 +1,20 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * JBoss, Home of Professional Open Source + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + package org.jboss.test.ws.jaxws.cxf.jbws3679; import java.net.URL; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/JBWS3679TestCase.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/JBWS3679TestCase.java index cf875389a..a03d682f7 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/JBWS3679TestCase.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/JBWS3679TestCase.java @@ -1,20 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * JBoss, Home of Professional Open Source + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.test.ws.jaxws.cxf.jbws3679; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/ServletClient.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/ServletClient.java index 5a4dddb8b..ee9d5f3cb 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/ServletClient.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3679/ServletClient.java @@ -1,20 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * JBoss, Home of Professional Open Source + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.test.ws.jaxws.cxf.jbws3679; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813AnnotationTestCase.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813AnnotationTestCase.java index a419c03aa..4c72df9ea 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813AnnotationTestCase.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813AnnotationTestCase.java @@ -1,20 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * JBoss, Home of Professional Open Source + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.test.ws.jaxws.cxf.jbws3813; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813TestCase.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813TestCase.java index 5bf121c29..5c1a77090 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813TestCase.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3813/JBWS3813TestCase.java @@ -1,20 +1,18 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * JBoss, Home of Professional Open Source + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.test.ws.jaxws.cxf.jbws3813; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/logging/CustomInInterceptor.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/logging/CustomInInterceptor.java index 17ad8c26a..49ef4b9cf 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/logging/CustomInInterceptor.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/logging/CustomInInterceptor.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.logging; import java.util.concurrent.atomic.AtomicInteger; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/management/CXFManagementTestCase.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/management/CXFManagementTestCase.java index abe23613a..b1c057d4f 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/management/CXFManagementTestCase.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/management/CXFManagementTestCase.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.cxf.management; import java.io.File; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/ObjectFactory.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/ObjectFactory.java index 21bd2c22c..97a2c8b53 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/ObjectFactory.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/ObjectFactory.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.samples.schemavalidation.types; import jakarta.xml.bind.JAXBElement; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/package-info.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/package-info.java index 441e9ef7a..d21f87595 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/package-info.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/schemavalidation/types/package-info.java @@ -1,20 +1,2 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://jboss.org/schemavalidation/types", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) package org.jboss.test.ws.jaxws.samples.schemavalidation.types; \ No newline at end of file diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/ElytronClientTestUtils.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/ElytronClientTestUtils.java index 12e227b23..34f90c338 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/ElytronClientTestUtils.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/ElytronClientTestUtils.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.samples.wsse.policy.basic; import org.wildfly.security.auth.client.AuthenticationContext; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SAMLValidator.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SAMLValidator.java index 7eb467b8e..7ab272982 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SAMLValidator.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SAMLValidator.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.samples.wsse.policy.oasis; public class SAMLValidator extends org.apache.wss4j.dom.validate.SamlAssertionValidator diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SamlCallbackHandler.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SamlCallbackHandler.java index 6a912eda0..3ed7cdc07 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SamlCallbackHandler.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/oasis/SamlCallbackHandler.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.samples.wsse.policy.oasis; import java.io.IOException; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/onbehalfof/OnBehalfOfCallbackHandler.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/onbehalfof/OnBehalfOfCallbackHandler.java index 3b018be18..edf8492f4 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/onbehalfof/OnBehalfOfCallbackHandler.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/onbehalfof/OnBehalfOfCallbackHandler.java @@ -22,25 +22,22 @@ import java.util.HashMap; /* - * JBoss, Home of Professional Open Source. - * Copyright 2012, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ import java.util.Map; diff --git a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/stsholderofkey/STSHolderOfKeyCallbackHandler.java b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/stsholderofkey/STSHolderOfKeyCallbackHandler.java index 2fbeeaea4..3831975e3 100644 --- a/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/stsholderofkey/STSHolderOfKeyCallbackHandler.java +++ b/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/stsholderofkey/STSHolderOfKeyCallbackHandler.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.samples.wsse.policy.trust.stsholderofkey; import org.jboss.wsf.stack.cxf.extensions.security.PasswordCallbackHandler; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java index 058f46d6b..e64d2eef8 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java index 8c6f71c7d..111a981ea 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java index 62b6c4103..820d6989a 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.ws.WebFault; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java index 20edbe1f4..c43a4bee3 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java index d267bd94f..0cc5f4560 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java index e71310314..eb878527d 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java index dcc82d03e..7814b0491 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java index 7055b9185..8ff406580 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java index 8781f0fdf..2e9bfc048 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java index d279a8226..a0237188d 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java index 7376d4170..aab77697b 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.JAXBElement; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java index dc7a78b9e..c5f984622 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java index 9ef7e500e..c9caceb93 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java index f02f860c1..dba75023c 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java index 7e64f4533..cb4529cac 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java index b5f0f7d33..22eca79c1 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java index d421b94f9..338edef2f 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.List; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java index bf44b8d15..9d445f270 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java index 911b5b678..b0e3f27a2 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.net.MalformedURLException; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java index 4bb906ef5..d6f103e78 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java index 411966627..d020af210 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java index aa8307c1e..3d9f2886f 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.ws.WebFault; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java index 1ebeafd7b..bb51f772e 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java @@ -1,20 +1,2 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://types.complex.jaxws.ws.test.jboss.org/", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) package org.jboss.test.ws.jaxws.benchmark.test.complex.types; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmark.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmark.java index 35d7f59fa..271708688 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmark.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmark.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.ws.bench; import java.io.PrintWriter; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkComplex.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkComplex.java index e81915323..25c296333 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkComplex.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkComplex.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.ws.bench; import java.io.PrintWriter; diff --git a/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkPOJO.java b/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkPOJO.java index 23d775d9b..b797103bc 100644 --- a/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkPOJO.java +++ b/modules/testsuite/perf-tests/src/test/java/org/jboss/ws/bench/JAXWSBenchmarkPOJO.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.ws.bench; import java.io.PrintWriter; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java index 058f46d6b..e64d2eef8 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Address.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java index 8c6f71c7d..111a981ea 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java index 62b6c4103..820d6989a 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/AlreadyRegisteredFault_Exception.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.ws.WebFault; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java index 20edbe1f4..c43a4bee3 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegister.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java index d267bd94f..0cc5f4560 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/BulkRegisterResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java index e71310314..eb878527d 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Customer.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java index dcc82d03e..7814b0491 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatistics.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java index 7055b9185..8ff406580 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/GetStatisticsResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java index 8781f0fdf..2e9bfc048 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/InvoiceCustomer.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java index d279a8226..a0237188d 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Name.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java index 7376d4170..aab77697b 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ObjectFactory.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.JAXBElement; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java index dc7a78b9e..c5f984622 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/PhoneNumber.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java index 9ef7e500e..c9caceb93 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Register.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java index f02f860c1..dba75023c 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoice.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java index 7e64f4533..cb4529cac 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterForInvoiceResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java index b5f0f7d33..22eca79c1 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegisterResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java index d421b94f9..338edef2f 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Registration.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.List; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java index bf44b8d15..9d445f270 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationFault.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java index 111d3d0c5..be8f6f1b7 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/RegistrationService.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.net.MalformedURLException; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java index 4bb906ef5..d6f103e78 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/Statistics.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java index 411966627..d020af210 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import java.util.ArrayList; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java index aa8307c1e..3d9f2886f 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/ValidationFault_Exception.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.benchmark.test.complex.types; import jakarta.xml.ws.WebFault; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java index 1ebeafd7b..bb51f772e 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/complex/types/package-info.java @@ -1,20 +1,2 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://types.complex.jaxws.ws.test.jboss.org/", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED) package org.jboss.test.ws.jaxws.benchmark.test.complex.types; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/datatypes/DataTypesTest.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/datatypes/DataTypesTest.java index 638d6173a..cacc809a5 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/datatypes/DataTypesTest.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/benchmark/test/datatypes/DataTypesTest.java @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ package org.jboss.test.ws.jaxws.benchmark.test.datatypes; import java.util.ArrayList; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Echo.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Echo.java index 4b7b29c69..1ddbd3d64 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Echo.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Echo.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.jbws2937; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EchoResponse.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EchoResponse.java index 5e5daa6d2..40b8ce84a 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EchoResponse.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EchoResponse.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.jbws2937; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Endpoint.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Endpoint.java index 3d30a515f..171927c46 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Endpoint.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/Endpoint.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.jbws2937; import jakarta.jws.WebMethod; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EndpointService.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EndpointService.java index 5b93b36f7..afead1030 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EndpointService.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/EndpointService.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.jbws2937; import java.net.MalformedURLException; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/ObjectFactory.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/ObjectFactory.java index 1767ec162..9b048815a 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/ObjectFactory.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/ObjectFactory.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.jbws2937; import jakarta.xml.bind.JAXBElement; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/UserType.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/UserType.java index ce3b78252..a8fec8c07 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/UserType.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/UserType.java @@ -1,21 +1,4 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ + package org.jboss.test.ws.jaxws.jbws2937; import jakarta.xml.bind.annotation.XmlAccessType; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/package-info.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/package-info.java index 65687913e..948937cfd 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/package-info.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2937/package-info.java @@ -1,20 +1,2 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ @jakarta.xml.bind.annotation.XmlSchema(namespace = "http://jboss.org/jbws2937") package org.jboss.test.ws.jaxws.jbws2937; diff --git a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3140/ServerHandler.java b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3140/ServerHandler.java index 7e1f74a26..d6bdd3028 100644 --- a/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3140/ServerHandler.java +++ b/modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3140/ServerHandler.java @@ -40,6 +40,24 @@ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.jboss.test.ws.jaxws.jbws3140; import java.io.ByteArrayOutputStream;