You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/05/08 07:59:47 UTC

svn commit: r536067 - in /incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml: invalid-stockquote.wsdl ipo.xsd stockquote.wsdl test1.xsd unwrapped-stockquote.wsdl

Author: svkrish
Date: Mon May  7 22:59:46 2007
New Revision: 536067

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

Modified:
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/invalid-stockquote.wsdl
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/ipo.xsd
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/stockquote.wsdl
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/test1.xsd
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/unwrapped-stockquote.wsdl

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/invalid-stockquote.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/invalid-stockquote.wsdl?view=diff&rev=536067&r1=536066&r2=536067
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/invalid-stockquote.wsdl (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/invalid-stockquote.wsdl Mon May  7 22:59:46 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ * 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.    
+-->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote.wsdl"
     xmlns:tns="http://example.com/stockquote.wsdl" xmlns:xsd1="http://example.com/stockquote.xsd"
     xmlns="http://schemas.xmlsoap.org/wsdl/">

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/ipo.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/ipo.xsd?view=diff&rev=536067&r1=536066&r2=536067
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/ipo.xsd (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/ipo.xsd Mon May  7 22:59:46 2007
@@ -1,3 +1,21 @@
+<!--
+ * 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.    
+-->
 <schema targetNamespace="http://www.example.com/IPO"
 	xmlns="http://www.w3.org/2001/XMLSchema"
 	xmlns:ipo="http://www.example.com/IPO">

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/stockquote.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/stockquote.wsdl?view=diff&rev=536067&r1=536066&r2=536067
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/stockquote.wsdl (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/stockquote.wsdl Mon May  7 22:59:46 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ * 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.    
+-->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote.wsdl"
     xmlns:tns="http://example.com/stockquote.wsdl" xmlns:xsd1="http://example.com/stockquote.xsd"
     xmlns="http://schemas.xmlsoap.org/wsdl/">

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/test1.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/test1.xsd?view=diff&rev=536067&r1=536066&r2=536067
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/test1.xsd (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/test1.xsd Mon May  7 22:59:46 2007
@@ -1,3 +1,21 @@
+<!--
+ * 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.    
+-->
 <schema targetNamespace="http://www.example.com/Customer" xmlns="http://www.w3.org/2001/XMLSchema"
     xmlns:ipo="http://www.example.com/IPO" xmlns:tns="http://www.example.com/Customer">
     <import namespace="http://www.example.com/IPO" schemaLocation="ipo.xsd" />

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/unwrapped-stockquote.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/unwrapped-stockquote.wsdl?view=diff&rev=536067&r1=536066&r2=536067
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/unwrapped-stockquote.wsdl (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/binding/ws/xml/unwrapped-stockquote.wsdl Mon May  7 22:59:46 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ * 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.    
+-->
 <definitions name="StockQuote" targetNamespace="http://example.com/stockquote.wsdl"
     xmlns:tns="http://example.com/stockquote.wsdl" xmlns:xsd1="http://example.com/stockquote.xsd"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org