You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2007/03/14 13:54:38 UTC

svn commit: r518120 - in /incubator/tuscany/cpp: sca/doc/ sca/samples/AlertAggregator/ sca/samples/AlertAggregator/httpserver.php/htdocs/ sca/samples/AlertAggregator/httpserver/htdocs/ sca/samples/AlertAggregator/sample.alerter/ sca/samples/AlertAggreg...

Author: ajborley
Date: Wed Mar 14 05:54:37 2007
New Revision: 518120

URL: http://svn.apache.org/viewvc?view=rev&rev=518120
Log:
Added missing Apache licenses

Modified:
    incubator/tuscany/cpp/sca/doc/CPPGeneratorTool.txt
    incubator/tuscany/cpp/sca/samples/AlertAggregator/config.xml
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/AlertDisplay.php
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Alerter.xsd
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Cached_Alerts.xml
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/style.css
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/htdocs/style.css
    incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.alerter/Alerter.xsd
    incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/Alerter.xsd
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/AccountData.xsd
    incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/Customer.xsd
    incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/2345.xml
    incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/Customer.xsd
    incubator/tuscany/cpp/sdo/doc/CommittersGuide.txt
    incubator/tuscany/cpp/sdo/doc/DesignNotes.htm

Modified: incubator/tuscany/cpp/sca/doc/CPPGeneratorTool.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/CPPGeneratorTool.txt?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/doc/CPPGeneratorTool.txt (original)
+++ incubator/tuscany/cpp/sca/doc/CPPGeneratorTool.txt Wed Mar 14 05:54:37 2007
@@ -1,3 +1,23 @@
+
+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.
+
+
+
 Tuscany SCA For C++ - scagen C++ generator tool
 ===============================================
 

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/config.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/config.xml?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/config.xml (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/config.xml Wed Mar 14 05:54:37 2007
@@ -1,3 +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.
+-->
 <ns0:config xmlns:ns0="http://tuscany.apache.org/samples/alerter">
 <ns0:source id="0" type="rss">
   <ns0:name>BBC News</ns0:name>

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/AlertDisplay.php
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/AlertDisplay.php?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/AlertDisplay.php (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/AlertDisplay.php Wed Mar 14 05:54:37 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.
+-->
 <?php
 include 'SCA/SCA.php';
 

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Alerter.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Alerter.xsd?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Alerter.xsd (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Alerter.xsd Wed Mar 14 05:54:37 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.
+-->
 <schema targetNamespace="http://tuscany.apache.org/samples/alerter" 
 		xmlns="http://www.w3.org/2001/XMLSchema" 
 		xmlns:ns="http://tuscany.apache.org/samples/alerter">

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Cached_Alerts.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Cached_Alerts.xml?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Cached_Alerts.xml (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/Cached_Alerts.xml Wed Mar 14 05:54:37 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.
+-->
 <alerts xmlns="http://tuscany.apache.org/samples/alerter" xmlns:tns="http://tuscany.apache.org/samples/alerter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><alert sourceid="1" unread="false" id="alert_0"><title>Polymer Vision's Readius rollable display gets face time</title><summary>Filed under: Cellphones, DisplaysTalk about a long time coming, as what is now Polymer Vision has seemed to finally put all the pieces together and produce an actual working product from the idea envisioned by Philips around two years ago. We knew the spinoff was looking to commercialize the product later this year, but after nearly 24 months of coming up empty, a bit of understandable skepticism begins to seep through. Nevertheless, the firm's rollable, pocket-friendly "Cellular-Book" was out and showing its stuff at 3GSM, proving that there's at least something there to put on store shelves. Although the unit on display was indeed a standalone device -- sporting 16 shades of grey, USB
 , "10-days" of battery life, 4GB of internal storage, and GPRS, EDGE, and DVB-H connectivity just like we'd heard -- Polymer Vision is actually hoping to integrate its e-paper technology into mobile handset displays in the near future. Sadly, there still didn't seem to be any hints of a release date for the nifty pocket reader, but be sure to click on through for the very long awaited pictures of the Readius in action.[Via Slashdot]Continue reading Polymer Vision's Readius rollable display gets face time Read | Permalink | Email this | CommentsBOLD MOVES: THE FUTURE OF FORD A new documentary series. Be part of the transformation as it happens in real-timeOffice Depot Featured Gadget: Xbox 360 Platinum System Packs the power to bring games to life!
  </summary><address>http://feeds.engadget.com/~r/weblogsinc/engadget/~3/92945682/</address><date>2007-02-19T15:54:00</date></alert><alert sourceid="1" unread="false" id="alert_1"><title>Sirius and XM set to merge?</title><summary>Filed under: Portable Audio
 Well, we can't exactly say that we didn't see this one coming, but for the deal to actually get inked would indeed be something special. According to the New York Post, Sirius and XM are all set to announce a merger deal after hammering out details all weekend long. Of course, it was noted that the somewhat shaky agreement "could fall apart at any time," and interestingly enough, both companies purportedly spent the majority of their (and their lawyers) time ironing out the good stuff while leaving "regulatory concerns" on the back burner. Unfortunately, those very issues could be insurmountable hurdles, as the typically stubborn FCC certainly has played hard ball with each company before, and having one overriding satellite provider with no competition in sight is ripe for monopoly arguments. Regardless, you won't find us complaining about a little Howard just a few channels down from Oprah, or a dash of MLB just a dozen notches from the NFL, but considering that gaining th
 at oh-so-critical regulatory approval "could take up to 15 months," we wouldn't count on your lineup changing anytime soon no matter what. Read | Permalink | Email this | CommentsBOLD MOVES: THE FUTURE OF FORD A new documentary series. Be part of the transformation as it happens in real-timeOffice Depot Featured Gadget: Xbox 360 Platinum System Packs the power to bring games to life!

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/style.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/style.css?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/style.css (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver.php/htdocs/style.css Wed Mar 14 05:54:37 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.
+ */
+
 p,table,li,h1,h2,h3
 {
 font-family: verdana, arial, 'sans serif'; 

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/htdocs/style.css
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/htdocs/style.css?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/htdocs/style.css (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/htdocs/style.css Wed Mar 14 05:54:37 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.
+ */
+
 p,table,li,h1,h2,h3
 {
 font-family: verdana, arial, 'sans serif'; 

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.alerter/Alerter.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.alerter/Alerter.xsd?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.alerter/Alerter.xsd (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.alerter/Alerter.xsd Wed Mar 14 05:54:37 2007
@@ -1,4 +1,23 @@
 <?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 targetNamespace="http://tuscany.apache.org/samples/alerter" 
 		xmlns="http://www.w3.org/2001/XMLSchema" 
 		xmlns:ns="http://tuscany.apache.org/samples/alerter">

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/Alerter.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/Alerter.xsd?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/Alerter.xsd (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/Alerter.xsd Wed Mar 14 05:54:37 2007
@@ -1,8 +1,27 @@
 <?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 targetNamespace="http://tuscany.apache.org/samples/alerter" 
 		xmlns="http://www.w3.org/2001/XMLSchema" 
 		xmlns:ns="http://tuscany.apache.org/samples/alerter">
-    <element name="alerts" type="ns:alerts"/>
+    <element name="alerts" type="ns:alerts"/>
 
     <complexType name="alert">
     	<sequence>

Modified: incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/AccountData.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/AccountData.xsd?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/AccountData.xsd (original)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/bigbank.accountdata/AccountData.xsd Wed Mar 14 05:54:37 2007
@@ -1,3 +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.
+-->
 <xsd:schema targetNamespace="http://www.bigbank.com/AccountService" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
 	<xsd:complexType name="StockAccount">

Modified: incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/Customer.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/Customer.xsd?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/Customer.xsd (original)
+++ incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer.restclient/Customer.xsd Wed Mar 14 05:54:37 2007
@@ -1,3 +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.
+-->
 <xsd:schema targetNamespace="http://sample.customer" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
 	<xsd:element name="customer">

Modified: incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/2345.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/2345.xml?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/2345.xml (original)
+++ incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/2345.xml Wed Mar 14 05:54:37 2007
@@ -1 +1,20 @@
+<?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.
+-->
 <ns0:customer xmlns:ns0="http://sample.customer"><ns0:id>2345</ns0:id><ns0:firstName>John</ns0:firstName><ns0:lastName>Smith</ns0:lastName></ns0:customer>

Modified: incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/Customer.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/Customer.xsd?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/Customer.xsd (original)
+++ incubator/tuscany/cpp/sca/samples/RestCustomer/sample.customer/Customer.xsd Wed Mar 14 05:54:37 2007
@@ -1,3 +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.
+-->
 <xsd:schema targetNamespace="http://sample.customer" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
 	<xsd:element name="customer">

Modified: incubator/tuscany/cpp/sdo/doc/CommittersGuide.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/doc/CommittersGuide.txt?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sdo/doc/CommittersGuide.txt (original)
+++ incubator/tuscany/cpp/sdo/doc/CommittersGuide.txt Wed Mar 14 05:54:37 2007
@@ -1,3 +1,23 @@
+
+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.
+
+
+
 Tuscany SDO Committers Guide
 ============================
 

Modified: incubator/tuscany/cpp/sdo/doc/DesignNotes.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/doc/DesignNotes.htm?view=diff&rev=518120&r1=518119&r2=518120
==============================================================================
--- incubator/tuscany/cpp/sdo/doc/DesignNotes.htm (original)
+++ incubator/tuscany/cpp/sdo/doc/DesignNotes.htm Wed Mar 14 05:54:37 2007
@@ -1,30 +1,46 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+   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.
+-->
 <html><head>
 
 
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<meta name="robots" content="noindex,nofollow"><title>Tuscany/TuscanyCpp/DesignNotes - Ws Wiki</title>
+   <META CONTENT="text/css" HTTP-EQUIV="Content-Style-Type">
+   <STYLE MEDIA="all" TYPE="text/css">
+@import url("css/maven-base.css");
+@import url("css/maven-theme.css");
+   </STYLE> 
 
+    <LINK HREF="css/maven-theme.css" MEDIA="print" REL="stylesheet"
+         TYPE="text/css">
 
+    <meta name="robots" content="noindex,nofollow">
+    <title>Tuscany SDO for C++ Design Notes</title>
 
-
-<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="DesignNotes_files/common.css">
-<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="DesignNotes_files/print.css">
-
-<link rel="Start" href="http://wiki.apache.org/ws/FrontPage">
-<link rel="Alternate" title="Wiki Markup" href="http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes?action=raw">
-<link rel="Alternate" media="print" title="Print View" href="http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes?action=print">
-<link rel="Up" href="http://wiki.apache.org/ws/Tuscany/TuscanyCpp">
-<link rel="Search" href="http://wiki.apache.org/ws/FindPage">
-<link rel="Index" href="http://wiki.apache.org/ws/TitleIndex">
-<link rel="Glossary" href="http://wiki.apache.org/ws/WordIndex">
-<link rel="Help" href="http://wiki.apache.org/ws/HelpOnFormatting"></head><body dir="ltr" lang="en">
+</head>
+<body dir="ltr" lang="en">
 <div id="page" dir="ltr" lang="en"><!-- start page -->
 
-<h1 id="title">Tuscany/TuscanyCpp/DesignNotes</h1>
+<h1 id="title">Tuscany SDO for C++ Design Notes</h1>
 <div id="content" dir="ltr" lang="en">
 <a id="top"></a>
-
+<p>See the 'live' verson of these notes at <a HREF="http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes">http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes</A>
 <h2 id="head-780571e8917285d0f0c1ebae03ade69ebb3fe51a">1. Logging</h2>
 
 <p>Logging is not mentioned in the V2.01 specification, however, a



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