From 7615fa8120765b2f3de967415e85ee2ea79fd354 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 7 Oct 2007 12:58:31 +0000 Subject: [PATCH] Copyright. --- .../soap/addressing/WsAddressingException.java | 16 ++++++++++++++++ .../soap/addressing/WsAddressingInterceptor.java | 16 ++++++++++++++++ .../version/AbstractWsAddressingVersion.java | 16 ++++++++++++++++ .../addressing/version/WsAddressing200408.java | 16 ++++++++++++++++ .../addressing/version/WsAddressing200605.java | 16 ++++++++++++++++ .../addressing/version/WsAddressingVersion.java | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) diff --git a/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingException.java b/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingException.java index ae5b3b97..51843446 100644 --- a/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingException.java +++ b/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingException.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.springframework.ws.soap.addressing; import org.springframework.ws.WebServiceException; diff --git a/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor.java b/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor.java index 7b143605..3abfc958 100644 --- a/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor.java +++ b/sandbox/src/main/java/org/springframework/ws/soap/addressing/WsAddressingInterceptor.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.springframework.ws.soap.addressing; import java.io.IOException; diff --git a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/AbstractWsAddressingVersion.java b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/AbstractWsAddressingVersion.java index d23b6507..01bcae13 100644 --- a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/AbstractWsAddressingVersion.java +++ b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/AbstractWsAddressingVersion.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.springframework.ws.soap.addressing.version; import java.util.Collections; diff --git a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200408.java b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200408.java index 611b7613..7f7eda97 100644 --- a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200408.java +++ b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200408.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.springframework.ws.soap.addressing.version; import javax.xml.namespace.QName; diff --git a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200605.java b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200605.java index bacebae8..9e4ac02e 100644 --- a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200605.java +++ b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressing200605.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.springframework.ws.soap.addressing.version; import javax.xml.namespace.QName; diff --git a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressingVersion.java b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressingVersion.java index 1c128bcf..333d74f7 100644 --- a/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressingVersion.java +++ b/sandbox/src/main/java/org/springframework/ws/soap/addressing/version/WsAddressingVersion.java @@ -1,3 +1,19 @@ +/* + * 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. + */ + package org.springframework.ws.soap.addressing.version; import org.springframework.ws.soap.SoapFault;