You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/07/21 01:19:28 UTC

svn commit: r558196 - in /incubator/tuscany/java/sdo: impl/src/test/java/com/example/ExpectedException/ impl/src/test/java/com/example/ExpectedException/impl/ impl/src/test/resources/ sample/src/main/resources/

Author: kelvingoodson
Date: Fri Jul 20 16:19:27 2007
New Revision: 558196

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

Modified:
    incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionFactory.java
    incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionType.java
    incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/SequenceReadOnlyType.java
    incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionFactoryImpl.java
    incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionTypeImpl.java
    incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/SequenceReadOnlyTypeImpl.java
    incubator/tuscany/java/sdo/impl/src/test/resources/containmenttest.xsd
    incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest.xsd
    incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest_CS.xsd
    incubator/tuscany/java/sdo/sample/src/main/resources/People.xsd

Modified: incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionFactory.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionFactory.java?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionFactory.java (original)
+++ incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionFactory.java Fri Jul 20 16:19:27 2007
@@ -1,8 +1,21 @@
 /**
- * <copyright>
- * </copyright>
  *
- * $Id$
+ *  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.
  */
 package com.example.ExpectedException;
 

Modified: incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionType.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionType.java?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionType.java (original)
+++ incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/ExpectedExceptionType.java Fri Jul 20 16:19:27 2007
@@ -1,8 +1,21 @@
 /**
- * <copyright>
- * </copyright>
  *
- * $Id$
+ *  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.
  */
 package com.example.ExpectedException;
 

Modified: incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/SequenceReadOnlyType.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/SequenceReadOnlyType.java?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/SequenceReadOnlyType.java (original)
+++ incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/SequenceReadOnlyType.java Fri Jul 20 16:19:27 2007
@@ -1,8 +1,21 @@
 /**
- * <copyright>
- * </copyright>
  *
- * $Id$
+ *  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.
  */
 package com.example.ExpectedException;
 

Modified: incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionFactoryImpl.java?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionFactoryImpl.java (original)
+++ incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionFactoryImpl.java Fri Jul 20 16:19:27 2007
@@ -1,8 +1,21 @@
 /**
- * <copyright>
- * </copyright>
  *
- * $Id$
+ *  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.
  */
 package com.example.ExpectedException.impl;
 

Modified: incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionTypeImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionTypeImpl.java?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionTypeImpl.java (original)
+++ incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/ExpectedExceptionTypeImpl.java Fri Jul 20 16:19:27 2007
@@ -1,8 +1,21 @@
 /**
- * <copyright>
- * </copyright>
  *
- * $Id$
+ *  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.
  */
 package com.example.ExpectedException.impl;
 

Modified: incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/SequenceReadOnlyTypeImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/SequenceReadOnlyTypeImpl.java?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/SequenceReadOnlyTypeImpl.java (original)
+++ incubator/tuscany/java/sdo/impl/src/test/java/com/example/ExpectedException/impl/SequenceReadOnlyTypeImpl.java Fri Jul 20 16:19:27 2007
@@ -1,8 +1,21 @@
 /**
- * <copyright>
- * </copyright>
  *
- * $Id$
+ *  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.
  */
 package com.example.ExpectedException.impl;
 

Modified: incubator/tuscany/java/sdo/impl/src/test/resources/containmenttest.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/src/test/resources/containmenttest.xsd?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/impl/src/test/resources/containmenttest.xsd (original)
+++ incubator/tuscany/java/sdo/impl/src/test/resources/containmenttest.xsd Fri Jul 20 16:19:27 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 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:contain="http://www.example.com/ContainmentTest" targetNamespace="http://www.example.com/ContainmentTest"> 
 
      <xsd:element name="containTestInstance" type="contain:ContainmentTest"/>
@@ -9,4 +28,4 @@
           <xsd:element maxOccurs="unbounded" minOccurs="0" name="ContainMany" type="contain:ContainmentTest"/>
        </xsd:sequence>
    </xsd:complexType>
-</xsd:schema>
\ No newline at end of file
+</xsd:schema>

Modified: incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest.xsd?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest.xsd (original)
+++ incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest.xsd Fri Jul 20 16:19:27 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 xmlns="http://www.w3.org/2001/XMLSchema"
 	xmlns:people="www.example.org/people" xmlns:sdo="commonj.sdo"
 	xmlns:sdoxml="commonj.sdo/xml"

Modified: incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest_CS.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest_CS.xsd?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest_CS.xsd (original)
+++ incubator/tuscany/java/sdo/sample/src/main/resources/MedicalTest_CS.xsd Fri Jul 20 16:19:27 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 xmlns="http://www.w3.org/2001/XMLSchema"
 	xmlns:people="www.example.org/people" xmlns:sdo="commonj.sdo"
 	xmlns:sdoxml="commonj.sdo/xml"

Modified: incubator/tuscany/java/sdo/sample/src/main/resources/People.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/sample/src/main/resources/People.xsd?view=diff&rev=558196&r1=558195&r2=558196
==============================================================================
--- incubator/tuscany/java/sdo/sample/src/main/resources/People.xsd (original)
+++ incubator/tuscany/java/sdo/sample/src/main/resources/People.xsd Fri Jul 20 16:19:27 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 xmlns="http://www.w3.org/2001/XMLSchema"
 	targetNamespace="www.example.org/people"
 	xmlns:sdo="commonj.sdo"
@@ -49,4 +67,4 @@
 	   </restriction>
 	</simpleType>
 
-</schema>
\ No newline at end of file
+</schema>



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