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/06/25 07:32:04 UTC

svn commit: r550355 - in /incubator/tuscany/branches/sca-java-0.91/demos: bigbank-account/src/main/resources/ bigbank-calculator/src/main/resources/ bigbank-stockquote/src/main/resources/

Author: svkrish
Date: Sun Jun 24 22:32:03 2007
New Revision: 550355

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

Modified:
    incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/AccountData.composite
    incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/BigBank.composite
    incubator/tuscany/branches/sca-java-0.91/demos/bigbank-calculator/src/main/resources/Calculator.composite
    incubator/tuscany/branches/sca-java-0.91/demos/bigbank-stockquote/src/main/resources/StockQuote.composite

Modified: incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/AccountData.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/AccountData.composite?view=diff&rev=550355&r1=550354&r2=550355
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/AccountData.composite (original)
+++ incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/AccountData.composite Sun Jun 24 22:32:03 2007
@@ -1,4 +1,21 @@
 <?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
+ * 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://www.osoa.org/xmlns/sca/1.0"
 	targetNamespace="http://bigbank"
 	xmlns:bb="http://bigbank"

Modified: incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/BigBank.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/BigBank.composite?view=diff&rev=550355&r1=550354&r2=550355
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/BigBank.composite (original)
+++ incubator/tuscany/branches/sca-java-0.91/demos/bigbank-account/src/main/resources/BigBank.composite Sun Jun 24 22:32:03 2007
@@ -1,4 +1,21 @@
 <?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
+ * 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://www.osoa.org/xmlns/sca/1.0"
 	targetNamespace="http://bigbank"
 	xmlns:bb="http://bigbank"

Modified: incubator/tuscany/branches/sca-java-0.91/demos/bigbank-calculator/src/main/resources/Calculator.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/demos/bigbank-calculator/src/main/resources/Calculator.composite?view=diff&rev=550355&r1=550354&r2=550355
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/demos/bigbank-calculator/src/main/resources/Calculator.composite (original)
+++ incubator/tuscany/branches/sca-java-0.91/demos/bigbank-calculator/src/main/resources/Calculator.composite Sun Jun 24 22:32:03 2007
@@ -1,4 +1,21 @@
 <?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
+ * 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://www.osoa.org/xmlns/sca/1.0"
 	targetNamespace="http://calc"
 	xmlns:c="http://calc"

Modified: incubator/tuscany/branches/sca-java-0.91/demos/bigbank-stockquote/src/main/resources/StockQuote.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/demos/bigbank-stockquote/src/main/resources/StockQuote.composite?view=diff&rev=550355&r1=550354&r2=550355
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/demos/bigbank-stockquote/src/main/resources/StockQuote.composite (original)
+++ incubator/tuscany/branches/sca-java-0.91/demos/bigbank-stockquote/src/main/resources/StockQuote.composite Sun Jun 24 22:32:03 2007
@@ -1,4 +1,21 @@
 <?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
+ * 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://www.osoa.org/xmlns/sca/1.0"
 	targetNamespace="http://stockquote"
 	xmlns:hw="http://stockquote"



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