Author: robbinspg
Date: Tue Oct  3 23:31:49 2006
New Revision: 452760

URL: http://svn.apache.org/viewvc?view=rev&rev=452760
Log:
TUSCANY-779 licence update - samples/MyValue

Modified:
    incubator/tuscany/cpp/sca/samples/MyValue/Client/MyValueClient.cpp
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo.fragment
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfo.h
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.componentType
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.cpp
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.h
    incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValue.h
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.componentType
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.cpp
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.h
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.wsdl
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.xsd
    
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/StockQuoteService/StockQuoteService.h
    incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/sca.composite
    incubator/tuscany/cpp/sca/samples/MyValue/MyValueSubsystem/sca.subsystem
    incubator/tuscany/cpp/sca/samples/MyValue/server.wsdd

Modified: incubator/tuscany/cpp/sca/samples/MyValue/Client/MyValueClient.cpp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/Client/MyValueClient.cpp?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- incubator/tuscany/cpp/sca/samples/MyValue/Client/MyValueClient.cpp 
(original)
+++ incubator/tuscany/cpp/sca/samples/MyValue/Client/MyValueClient.cpp Tue Oct  
3 23:31:49 2006
@@ -1,19 +1,24 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
+
+/* $Rev$ $Date$ */
+
 #pragma warning(disable: 4786)
 
 #include "commonj/sdo/Logger.h"

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo.fragment
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo.fragment?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo.fragment
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo.fragment
 Tue Oct  3 23:31:49 2006
@@ -1,19 +1,22 @@
-<?xml version="1.0" encoding="ASCII"?>

+<?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  Licensed 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

-

+   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.

- -->

+     

+   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.

+-->

 

 <compositeFragment xmlns="http://www.osoa.org/xmlns/sca/0.9"; 

        xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 


Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfo.h
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfo.h?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfo.h
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfo.h
 Tue Oct  3 23:31:49 2006
@@ -1,18 +1,20 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
 
 /* $Rev$ $Date$ */

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.componentType?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.componentType
 Tue Oct  3 23:31:49 2006
@@ -1,19 +1,22 @@
-<?xml version="1.0" encoding="ASCII"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
-
-  Licensed 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
-
+   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.
- -->
+     
+   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.
+-->
 
 <componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";
                xmlns:xs="http://www.w3.org/2001/XMLSchema";>

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.cpp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.cpp?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.cpp
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.cpp
 Tue Oct  3 23:31:49 2006
@@ -1,18 +1,20 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
 
 /* $Rev$ $Date$ */

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.h
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.h?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.h
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/CustomerInfo/CustomerInfoImpl.h
 Tue Oct  3 23:31:49 2006
@@ -1,18 +1,20 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
 
 /* $Rev$ $Date$ */

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValue.h
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValue.h?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValue.h 
(original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValue.h 
Tue Oct  3 23:31:49 2006
@@ -1,19 +1,23 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
+
+/* $Rev$ $Date$ */
 
 #ifndef MyValue_h
 #define MyValue_h

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.componentType?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.componentType
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.componentType
 Tue Oct  3 23:31:49 2006
@@ -1,19 +1,22 @@
-<?xml version="1.0" encoding="ASCII"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
-
-  Licensed 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
-
+   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.
- -->
+     
+   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.
+-->
 
 <componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>
 

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.cpp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.cpp?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.cpp
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.cpp
 Tue Oct  3 23:31:49 2006
@@ -1,19 +1,23 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
+
+/* $Rev$ $Date$ */
 
 //
 // MyValueImpl.cpp: implementation of the MyValueImpl class.

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.h
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.h?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.h
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueImpl.h
 Tue Oct  3 23:31:49 2006
@@ -1,19 +1,24 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
+
+/* $Rev$ $Date$ */
+
 
 #ifndef MyValueImpl_h
 #define MyValueImpl_h

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.wsdl?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.wsdl
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.wsdl
 Tue Oct  3 23:31:49 2006
@@ -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.
+-->
+
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"; 
              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
              xmlns:xs="http://www.w3.org/2001/XMLSchema"; 

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.xsd?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.xsd
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/MyValue/MyValueService.xsd
 Tue Oct  3 23:31:49 2006
@@ -1,19 +1,22 @@
-
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2006 The Apache Software Foundation or its licensors, as 
applicable.
-
-  Licensed 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
-
+   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.
- -->
+     
+   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.
+-->
 
 <xs:schema targetNamespace="http://www.myvalue.org/MyValueService/"; 
            xmlns:xs="http://www.w3.org/2001/XMLSchema";

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/StockQuoteService/StockQuoteService.h
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/StockQuoteService/StockQuoteService.h?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/StockQuoteService/StockQuoteService.h
 (original)
+++ 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/StockQuoteService/StockQuoteService.h
 Tue Oct  3 23:31:49 2006
@@ -1,18 +1,20 @@
 /*
- *
- *  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
- *
- *  Licensed 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.
+ * 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.
  */
 
 /* $Rev$ $Date$ */

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/sca.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/sca.composite?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/sca.composite 
(original)
+++ incubator/tuscany/cpp/sca/samples/MyValue/MyValueComposite/sca.composite 
Tue Oct  3 23:31:49 2006
@@ -1,19 +1,23 @@
 <?xml version="1.0" encoding="ASCII"?>
 <!--
-  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.
-
-  Licensed 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
-
+   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.
+-->
 
-  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/0.9"; 
        xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"; 

Modified: 
incubator/tuscany/cpp/sca/samples/MyValue/MyValueSubsystem/sca.subsystem
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/MyValueSubsystem/sca.subsystem?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- incubator/tuscany/cpp/sca/samples/MyValue/MyValueSubsystem/sca.subsystem 
(original)
+++ incubator/tuscany/cpp/sca/samples/MyValue/MyValueSubsystem/sca.subsystem 
Tue Oct  3 23:31:49 2006
@@ -1,19 +1,22 @@
-<?xml version="1.0" encoding="ASCII"?>

+<?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright 2005 The Apache Software Foundation or its licensors, as 
applicable.

-

-  Licensed 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

-

+   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.

- -->

+     

+   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.

+-->

 

 <subsystem xmlns="http://www.osoa.org/xmlns/sca/0.9";

  


Modified: incubator/tuscany/cpp/sca/samples/MyValue/server.wsdd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/MyValue/server.wsdd?view=diff&rev=452760&r1=452759&r2=452760
==============================================================================
--- incubator/tuscany/cpp/sca/samples/MyValue/server.wsdd (original)
+++ incubator/tuscany/cpp/sca/samples/MyValue/server.wsdd Tue Oct  3 23:31:49 
2006
@@ -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.

+-->

 

 <!-- The Entity, wspath in the following internal subset allows setting a path 
for the webservices location -->

 <!--<!DOCTYPE vars [ <!ENTITY wspath 
"/Apache2.0.54/Apache2/Axis/webservices/"> ]>-->




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to