You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/10/05 16:56:51 UTC

svn commit: r453260 - in /incubator/tuscany/cpp/sdo/samples: ides/devstudio6/projects/misc/ misc/

Author: robbinspg
Date: Thu Oct  5 07:56:50 2006
New Revision: 453260

URL: http://svn.apache.org/viewvc?view=rev&rev=453260
Log:
LicenceTUSCANY-779 licence update - SDO samples

Modified:
    incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/misc.ncb
    incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/misc.opt
    incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.cpp
    incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.xsd
    incubator/tuscany/cpp/sdo/samples/misc/ObjectCreation.cpp
    incubator/tuscany/cpp/sdo/samples/misc/Query.cpp
    incubator/tuscany/cpp/sdo/samples/misc/Substitutes.cpp
    incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.cpp
    incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xml
    incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xsd
    incubator/tuscany/cpp/sdo/samples/misc/companysubs.xsd
    incubator/tuscany/cpp/sdo/samples/misc/samples.cpp
    incubator/tuscany/cpp/sdo/samples/misc/samples.h

Modified: incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/misc.ncb
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/misc.ncb?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
Binary files - no diff available.

Modified: incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/misc.opt
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/ides/devstudio6/projects/misc/misc.opt?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
Binary files - no diff available.

Modified: incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.cpp?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.cpp (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.cpp Thu Oct  5 07:56:50 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/sdo/samples/misc/ChangeSummarySave.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.xsd?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.xsd (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/ChangeSummarySave.xsd Thu Oct  5 07:56:50 2006
@@ -1,19 +1,22 @@
-
 <!--
-  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.
- -->
     <xsd:schema  
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  	xmlns:sdo="commonj.sdo"

Modified: incubator/tuscany/cpp/sdo/samples/misc/ObjectCreation.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/ObjectCreation.cpp?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/ObjectCreation.cpp (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/ObjectCreation.cpp Thu Oct  5 07:56:50 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/sdo/samples/misc/Query.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/Query.cpp?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/Query.cpp (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/Query.cpp Thu Oct  5 07:56:50 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/sdo/samples/misc/Substitutes.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/Substitutes.cpp?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/Substitutes.cpp (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/Substitutes.cpp Thu Oct  5 07:56:50 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/sdo/samples/misc/XSDLoading.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.cpp?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.cpp (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.cpp Thu Oct  5 07:56:50 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/sdo/samples/misc/XSDLoading.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xml?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xml (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xml Thu Oct  5 07:56:50 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.
+-->
  
  <!--  This XML has an employee with an SN of nil, which should appear in the SDO as NULL 
   --> 

Modified: incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xsd?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xsd (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/XSDLoading.xsd Thu Oct  5 07:56:50 2006
@@ -1,19 +1,22 @@
-
 <!--
-  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.
- -->
 <!-- This XSD recasts the properties of employee to elements in order to allow the SN property to be nillable -->
 <xsd:schema  
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: incubator/tuscany/cpp/sdo/samples/misc/companysubs.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/companysubs.xsd?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/companysubs.xsd (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/companysubs.xsd Thu Oct  5 07:56:50 2006
@@ -1,19 +1,21 @@
-
 <!--
-  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.
+-->
 
     <xsd:schema  
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: incubator/tuscany/cpp/sdo/samples/misc/samples.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/samples.cpp?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/samples.cpp (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/samples.cpp Thu Oct  5 07:56:50 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/sdo/samples/misc/samples.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/misc/samples.h?view=diff&rev=453260&r1=453259&r2=453260
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/misc/samples.h (original)
+++ incubator/tuscany/cpp/sdo/samples/misc/samples.h Thu Oct  5 07:56:50 2006
@@ -1,21 +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/SDO.h"



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