Author: jboynes
Date: Sat Sep 30 13:12:20 2006
New Revision: 451656

URL: http://svn.apache.org/viewvc?view=rev&rev=451656
Log:
add ASL header to XML test files

Modified:
    
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/ipo.xsd
    
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/order.wsdl
    
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/xml/foo.xml
    
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/loader/test-include.scdl

Modified: 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/ipo.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/ipo.xsd?view=diff&rev=451656&r1=451655&r2=451656
==============================================================================
--- 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/ipo.xsd
 (original)
+++ 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/ipo.xsd
 Sat Sep 30 13:12:20 2006
@@ -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/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/order.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/order.wsdl?view=diff&rev=451656&r1=451655&r2=451656
==============================================================================
--- 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/order.wsdl
 (original)
+++ 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/impl/order.wsdl
 Sat Sep 30 13:12:20 2006
@@ -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/order.wsdl"; 
xmlns:tns="http://example.com/order.wsdl";

     xmlns:xsd1="http://example.com/order.xsd"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";

     xmlns="http://schemas.xmlsoap.org/wsdl/";>


Modified: 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/xml/foo.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/xml/foo.xml?view=diff&rev=451656&r1=451655&r2=451656
==============================================================================
--- 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/xml/foo.xml
 (original)
+++ 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/databinding/xml/foo.xml
 Sat Sep 30 13:12:20 2006
@@ -1,4 +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.
+-->
 <f:foo xmlns:f="http://foo"; name="foo">
     <b:bar xmlns:b="http://bar";>bar</b:bar>
 </f:foo>    

Modified: 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/loader/test-include.scdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/loader/test-include.scdl?view=diff&rev=451656&r1=451655&r2=451656
==============================================================================
--- 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/loader/test-include.scdl
 (original)
+++ 
incubator/tuscany/java/sca/kernel/core/src/test/resources/org/apache/tuscany/core/loader/test-include.scdl
 Sat Sep 30 13:12:20 2006
@@ -1,4 +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.
+-->
 <composite>
     This file just needs to exist
 </composite>



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

Reply via email to