Author: svkrish
Date: Wed Aug 22 04:18:29 2007
New Revision: 568558

URL: http://svn.apache.org/viewvc?rev=568558&view=rev
Log:
included license header

Modified:
    
incubator/tuscany/java/sca/samples/quote-xquery/src/main/java/xquery/quote/TestHelper.java
    
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/AvailQuote.xsd
    
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/PriceQuote.xsd
    
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/Quote.xsd

Modified: 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/java/xquery/quote/TestHelper.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/quote-xquery/src/main/java/xquery/quote/TestHelper.java?rev=568558&r1=568557&r2=568558&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/java/xquery/quote/TestHelper.java
 (original)
+++ 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/java/xquery/quote/TestHelper.java
 Wed Aug 22 04:18:29 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.    
+ */
 package xquery.quote;
 
 

Modified: 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/AvailQuote.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/AvailQuote.xsd?rev=568558&r1=568557&r2=568558&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/AvailQuote.xsd
 (original)
+++ 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/AvailQuote.xsd
 Wed Aug 22 04:18:29 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.    
+-->
 <xsd:schema targetNamespace="http://www.example.org/avail"; 
xmlns:ava="http://www.example.org/avail"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; elementFormDefault="unqualified">
        <xsd:element name="availQuote" type="ava:AvailQuote"/>
        <xsd:complexType name="AvailRequest">

Modified: 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/PriceQuote.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/PriceQuote.xsd?rev=568558&r1=568557&r2=568558&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/PriceQuote.xsd
 (original)
+++ 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/PriceQuote.xsd
 Wed Aug 22 04:18:29 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.    
+-->
 <xsd:schema targetNamespace="http://www.example.org/price"; 
xmlns:pri="http://www.example.org/price"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; elementFormDefault="unqualified">
        <xsd:element name="priceQuote" type="pri:PriceQuote"/>
        <xsd:complexType name="PriceRequest">

Modified: 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/Quote.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/Quote.xsd?rev=568558&r1=568557&r2=568558&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/Quote.xsd
 (original)
+++ 
incubator/tuscany/java/sca/samples/quote-xquery/src/main/resources/wsdl/Quote.xsd
 Wed Aug 22 04:18:29 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.    
+-->
 <xsd:schema targetNamespace="http://www.example.org/quote"; 
xmlns:quo="http://www.example.org/quote"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; elementFormDefault="unqualified" 
attributeFormDefault="unqualified">
        <xsd:element name="quote" type="quo:Quote"/>
        <xsd:complexType name="Quote">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to