Author: jlaskowski
Date: Sun Dec  2 09:16:24 2007
New Revision: 600343

URL: http://svn.apache.org/viewvc?rev=600343&view=rev
Log:
Fix license headers

Modified:
    
openejb/trunk/openejb3/server/openejb-axis/src/test/resources/echoString-req.txt

Modified: 
openejb/trunk/openejb3/server/openejb-axis/src/test/resources/echoString-req.txt
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-axis/src/test/resources/echoString-req.txt?rev=600343&r1=600342&r2=600343&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/server/openejb-axis/src/test/resources/echoString-req.txt
 (original)
+++ 
openejb/trunk/openejb3/server/openejb-axis/src/test/resources/echoString-req.txt
 Sun Dec  2 09:16:24 2007
@@ -1 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+-->
+
+<!-- $Rev: 546344 $ $Date: 2007-06-11 18:10:15 -0700 (Mon, 11 Jun 2007) $ -->
+
 <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body><ns1:echoString
 soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:ns1="http://ws.apache.org/echosample";><in0 xsi:type="soapenc:string" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>Hello</in0></ns1:echoString></soapenv:Body></soapenv:Envelope>


Reply via email to