Author: robbinspg
Date: Tue Oct  3 13:59:48 2006
New Revision: 452618

URL: http://svn.apache.org/viewvc?view=rev&rev=452618
Log:
TUSCANY-779 licence update - sca/xsd and scripts

Modified:
    incubator/tuscany/cpp/sca/autogen.sh
    incubator/tuscany/cpp/sca/build.bat
    incubator/tuscany/cpp/sca/build.sh
    incubator/tuscany/cpp/sca/makebindist.sh
    incubator/tuscany/cpp/sca/makedist.sh
    incubator/tuscany/cpp/sca/scatest.bat
    incubator/tuscany/cpp/sca/scatest.sh
    incubator/tuscany/cpp/sca/xsd/sca-core.xsd
    incubator/tuscany/cpp/sca/xsd/sca-implementation-composite.xsd
    incubator/tuscany/cpp/sca/xsd/sca-implementation-java.xsd
    incubator/tuscany/cpp/sca/xsd/sca-interface-java.xsd
    incubator/tuscany/cpp/sca/xsd/sca-interface-wsdl.xsd
    incubator/tuscany/cpp/sca/xsd/sca.xsd
    incubator/tuscany/cpp/sca/xsd/tuscany.xsd

Modified: incubator/tuscany/cpp/sca/autogen.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/autogen.sh?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/autogen.sh (original)
+++ incubator/tuscany/cpp/sca/autogen.sh Tue Oct  3 13:59:48 2006
@@ -1,4 +1,21 @@
 #!/bin/bash
+
+#  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.
   
 for i in "libtoolize --force" aclocal autoconf autoheader
 do

Modified: incubator/tuscany/cpp/sca/build.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/build.bat?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/build.bat (original)
+++ incubator/tuscany/cpp/sca/build.bat Tue Oct  3 13:59:48 2006
@@ -1,19 +1,21 @@
 @echo off
 
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
-
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
 
 @setlocal

Modified: incubator/tuscany/cpp/sca/build.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/build.sh?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/build.sh (original)
+++ incubator/tuscany/cpp/sca/build.sh Tue Oct  3 13:59:48 2006
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  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.
 
 TUSCANY_SCACPP_HOME=`pwd`
 

Modified: incubator/tuscany/cpp/sca/makebindist.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/makebindist.sh?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/makebindist.sh (original)
+++ incubator/tuscany/cpp/sca/makebindist.sh Tue Oct  3 13:59:48 2006
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  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.
 
 TUSCANY_SCACPP_HOME=`pwd`
 

Modified: incubator/tuscany/cpp/sca/makedist.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/makedist.sh?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/makedist.sh (original)
+++ incubator/tuscany/cpp/sca/makedist.sh Tue Oct  3 13:59:48 2006
@@ -1,18 +1,22 @@
 #!/bin/sh
 
-#  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.
+
 
 TUSCANY_SCACPP_HOME=`pwd`
 

Modified: incubator/tuscany/cpp/sca/scatest.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/scatest.bat?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/scatest.bat (original)
+++ incubator/tuscany/cpp/sca/scatest.bat Tue Oct  3 13:59:48 2006
@@ -1,19 +1,21 @@
 @echo off
 
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
-
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
 
 
 @setlocal

Modified: incubator/tuscany/cpp/sca/scatest.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/scatest.sh?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/scatest.sh (original)
+++ incubator/tuscany/cpp/sca/scatest.sh Tue Oct  3 13:59:48 2006
@@ -1,18 +1,21 @@
 #!/bin/sh
 
-#  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.
 
 
 SCA4CPP_HOME=`pwd`

Modified: incubator/tuscany/cpp/sca/xsd/sca-core.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/sca-core.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/sca-core.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/sca-core.xsd Tue Oct  3 13:59:48 2006
@@ -1,19 +1,23 @@
 <?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.
- -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
     targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";

Modified: incubator/tuscany/cpp/sca/xsd/sca-implementation-composite.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/sca-implementation-composite.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/sca-implementation-composite.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/sca-implementation-composite.xsd Tue Oct  3 
13:59:48 2006
@@ -1,19 +1,23 @@
 <?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.
- -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
     targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";

Modified: incubator/tuscany/cpp/sca/xsd/sca-implementation-java.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/sca-implementation-java.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/sca-implementation-java.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/sca-implementation-java.xsd Tue Oct  3 
13:59:48 2006
@@ -1,19 +1,23 @@
 <?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.
- -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
     targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";

Modified: incubator/tuscany/cpp/sca/xsd/sca-interface-java.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/sca-interface-java.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/sca-interface-java.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/sca-interface-java.xsd Tue Oct  3 13:59:48 
2006
@@ -1,19 +1,23 @@
 <?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.
- -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
     targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";

Modified: incubator/tuscany/cpp/sca/xsd/sca-interface-wsdl.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/sca-interface-wsdl.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/sca-interface-wsdl.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/sca-interface-wsdl.xsd Tue Oct  3 13:59:48 
2006
@@ -1,19 +1,23 @@
 <?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.
- -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
     targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";

Modified: incubator/tuscany/cpp/sca/xsd/sca.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/sca.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/sca.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/sca.xsd Tue Oct  3 13:59:48 2006
@@ -1,19 +1,23 @@
 <?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.
- -->
 <schema xmlns="http://www.w3.org/2001/XMLSchema";
     targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
     xmlns:sca="http://www.osoa.org/xmlns/sca/1.0";>

Modified: incubator/tuscany/cpp/sca/xsd/tuscany.xsd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/xsd/tuscany.xsd?view=diff&rev=452618&r1=452617&r2=452618
==============================================================================
--- incubator/tuscany/cpp/sca/xsd/tuscany.xsd (original)
+++ incubator/tuscany/cpp/sca/xsd/tuscany.xsd Tue Oct  3 13:59:48 2006
@@ -1,19 +1,22 @@
 <?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.
+-->
 
 <schema        xmlns="http://www.w3.org/2001/XMLSchema"; 
                targetNamespace="http://org.apache.tuscany/xmlns/cpp/1.0"; 



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

Reply via email to