You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/07/28 05:53:39 UTC

svn commit: r426373 [22/27] - in /incubator/ode/trunk: axis2-war/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/classes/ axis2-war/src/main/webapp/WEB-INF/conf/ axis2/ axis2/src/main/java/org/apache/ode/axis2/ axis2/src/main/java...

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeLifeCycle.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeLifeCycle.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeLifeCycle.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeLifeCycle.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi;
 
 import java.io.BufferedInputStream;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeSUManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeSUManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeSUManager.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeSUManager.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi;
 
 import java.util.HashMap;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeService.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeService.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeService.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeService.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $Id: JbiToOdeBridge.java 492 2006-01-02 16:12:09Z holger $
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.jbi;
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/OdeServiceUnit.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi;
 
 import java.io.File;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Receiver.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Receiver.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Receiver.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/Receiver.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $Id: Receiver.java 492 2006-01-02 16:12:09Z holger $
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.jbi;
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/BaseXmlMapper.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/BaseXmlMapper.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/BaseXmlMapper.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/BaseXmlMapper.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi.msgmap;
 
 import java.util.WeakHashMap;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/DocLitMapper.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/DocLitMapper.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/DocLitMapper.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/DocLitMapper.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi.msgmap;
 
 import javax.jbi.messaging.MessagingException;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/JbiWsdl11WrapperMapper.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/JbiWsdl11WrapperMapper.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/JbiWsdl11WrapperMapper.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/JbiWsdl11WrapperMapper.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi.msgmap;
 
 import java.util.List;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/Mapper.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/Mapper.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/Mapper.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/Mapper.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi.msgmap;
 
 import javax.jbi.messaging.MessagingException;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/MessageTranslationException.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/MessageTranslationException.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/MessageTranslationException.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/MessageTranslationException.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.jbi.msgmap;
 

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/ServiceMixMapper.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/ServiceMixMapper.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/ServiceMixMapper.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/msgmap/ServiceMixMapper.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jbi.msgmap;
 
 import java.util.List;

Modified: incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/util/WSDLUtils.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/util/WSDLUtils.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/util/WSDLUtils.java (original)
+++ incubator/ode/trunk/jbi/src/main/java/org/apache/ode/jbi/util/WSDLUtils.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.jbi.util;
 

Modified: incubator/ode/trunk/jbi/src/main/xsd/ode-jbi.xsd
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/xsd/ode-jbi.xsd?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jbi/src/main/xsd/ode-jbi.xsd (original)
+++ incubator/ode/trunk/jbi/src/main/xsd/ode-jbi.xsd Thu Jul 27 20:52:46 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.
+  -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://ode.intalio.org/schemas/2006/04/01/ode-jbi"
            xmlns:dd="http://ode.intalio.org/schemas/2006/04/01/ode-jbi"

Modified: incubator/ode/trunk/jca-ra/etc/ra.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/etc/ra.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/etc/ra.xml (original)
+++ incubator/ode/trunk/jca-ra/etc/ra.xml Thu Jul 27 20:52:46 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.
+  -->
+
 <connector xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 

Modified: incubator/ode/trunk/jca-ra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/pom.xml (original)
+++ incubator/ode/trunk/jca-ra/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  ~ 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.
+  -->
+
 <project>
     <groupId>ode</groupId>
     <artifactId>ode-jca-ra</artifactId>

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ConnectionEventListenerSupport.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ConnectionEventListenerSupport.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ConnectionEventListenerSupport.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ConnectionEventListenerSupport.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/DummyResourceAdapter.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/DummyResourceAdapter.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/DummyResourceAdapter.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/DummyResourceAdapter.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnection.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnection.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnection.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnection.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionException.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionException.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionException.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionException.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactory.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactory.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactoryImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactoryImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactoryImpl.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionFactoryImpl.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionImpl.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionImpl.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionManager.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionManager.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionRequestInfo.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionRequestInfo.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionRequestInfo.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeConnectionRequestInfo.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionFactory.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionFactory.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionImpl.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/OdeManagedConnectionImpl.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ServiceProviderSession.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ServiceProviderSession.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ServiceProviderSession.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/ServiceProviderSession.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/package.html
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/package.html?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/package.html (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/package.html Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <html>
   <body>
     <p>The client connection interface (&quot;CCI&quot;) provides a

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransport.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransport.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransport.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransport.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra.transports;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransportPipe.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransportPipe.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransportPipe.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/OdeTransportPipe.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.ra.transports;
 

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeRemote.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeRemote.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeRemote.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeRemote.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.ra.transports.rmi;
 
 import java.rmi.Remote;

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeTransportPipeRemote.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeTransportPipeRemote.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeTransportPipeRemote.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/OdeTransportPipeRemote.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.ra.transports.rmi;
 
 import org.apache.ode.ra.transports.OdeTransportPipe;

Modified: incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/RMITransport.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/RMITransport.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/RMITransport.java (original)
+++ incubator/ode/trunk/jca-ra/src/main/java/org/apache/ode/ra/transports/rmi/RMITransport.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.ra.transports.rmi;
 
 import org.apache.ode.ra.transports.OdeTransport;

Modified: incubator/ode/trunk/jca-rar/etc/ra.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-rar/etc/ra.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-rar/etc/ra.xml (original)
+++ incubator/ode/trunk/jca-rar/etc/ra.xml Thu Jul 27 20:52:46 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.
+  -->
+
 <connector xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 

Modified: incubator/ode/trunk/jca-rar/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-rar/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-rar/pom.xml (original)
+++ incubator/ode/trunk/jca-rar/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  ~ 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.
+  -->
+
 <project>
     <groupId>ode</groupId>
     <artifactId>ode-jca-rar</artifactId>

Modified: incubator/ode/trunk/jca-server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-server/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-server/pom.xml (original)
+++ incubator/ode/trunk/jca-server/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <project>
     <artifactId>ode-jca-server</artifactId>
     <name>ODE :: Universal JCA Server</name>

Modified: incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/ConnectionProvider.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/ConnectionProvider.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/ConnectionProvider.java (original)
+++ incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/ConnectionProvider.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jca.server;
 
 public interface ConnectionProvider {

Modified: incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/Interaction.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/Interaction.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/Interaction.java (original)
+++ incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/Interaction.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.ode.jca.server;
 
 /**

Modified: incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiPipeServerImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiPipeServerImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiPipeServerImpl.java (original)
+++ incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiPipeServerImpl.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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.
  */
 
 

Modified: incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiTransportServerImpl.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiTransportServerImpl.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiTransportServerImpl.java (original)
+++ incubator/ode/trunk/jca-server/src/main/java/org/apache/ode/jca/server/rmi/RmiTransportServerImpl.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.apache.ode.jca.server.rmi;
 

Modified: incubator/ode/trunk/minerva/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/pom.xml?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/pom.xml (original)
+++ incubator/ode/trunk/minerva/pom.xml Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  ~ 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.
+  -->
+
 <project>
   <groupId>ode</groupId>
   <artifactId>ode-minerva</artifactId>

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/DataSourceFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/DataSourceFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/DataSourceFactory.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/DataSourceFactory.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.opentools.minerva;
 

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaJDBCDataSourceFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaJDBCDataSourceFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaJDBCDataSourceFactory.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaJDBCDataSourceFactory.java Thu Jul 27 20:52:46 2006
@@ -1,7 +1,20 @@
 /*
- * File:      $RCSfile$
- * Copyright: (C) 1999-2005 FiveSight Technologies Inc.
+ * 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 org.opentools.minerva;
 

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaPool.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaPool.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaPool.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/MinervaPool.java Thu Jul 27 20:52:46 2006
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.opentools.minerva;
 
 import java.util.Collections;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/CachedObjectFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/CachedObjectFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/CachedObjectFactory.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/CachedObjectFactory.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.cache;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/LeastRecentlyUsedCache.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/LeastRecentlyUsedCache.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/LeastRecentlyUsedCache.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/LeastRecentlyUsedCache.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.cache;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/ObjectCache.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/ObjectCache.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/ObjectCache.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/cache/ObjectCache.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.cache;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/BaseConnectionManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/BaseConnectionManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/BaseConnectionManager.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/BaseConnectionManager.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ConnectionParameters.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ConnectionParameters.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ConnectionParameters.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ConnectionParameters.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ManagedConnectionPoolFactory.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ManagedConnectionPoolFactory.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ManagedConnectionPoolFactory.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ManagedConnectionPoolFactory.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/NoTransConnectionManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/NoTransConnectionManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/NoTransConnectionManager.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/NoTransConnectionManager.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/PoolManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/PoolManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/PoolManager.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/PoolManager.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.opentools.minerva.connector;
 
 import java.util.HashMap;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ServerSecurityManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ServerSecurityManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ServerSecurityManager.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/ServerSecurityManager.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/SharedLocalConnectionManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/SharedLocalConnectionManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/SharedLocalConnectionManager.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/SharedLocalConnectionManager.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/XAConnectionManager.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/XAConnectionManager.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/XAConnectionManager.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/XAConnectionManager.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/BaseManagedConnection.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/BaseManagedConnection.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/BaseManagedConnection.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/BaseManagedConnection.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector.jdbc;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCConnectionRequestInfo.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCConnectionRequestInfo.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCConnectionRequestInfo.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCConnectionRequestInfo.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector.jdbc;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCDataSource.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCDataSource.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCDataSource.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCDataSource.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector.jdbc;

Modified: incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCLocalTransaction.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCLocalTransaction.java?rev=426373&r1=426372&r2=426373&view=diff
==============================================================================
--- incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCLocalTransaction.java (original)
+++ incubator/ode/trunk/minerva/src/main/java/org/opentools/minerva/connector/jdbc/JDBCLocalTransaction.java Thu Jul 27 20:52:46 2006
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
  * Licensed under the X license (see http://www.x.org/terms.htm)
  */
 package org.opentools.minerva.connector.jdbc;