jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster AbstractDataSourceCluster.java,1.2,1.3 DefaultHashedDataSourceCluster.java,1.2,1.3 DefaultIndexedDataSourceCluster.java,1.2,1.3 DefaultRoundRobinDataSourceCluster.java,1.1.1.1,1.2 HashedDataSourceCluster.java,1.2,1.3 IndexedDataSourceCluster.java,1.2,1.3 RoundRobinDataSourceCluster.java,1.1.1.1,1.2

Leo Simons <[email protected]> Sun, 11 Apr 2004 20:55:04 +0000
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster

Modified Files:
	AbstractDataSourceCluster.java 
	DefaultHashedDataSourceCluster.java 
	DefaultIndexedDataSourceCluster.java 
	DefaultRoundRobinDataSourceCluster.java 
	HashedDataSourceCluster.java IndexedDataSourceCluster.java 
	RoundRobinDataSourceCluster.java 
Log Message:
Add "we modified stuff" disclaimer as required by license

Index: DefaultHashedDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultHashedDataSourceCluster.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DefaultHashedDataSourceCluster.java	10 Apr 2004 22:50:56 -0000	1.2
+++ DefaultHashedDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.3
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import org.apache.avalon.excalibur.datasource.NoValidConnectionException;

Index: RoundRobinDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/RoundRobinDataSourceCluster.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- RoundRobinDataSourceCluster.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ RoundRobinDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.2
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import org.apache.avalon.excalibur.datasource.DataSourceComponent;

Index: HashedDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/HashedDataSourceCluster.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- HashedDataSourceCluster.java	10 Apr 2004 22:50:56 -0000	1.2
+++ HashedDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.3
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import org.apache.avalon.excalibur.datasource.DataSourceComponent;

Index: IndexedDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/IndexedDataSourceCluster.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- IndexedDataSourceCluster.java	10 Apr 2004 22:50:56 -0000	1.2
+++ IndexedDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.3
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import org.apache.avalon.excalibur.datasource.DataSourceComponent;

Index: DefaultRoundRobinDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultRoundRobinDataSourceCluster.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DefaultRoundRobinDataSourceCluster.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ DefaultRoundRobinDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.2
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import java.sql.Connection;

Index: DefaultIndexedDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/DefaultIndexedDataSourceCluster.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DefaultIndexedDataSourceCluster.java	10 Apr 2004 22:50:56 -0000	1.2
+++ DefaultIndexedDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.3
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import org.apache.avalon.excalibur.datasource.NoValidConnectionException;

Index: AbstractDataSourceCluster.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/datasource/src/java/org/apache/avalon/excalibur/datasource/cluster/AbstractDataSourceCluster.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- AbstractDataSourceCluster.java	10 Apr 2004 22:50:56 -0000	1.2
+++ AbstractDataSourceCluster.java	11 Apr 2004 20:55:01 -0000	1.3
@@ -13,8 +13,28 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.avalon.excalibur.datasource.cluster;
 
 import org.apache.avalon.excalibur.datasource.DataSourceComponent;



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click