From e887366de011fdb9ffddd7b5d0e3077825e412b2 Mon Sep 17 00:00:00 2001 From: Rodney Waldhoff Date: Sat, 11 Jan 2003 21:28:03 +0000 Subject: [PATCH] license fixes (acknowlegement ->acknowledgment; Group -> Software Foundation) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130936 13f79535-47bb-0310-9956-ffa450edef68 --- .../primitives/AbstractIntArrayList.java | 16 ++---- .../primitives/AbstractIntCollection.java | 16 ++---- .../primitives/AbstractIntList.java | 18 +++--- .../primitives/AbstractLongArrayList.java | 18 +++--- .../primitives/AbstractLongList.java | 18 +++--- .../AbstractRandomAccessIntList.java | 14 ++--- .../primitives/AbstractShortArrayList.java | 18 +++--- .../primitives/AbstractShortList.java | 18 +++--- .../collections/primitives/ArrayIntList.java | 16 ++---- .../primitives/ArrayUnsignedShortList.java | 16 ++---- .../primitives/FloatArrayList.java | 18 +++--- .../collections/primitives/IntArrayList.java | 16 ++---- .../collections/primitives/IntCollection.java | 10 ++-- .../collections/primitives/IntIterator.java | 8 +-- .../collections/primitives/IntList.java | 9 ++- .../primitives/IntListIterator.java | 8 +-- .../collections/primitives/LongArrayList.java | 18 +++--- .../primitives/ShortArrayList.java | 18 +++--- .../primitives/UnsignedByteArrayList.java | 18 +++--- .../primitives/UnsignedIntArrayList.java | 18 +++--- .../primitives/UnsignedShortArrayList.java | 18 +++--- .../adapters/CollectionIntCollection.java | 16 ++---- .../adapters/IntCollectionCollection.java | 16 ++---- .../adapters/IntIteratorIterator.java | 16 ++---- .../adapters/IntListIteratorListIterator.java | 16 ++---- .../primitives/adapters/IntListList.java | 16 ++---- .../adapters/IteratorIntIterator.java | 16 ++---- .../primitives/adapters/ListIntList.java | 16 ++---- .../adapters/ListIteratorIntListIterator.java | 16 ++---- .../primitives/adapters/package.html | 57 ++++++++++++++++++- .../collections/primitives/package.html | 57 ++++++++++++++++++- 31 files changed, 286 insertions(+), 283 deletions(-) diff --git a/src/java/org/apache/commons/collections/primitives/AbstractIntArrayList.java b/src/java/org/apache/commons/collections/primitives/AbstractIntArrayList.java index c6f6e31c1..29513f27a 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractIntArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractIntArrayList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractIntArrayList.java,v 1.8 2003/01/06 04:05:39 rwaldhoff Exp $ - * $Revision: 1.8 $ - * $Date: 2003/01/06 04:05:39 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractIntArrayList.java,v 1.9 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2002-2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -67,7 +63,7 @@ package org.apache.commons.collections.primitives; * Abstract base class for lists of primitive int elements * backed by an array.

* - * @version $Revision: 1.8 $ $Date: 2003/01/06 04:05:39 $ + * @version $Revision: 1.9 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff * * @deprecated An {@link IntList} implementation, such as {@link ArrayIntList} diff --git a/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java b/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java index 201ccf5f9..6d743d955 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractIntCollection.java,v 1.2 2003/01/06 03:59:12 rwaldhoff Exp $ - * $Revision: 1.2 $ - * $Date: 2003/01/06 03:59:12 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractIntCollection.java,v 1.3 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -62,7 +58,7 @@ package org.apache.commons.collections.primitives; /** - * @version $Revision: 1.2 $ $Date: 2003/01/06 03:59:12 $ + * @version $Revision: 1.3 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ abstract class AbstractIntCollection implements IntCollection { diff --git a/src/java/org/apache/commons/collections/primitives/AbstractIntList.java b/src/java/org/apache/commons/collections/primitives/AbstractIntList.java index 97010e900..964bf7abc 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractIntList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractIntList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractIntList.java,v 1.5 2003/01/04 15:00:57 rwaldhoff Exp $ - * $Revision: 1.5 $ - * $Date: 2003/01/04 15:00:57 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractIntList.java,v 1.6 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -85,7 +81,7 @@ import java.util.AbstractList; * {@link #removeIntAt(int)} and {@link #clear()} methods. You may want * to override the other methods to increase performance.

* - * @version $Revision: 1.5 $ $Date: 2003/01/04 15:00:57 $ + * @version $Revision: 1.6 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff * @deprecated To be replaced by {@link IntList}. If useful, an adapter to this interface could be provided. */ diff --git a/src/java/org/apache/commons/collections/primitives/AbstractLongArrayList.java b/src/java/org/apache/commons/collections/primitives/AbstractLongArrayList.java index dfe31f88a..a537a9366 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractLongArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractLongArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractLongArrayList.java,v 1.6 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.6 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractLongArrayList.java,v 1.7 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -72,7 +68,7 @@ package org.apache.commons.collections.primitives; * primitive values will be stored in an underlying primitive array, and * provides methods for manipulating the capacity of that array.

* - * @version $Revision: 1.6 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.7 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public abstract class AbstractLongArrayList extends AbstractLongList { diff --git a/src/java/org/apache/commons/collections/primitives/AbstractLongList.java b/src/java/org/apache/commons/collections/primitives/AbstractLongList.java index b41c4aa44..d6ecc9621 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractLongList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractLongList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractLongList.java,v 1.4 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.4 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractLongList.java,v 1.5 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -85,7 +81,7 @@ import java.util.AbstractList; * {@link #removeLongAt(int)} and {@link #clear()} methods. You may want * to override the other methods to increase performance.

* - * @version $Revision: 1.4 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.5 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public abstract class AbstractLongList extends AbstractList { diff --git a/src/java/org/apache/commons/collections/primitives/AbstractRandomAccessIntList.java b/src/java/org/apache/commons/collections/primitives/AbstractRandomAccessIntList.java index 586fcd5da..949e43d7f 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractRandomAccessIntList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractRandomAccessIntList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractRandomAccessIntList.java,v 1.6 2003/01/10 18:52:37 rwaldhoff Exp $ - * $Revision: 1.6 $ - * $Date: 2003/01/10 18:52:37 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractRandomAccessIntList.java,v 1.7 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2002-2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/src/java/org/apache/commons/collections/primitives/AbstractShortArrayList.java b/src/java/org/apache/commons/collections/primitives/AbstractShortArrayList.java index 4473338a0..6037fcb21 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractShortArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractShortArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractShortArrayList.java,v 1.6 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.6 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractShortArrayList.java,v 1.7 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -72,7 +68,7 @@ package org.apache.commons.collections.primitives; * primitive values will be stored in an underlying primitive array, and * provides methods for manipulating the capacity of that array.

* - * @version $Revision: 1.6 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.7 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public abstract class AbstractShortArrayList extends AbstractShortList { diff --git a/src/java/org/apache/commons/collections/primitives/AbstractShortList.java b/src/java/org/apache/commons/collections/primitives/AbstractShortList.java index fb355e0cf..d6dd7b7b9 100644 --- a/src/java/org/apache/commons/collections/primitives/AbstractShortList.java +++ b/src/java/org/apache/commons/collections/primitives/AbstractShortList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractShortList.java,v 1.4 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.4 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/AbstractShortList.java,v 1.5 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -85,7 +81,7 @@ import java.util.AbstractList; * {@link #removeShortAt(int)} and {@link #clear()} methods. You may want * to override the other methods to increase performance.

* - * @version $Revision: 1.4 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.5 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public abstract class AbstractShortList extends AbstractList { diff --git a/src/java/org/apache/commons/collections/primitives/ArrayIntList.java b/src/java/org/apache/commons/collections/primitives/ArrayIntList.java index 6b68cd042..4bb333e7a 100644 --- a/src/java/org/apache/commons/collections/primitives/ArrayIntList.java +++ b/src/java/org/apache/commons/collections/primitives/ArrayIntList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/ArrayIntList.java,v 1.2 2003/01/07 01:29:28 rwaldhoff Exp $ - * $Revision: 1.2 $ - * $Date: 2003/01/07 01:29:28 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/ArrayIntList.java,v 1.3 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2002-2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -64,7 +60,7 @@ package org.apache.commons.collections.primitives; /** * A list of int elements backed by an int array. * - * @version $Revision: 1.2 $ $Date: 2003/01/07 01:29:28 $ + * @version $Revision: 1.3 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class ArrayIntList extends AbstractRandomAccessIntList implements IntList { diff --git a/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java b/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java index 55e39d982..f3473ece4 100644 --- a/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java +++ b/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/ArrayUnsignedShortList.java,v 1.1 2003/01/07 18:04:51 rwaldhoff Exp $ - * $Revision: 1.1 $ - * $Date: 2003/01/07 18:04:51 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/ArrayUnsignedShortList.java,v 1.2 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2002-2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -71,7 +67,7 @@ import java.io.Serializable; * Mutators on this class will reject any int that does not * express an unsigned 16-bit value. * - * @version $Revision: 1.1 $ $Date: 2003/01/07 18:04:51 $ + * @version $Revision: 1.2 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class ArrayUnsignedShortList extends AbstractRandomAccessIntList implements IntList, Serializable { diff --git a/src/java/org/apache/commons/collections/primitives/FloatArrayList.java b/src/java/org/apache/commons/collections/primitives/FloatArrayList.java index f17bd9703..5e0e4241a 100644 --- a/src/java/org/apache/commons/collections/primitives/FloatArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/FloatArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/FloatArrayList.java,v 1.6 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.6 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/FloatArrayList.java,v 1.7 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -75,7 +71,7 @@ import java.util.List; * {@link java.util.ArrayList} of {@link Float} values and allows for * better compile-time type checking.

* - * @version $Revision: 1.6 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.7 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class FloatArrayList extends AbstractList implements List, Serializable { diff --git a/src/java/org/apache/commons/collections/primitives/IntArrayList.java b/src/java/org/apache/commons/collections/primitives/IntArrayList.java index 2a7643ce6..f82917773 100644 --- a/src/java/org/apache/commons/collections/primitives/IntArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/IntArrayList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntArrayList.java,v 1.9 2003/01/06 04:05:39 rwaldhoff Exp $ - * $Revision: 1.9 $ - * $Date: 2003/01/06 04:05:39 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntArrayList.java,v 1.10 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2002-2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -73,7 +69,7 @@ import java.io.Serializable; * {@link java.util.ArrayList} of {@link Integer} values and allows for * better compile-time type checking.

* - * @version $Revision: 1.9 $ $Date: 2003/01/06 04:05:39 $ + * @version $Revision: 1.10 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff * * @deprecated {@link ArrayIntList} should be used instead. diff --git a/src/java/org/apache/commons/collections/primitives/IntCollection.java b/src/java/org/apache/commons/collections/primitives/IntCollection.java index 72e73eabc..1168e71ce 100644 --- a/src/java/org/apache/commons/collections/primitives/IntCollection.java +++ b/src/java/org/apache/commons/collections/primitives/IntCollection.java @@ -1,11 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntCollection.java,v 1.3 2003/01/10 18:55:13 rwaldhoff Exp $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntCollection.java,v 1.4 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -66,7 +64,7 @@ package org.apache.commons.collections.primitives; * @see org.apache.commons.collections.primitives.adapters.CollectionIntCollection * * @since Commons Collections 2.2 - * @version $Revision: 1.3 $ $Date: 2003/01/10 18:55:13 $ + * @version $Revision: 1.4 $ $Date: 2003/01/11 21:28:02 $ * * @author Rodney Waldhoff */ diff --git a/src/java/org/apache/commons/collections/primitives/IntIterator.java b/src/java/org/apache/commons/collections/primitives/IntIterator.java index 4e12d4c20..c7823f6e6 100644 --- a/src/java/org/apache/commons/collections/primitives/IntIterator.java +++ b/src/java/org/apache/commons/collections/primitives/IntIterator.java @@ -1,8 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntIterator.java,v 1.2 2003/01/10 19:24:10 rwaldhoff Exp $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntIterator.java,v 1.3 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -34,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -66,7 +64,7 @@ package org.apache.commons.collections.primitives; * @see org.apache.commons.collections.primitives.adapters.IteratorIntIterator * * @since Commons Collections 2.2 - * @version $Revision: 1.2 $ $Date: 2003/01/10 19:24:10 $ + * @version $Revision: 1.3 $ $Date: 2003/01/11 21:28:02 $ * * @author Rodney Waldhoff */ diff --git a/src/java/org/apache/commons/collections/primitives/IntList.java b/src/java/org/apache/commons/collections/primitives/IntList.java index f9ecd9a28..457e3964a 100644 --- a/src/java/org/apache/commons/collections/primitives/IntList.java +++ b/src/java/org/apache/commons/collections/primitives/IntList.java @@ -1,10 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntList.java,v 1.8 2003/01/10 21:13:19 rwaldhoff Exp $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntList.java,v 1.9 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -67,7 +66,7 @@ package org.apache.commons.collections.primitives; * @see org.apache.commons.collections.primitives.adapters.ListIntList * * @since Commons Collections 2.2 - * @version $Revision: 1.8 $ $Date: 2003/01/10 21:13:19 $ + * @version $Revision: 1.9 $ $Date: 2003/01/11 21:28:02 $ * * @author Rodney Waldhoff */ diff --git a/src/java/org/apache/commons/collections/primitives/IntListIterator.java b/src/java/org/apache/commons/collections/primitives/IntListIterator.java index 00eac3cdf..81438a41a 100644 --- a/src/java/org/apache/commons/collections/primitives/IntListIterator.java +++ b/src/java/org/apache/commons/collections/primitives/IntListIterator.java @@ -1,8 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntListIterator.java,v 1.4 2003/01/10 19:24:10 rwaldhoff Exp $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/IntListIterator.java,v 1.5 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -34,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -66,7 +64,7 @@ package org.apache.commons.collections.primitives; * @see org.apache.commons.collections.primitives.adapters.ListIteratorIntListIterator * * @since Commons Collections 2.2 - * @version $Revision: 1.4 $ $Date: 2003/01/10 19:24:10 $ + * @version $Revision: 1.5 $ $Date: 2003/01/11 21:28:02 $ * * @author Rodney Waldhoff */ diff --git a/src/java/org/apache/commons/collections/primitives/LongArrayList.java b/src/java/org/apache/commons/collections/primitives/LongArrayList.java index f869a13ac..87d06a007 100644 --- a/src/java/org/apache/commons/collections/primitives/LongArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/LongArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/LongArrayList.java,v 1.7 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.7 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/LongArrayList.java,v 1.8 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -73,7 +69,7 @@ import java.io.Serializable; * {@link java.util.ArrayList} of {@link Long} values and allows for * better compile-time type checking.

* - * @version $Revision: 1.7 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.8 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class LongArrayList extends AbstractLongArrayList implements Serializable { diff --git a/src/java/org/apache/commons/collections/primitives/ShortArrayList.java b/src/java/org/apache/commons/collections/primitives/ShortArrayList.java index e9d373571..e3f3e1689 100644 --- a/src/java/org/apache/commons/collections/primitives/ShortArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/ShortArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/ShortArrayList.java,v 1.7 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.7 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/ShortArrayList.java,v 1.8 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -73,7 +69,7 @@ import java.io.Serializable; * {@link java.util.ArrayList} of {@link Short} values and allows for * better compile-time type checking.

* - * @version $Revision: 1.7 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.8 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class ShortArrayList extends AbstractShortArrayList implements Serializable { diff --git a/src/java/org/apache/commons/collections/primitives/UnsignedByteArrayList.java b/src/java/org/apache/commons/collections/primitives/UnsignedByteArrayList.java index 971c4cd15..57688d9e5 100644 --- a/src/java/org/apache/commons/collections/primitives/UnsignedByteArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/UnsignedByteArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/UnsignedByteArrayList.java,v 1.7 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.7 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/UnsignedByteArrayList.java,v 1.8 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -75,7 +71,7 @@ import java.io.Serializable; * than a {@link java.util.ArrayList} and offers better compile-time type * checking. * - * @version $Revision: 1.7 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.8 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class UnsignedByteArrayList extends AbstractShortArrayList implements Serializable { diff --git a/src/java/org/apache/commons/collections/primitives/UnsignedIntArrayList.java b/src/java/org/apache/commons/collections/primitives/UnsignedIntArrayList.java index bde8c9b17..51f7b7e2a 100644 --- a/src/java/org/apache/commons/collections/primitives/UnsignedIntArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/UnsignedIntArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/UnsignedIntArrayList.java,v 1.7 2002/10/12 22:15:20 scolebourne Exp $ - * $Revision: 1.7 $ - * $Date: 2002/10/12 22:15:20 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/UnsignedIntArrayList.java,v 1.8 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -75,7 +71,7 @@ import java.io.Serializable; * than a {@link java.util.ArrayList} and offers better compile-time type * checking. * - * @version $Revision: 1.7 $ $Date: 2002/10/12 22:15:20 $ + * @version $Revision: 1.8 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff */ public class UnsignedIntArrayList extends AbstractLongArrayList implements Serializable { diff --git a/src/java/org/apache/commons/collections/primitives/UnsignedShortArrayList.java b/src/java/org/apache/commons/collections/primitives/UnsignedShortArrayList.java index 38fa8ba3e..77e8c56b5 100644 --- a/src/java/org/apache/commons/collections/primitives/UnsignedShortArrayList.java +++ b/src/java/org/apache/commons/collections/primitives/UnsignedShortArrayList.java @@ -1,13 +1,9 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/UnsignedShortArrayList.java,v 1.10 2003/01/07 01:29:28 rwaldhoff Exp $ - * $Revision: 1.10 $ - * $Date: 2003/01/07 01:29:28 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/Attic/UnsignedShortArrayList.java,v 1.11 2003/01/11 21:28:02 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 2002-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -75,7 +71,7 @@ import java.io.Serializable; * than a {@link java.util.ArrayList} and offers better compile-time type * checking. * - * @version $Revision: 1.10 $ $Date: 2003/01/07 01:29:28 $ + * @version $Revision: 1.11 $ $Date: 2003/01/11 21:28:02 $ * @author Rodney Waldhoff * * @deprecated {@link ArrayUnsignedShortList} should be used instead. diff --git a/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java b/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java index 3f3ce7fa9..065f76f8e 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/CollectionIntCollection.java,v 1.1 2003/01/09 13:40:11 rwaldhoff Exp $ - * $Revision: 1.1 $ - * $Date: 2003/01/09 13:40:11 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/CollectionIntCollection.java,v 1.2 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -71,7 +67,7 @@ import org.apache.commons.collections.primitives.IntIterator; * {@link java.util.Collection Collection} to the * {@link IntCollection} interface. * - * @version $Revision: 1.1 $ $Date: 2003/01/09 13:40:11 $ + * @version $Revision: 1.2 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class CollectionIntCollection implements IntCollection { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java b/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java index 74a08820d..523c0f978 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntCollectionCollection.java,v 1.1 2003/01/09 13:40:11 rwaldhoff Exp $ - * $Revision: 1.1 $ - * $Date: 2003/01/09 13:40:11 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntCollectionCollection.java,v 1.2 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -71,7 +67,7 @@ import org.apache.commons.collections.primitives.IntCollection; * Adapts an {@link IntCollection} to the * {@link java.util.Collection Collection} interface. * - * @version $Revision: 1.1 $ $Date: 2003/01/09 13:40:11 $ + * @version $Revision: 1.2 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class IntCollectionCollection implements Collection { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java b/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java index 0e88d8397..003f15fb0 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntIteratorIterator.java,v 1.1 2003/01/09 13:40:11 rwaldhoff Exp $ - * $Revision: 1.1 $ - * $Date: 2003/01/09 13:40:11 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntIteratorIterator.java,v 1.2 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -69,7 +65,7 @@ import org.apache.commons.collections.primitives.IntIterator; * Adapts an {@link IntIterator} to the * {@link java.util.Iterator Iterator} interface. * - * @version $Revision: 1.1 $ $Date: 2003/01/09 13:40:11 $ + * @version $Revision: 1.2 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class IntIteratorIterator implements Iterator { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java b/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java index 27db24904..4fd4f706f 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntListIteratorListIterator.java,v 1.2 2003/01/10 18:52:38 rwaldhoff Exp $ - * $Revision: 1.2 $ - * $Date: 2003/01/10 18:52:38 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntListIteratorListIterator.java,v 1.3 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -69,7 +65,7 @@ import org.apache.commons.collections.primitives.*; * Adapts an {@link IntListIterator} to the * {@link java.util.ListIterator ListIterator} interface. * - * @version $Revision: 1.2 $ $Date: 2003/01/10 18:52:38 $ + * @version $Revision: 1.3 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class IntListIteratorListIterator implements ListIterator { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java b/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java index 4848adcab..65fdfd894 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntListList.java,v 1.1 2003/01/09 13:40:11 rwaldhoff Exp $ - * $Revision: 1.1 $ - * $Date: 2003/01/09 13:40:11 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IntListList.java,v 1.2 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -71,7 +67,7 @@ import org.apache.commons.collections.primitives.IntList; * Adapts an {@link IntList} to the * {@link java.util.List List} interface. * - * @version $Revision: 1.1 $ $Date: 2003/01/09 13:40:11 $ + * @version $Revision: 1.2 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class IntListList extends IntCollectionCollection implements List { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java b/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java index 7b356f094..efda03b47 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IteratorIntIterator.java,v 1.1 2003/01/09 13:40:11 rwaldhoff Exp $ - * $Revision: 1.1 $ - * $Date: 2003/01/09 13:40:11 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/IteratorIntIterator.java,v 1.2 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -70,7 +66,7 @@ import org.apache.commons.collections.primitives.IntIterator; * {@link java.util.Iterator Iterator} * to the {@link IntIterator} interface. * - * @version $Revision: 1.1 $ $Date: 2003/01/09 13:40:11 $ + * @version $Revision: 1.2 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff * */ diff --git a/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java b/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java index 8edfda16f..6ea9b8091 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/ListIntList.java,v 1.2 2003/01/10 18:52:38 rwaldhoff Exp $ - * $Revision: 1.2 $ - * $Date: 2003/01/10 18:52:38 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/ListIntList.java,v 1.3 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -71,7 +67,7 @@ import org.apache.commons.collections.primitives.IntList; * Adapts a {@link Number}-valued {@link java.util.List List} * to the {@link IntList} interface. * - * @version $Revision: 1.2 $ $Date: 2003/01/10 18:52:38 $ + * @version $Revision: 1.3 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class ListIntList extends CollectionIntCollection implements IntList { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java b/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java index 7deb58a8c..65e523fce 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java +++ b/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java @@ -1,10 +1,6 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/ListIteratorIntListIterator.java,v 1.2 2003/01/10 18:52:38 rwaldhoff Exp $ - * $Revision: 1.2 $ - * $Date: 2003/01/10 18:52:38 $ - * + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/primitives/adapters/Attic/ListIteratorIntListIterator.java,v 1.3 2003/01/11 21:28:03 rwaldhoff Exp $ * ==================================================================== - * * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights @@ -23,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -36,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -69,7 +65,7 @@ import org.apache.commons.collections.primitives.*; * Adapts a {@link Number}-valued {@link java.util.ListIterator} * to the {@link IntListIterator} interface. * - * @version $Revision: 1.2 $ $Date: 2003/01/10 18:52:38 $ + * @version $Revision: 1.3 $ $Date: 2003/01/11 21:28:03 $ * @author Rodney Waldhoff */ public class ListIteratorIntListIterator implements IntListIterator { diff --git a/src/java/org/apache/commons/collections/primitives/adapters/package.html b/src/java/org/apache/commons/collections/primitives/adapters/package.html index 7dbf56c0c..f992e8192 100644 --- a/src/java/org/apache/commons/collections/primitives/adapters/package.html +++ b/src/java/org/apache/commons/collections/primitives/adapters/package.html @@ -1,4 +1,59 @@ - + Package Documentation for org.apache.commons.collections.primitives.adapters diff --git a/src/java/org/apache/commons/collections/primitives/package.html b/src/java/org/apache/commons/collections/primitives/package.html index 752af548b..3b40d74d3 100644 --- a/src/java/org/apache/commons/collections/primitives/package.html +++ b/src/java/org/apache/commons/collections/primitives/package.html @@ -1,4 +1,59 @@ - + Package Documentation for org.apache.commons.collections.primitives