Author: slaws
Date: Mon Oct 10 13:17:45 2011
New Revision: 1180942

URL: http://svn.apache.org/viewvc?rev=1180942&view=rev
Log:
TUSCANY-3943 - Add missing license headers

Modified:
    
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/disablewrapped.wsdl
    
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/guessAndGreet.xsd
    
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/jaxbService.composite
    
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/disablewrapped.wsdl
    
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/guessAndGreet.xsd
    
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/jaxbService.composite

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/disablewrapped.wsdl
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/disablewrapped.wsdl?rev=1180942&r1=1180941&r2=1180942&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/disablewrapped.wsdl
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/disablewrapped.wsdl
 Mon Oct 10 13:17:45 2011
@@ -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.    
+-->
 
 <wsdl:definitions targetNamespace="http://test.sca.soafp/jaxb/disablewrapped"; 
xmlns:tns="http://test.sca.soafp/jaxb/disablewrapped"; 
xmlns:gng="http://test.sca.soafp/jaxb"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
     name="DisableWrapped">

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/guessAndGreet.xsd
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/guessAndGreet.xsd?rev=1180942&r1=1180941&r2=1180942&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/guessAndGreet.xsd
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/guessAndGreet.xsd
 Mon Oct 10 13:17:45 2011
@@ -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.    
+-->
 <schema elementFormDefault="qualified" 
targetNamespace="http://test.sca.soafp/jaxb"; 
xmlns:tns="http://test.sca.soafp/jaxb"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; jaxb:version="2.0" 
xmlns="http://www.w3.org/2001/XMLSchema";>
 
     <annotation>

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/jaxbService.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/jaxbService.composite?rev=1180942&r1=1180941&r2=1180942&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/jaxbService.composite
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-app/src/main/resources/jaxbService.composite
 Mon Oct 10 13:17:45 2011
@@ -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 xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912";
         targetNamespace="http://www.tuscany.apache.org/itests/binding/sca/jaxb";

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/disablewrapped.wsdl
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/disablewrapped.wsdl?rev=1180942&r1=1180941&r2=1180942&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/disablewrapped.wsdl
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/disablewrapped.wsdl
 Mon Oct 10 13:17:45 2011
@@ -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.    
+-->
 
 <wsdl:definitions targetNamespace="http://test.sca.soafp/jaxb/disablewrapped"; 
xmlns:tns="http://test.sca.soafp/jaxb/disablewrapped"; 
xmlns:gng="http://test.sca.soafp/jaxb"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb";
     name="DisableWrapped">

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/guessAndGreet.xsd
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/guessAndGreet.xsd?rev=1180942&r1=1180941&r2=1180942&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/guessAndGreet.xsd
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/guessAndGreet.xsd
 Mon Oct 10 13:17:45 2011
@@ -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.    
+-->
 <schema elementFormDefault="qualified" 
targetNamespace="http://test.sca.soafp/jaxb"; 
xmlns:tns="http://test.sca.soafp/jaxb"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; jaxb:version="2.0" 
xmlns="http://www.w3.org/2001/XMLSchema";>
 
     <annotation>

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/jaxbService.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/jaxbService.composite?rev=1180942&r1=1180941&r2=1180942&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/jaxbService.composite
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/contribution-doc-lit-disablewrapped/disablewrapped-test/src/main/resources/jaxbService.composite
 Mon Oct 10 13:17:45 2011
@@ -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 xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912";
         targetNamespace="http://www.tuscany.apache.org/itests/binding/sca/jaxb";


Reply via email to