From 909b48e2ae3076261bd5aca5b540334708106ccc Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 7 Oct 2007 13:08:05 +0000 Subject: [PATCH] --- .../AbstractWsAddressingInterceptorTestCase.java | 5 ++++- .../addressing/AbstractWsAddressingTestCase.java | 14 +------------- .../WsAddressingInterceptor200408Test.java | 7 ++++--- .../WsAddressingInterceptor200605Test.java | 7 ++++--- .../AbstractMessageIdStrategyTestCase.java | 14 +------------- .../messageid/UidMessageIdStrategyTest.java | 14 +------------- .../messageid/UuidMessageIdStrategyTest.java | 14 +------------- 7 files changed, 16 insertions(+), 59 deletions(-) diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingInterceptorTestCase.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingInterceptorTestCase.java index 9107f5b7..be23cf1d 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingInterceptorTestCase.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingInterceptorTestCase.java @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2007, Your Corporation. All Rights Reserved. + */ + package org.springframework.ws.soap.addressing; import java.util.Iterator; @@ -7,7 +11,6 @@ import org.springframework.ws.context.DefaultMessageContext; import org.springframework.ws.context.MessageContext; import org.springframework.ws.soap.SoapHeaderElement; import org.springframework.ws.soap.addressing.messageid.MessageIdStrategy; -import org.springframework.ws.soap.addressing.version.WsAddressingVersion; import org.springframework.ws.soap.saaj.SaajSoapMessage; import org.springframework.ws.soap.saaj.SaajSoapMessageFactory; import org.springframework.ws.transport.WebServiceConnection; diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingTestCase.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingTestCase.java index f8ee36e9..e8ef8fe0 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingTestCase.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/AbstractWsAddressingTestCase.java @@ -1,17 +1,5 @@ /* - * Copyright 2007 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2007, Your Corporation. All Rights Reserved. */ package org.springframework.ws.soap.addressing; diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200408Test.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200408Test.java index 21b50d9d..6f14418a 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200408Test.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200408Test.java @@ -1,7 +1,8 @@ -package org.springframework.ws.soap.addressing; +/* + * Copyright (c) 2007, Your Corporation. All Rights Reserved. + */ -import org.springframework.ws.soap.addressing.version.WsAddressing200408; -import org.springframework.ws.soap.addressing.version.WsAddressingVersion; +package org.springframework.ws.soap.addressing; public class WsAddressingInterceptor200408Test extends AbstractWsAddressingInterceptorTestCase { diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200605Test.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200605Test.java index f305615a..8d649ba8 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200605Test.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor200605Test.java @@ -1,7 +1,8 @@ -package org.springframework.ws.soap.addressing; +/* + * Copyright (c) 2007, Your Corporation. All Rights Reserved. + */ -import org.springframework.ws.soap.addressing.version.WsAddressing200605; -import org.springframework.ws.soap.addressing.version.WsAddressingVersion; +package org.springframework.ws.soap.addressing; public class WsAddressingInterceptor200605Test extends AbstractWsAddressingInterceptorTestCase { diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/AbstractMessageIdStrategyTestCase.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/AbstractMessageIdStrategyTestCase.java index 0bfef2aa..9f6aa84b 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/AbstractMessageIdStrategyTestCase.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/AbstractMessageIdStrategyTestCase.java @@ -1,17 +1,5 @@ /* - * Copyright 2007 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2007, Your Corporation. All Rights Reserved. */ package org.springframework.ws.soap.addressing.messageid; diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UidMessageIdStrategyTest.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UidMessageIdStrategyTest.java index eabcab3e..b7f41864 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UidMessageIdStrategyTest.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UidMessageIdStrategyTest.java @@ -1,17 +1,5 @@ /* - * Copyright 2007 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2007, Your Corporation. All Rights Reserved. */ package org.springframework.ws.soap.addressing.messageid; diff --git a/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UuidMessageIdStrategyTest.java b/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UuidMessageIdStrategyTest.java index 8ab89be0..2251dce9 100644 --- a/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UuidMessageIdStrategyTest.java +++ b/sandbox/src/test/java/org/springframework/ws/soap/addressing/messageid/UuidMessageIdStrategyTest.java @@ -1,17 +1,5 @@ /* - * Copyright 2007 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2007, Your Corporation. All Rights Reserved. */ package org.springframework.ws.soap.addressing.messageid;