You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/03/14 09:45:25 UTC

svn commit: r637018 - in /incubator/tuscany/java/sca/samples/calculator-distributed: cloud.composite domain.composite workspace.xml

Author: slaws
Date: Fri Mar 14 01:45:24 2008
New Revision: 637018

URL: http://svn.apache.org/viewvc?rev=637018&view=rev
Log:
Add missing ASF headers

Modified:
    incubator/tuscany/java/sca/samples/calculator-distributed/cloud.composite
    incubator/tuscany/java/sca/samples/calculator-distributed/domain.composite
    incubator/tuscany/java/sca/samples/calculator-distributed/workspace.xml

Modified: incubator/tuscany/java/sca/samples/calculator-distributed/cloud.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-distributed/cloud.composite?rev=637018&r1=637017&r2=637018&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-distributed/cloud.composite (original)
+++ incubator/tuscany/java/sca/samples/calculator-distributed/cloud.composite Fri Mar 14 01:45:24 2008
@@ -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 name="cloud.composite"
   targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
   xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">

Modified: incubator/tuscany/java/sca/samples/calculator-distributed/domain.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-distributed/domain.composite?rev=637018&r1=637017&r2=637018&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-distributed/domain.composite (original)
+++ incubator/tuscany/java/sca/samples/calculator-distributed/domain.composite Fri Mar 14 01:45:24 2008
@@ -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 name="domain.composite"
   targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
   xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">

Modified: incubator/tuscany/java/sca/samples/calculator-distributed/workspace.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-distributed/workspace.xml?rev=637018&r1=637017&r2=637018&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-distributed/workspace.xml (original)
+++ incubator/tuscany/java/sca/samples/calculator-distributed/workspace.xml Fri Mar 14 01:45:24 2008
@@ -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.    
+-->
 <workspace xmlns="http://tuscany.apache.org/xmlns/sca/1.0" xmlns:ns1="http://tuscany.apache.org/xmlns/sca/1.0">
   <contribution location="file:./target/classes/nodeA"  uri="nodeA"/>
   <contribution location="file:./target/classes/nodeB"  uri="nodeB"/>



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