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/09/17 19:20:30 UTC

svn commit: r576532 - in /incubator/tuscany/branches/sca-java-1.0/itest: exceptions-simple-ws/src/main/resources/wsdl/ osgi-implementation/src/main/java/conversation/client/ osgi-implementation/src/main/java/conversation/service/ properties/src/test/ja...

Author: svkrish
Date: Mon Sep 17 10:20:30 2007
New Revision: 576532

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

Modified:
    incubator/tuscany/branches/sca-java-1.0/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl
    incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java
    incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java
    incubator/tuscany/branches/sca-java-1.0/itest/properties/src/test/java/org/apache/tuscany/sca/itest/MyTotalServiceTestCase.java

Modified: incubator/tuscany/branches/sca-java-1.0/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl?rev=576532&r1=576531&r2=576532&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl (original)
+++ incubator/tuscany/branches/sca-java-1.0/itest/exceptions-simple-ws/src/main/resources/wsdl/ExampleService.wsdl Mon Sep 17 10:20:30 2007
@@ -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 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns0="http://example.com" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns1="http://example.com/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://example.com">
     <wsdl:types>
         <xs:schema xmlns:ns="http://example.com" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.com">

Modified: incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java?rev=576532&r1=576531&r2=576532&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java (original)
+++ incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/client/ConversationalClientServiceFactory.java Mon Sep 17 10:20:30 2007
@@ -1,3 +1,22 @@
+/*
+ * 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 conversation.client;
 
 import org.osgi.framework.Bundle;

Modified: incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java?rev=576532&r1=576531&r2=576532&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java (original)
+++ incubator/tuscany/branches/sca-java-1.0/itest/osgi-implementation/src/main/java/conversation/service/ConversationalServiceFactory.java Mon Sep 17 10:20:30 2007
@@ -1,3 +1,22 @@
+/*
+ * 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 conversation.service;
 
 import org.osgi.framework.Bundle;

Modified: incubator/tuscany/branches/sca-java-1.0/itest/properties/src/test/java/org/apache/tuscany/sca/itest/MyTotalServiceTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/itest/properties/src/test/java/org/apache/tuscany/sca/itest/MyTotalServiceTestCase.java?rev=576532&r1=576531&r2=576532&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/itest/properties/src/test/java/org/apache/tuscany/sca/itest/MyTotalServiceTestCase.java (original)
+++ incubator/tuscany/branches/sca-java-1.0/itest/properties/src/test/java/org/apache/tuscany/sca/itest/MyTotalServiceTestCase.java Mon Sep 17 10:20:30 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 org.apache.tuscany.sca.itest;
 import static junit.framework.Assert.assertEquals;



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