diff --git a/src/java/org/apache/commons/lang/CharRange.java b/src/java/org/apache/commons/lang/CharRange.java index a13106491..6f9355ed9 100644 --- a/src/java/org/apache/commons/lang/CharRange.java +++ b/src/java/org/apache/commons/lang/CharRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -62,7 +62,7 @@ package org.apache.commons.lang; * @author Henri Yandell * @author Stephen Colebourne * @since 1.0 - * @version $Id: CharRange.java,v 1.4 2003/02/02 09:26:52 bayard Exp $ + * @version $Id: CharRange.java,v 1.5 2003/03/23 17:59:09 scolebourne Exp $ */ class CharRange { diff --git a/src/java/org/apache/commons/lang/CharSet.java b/src/java/org/apache/commons/lang/CharSet.java index 01d652d12..e2779c241 100644 --- a/src/java/org/apache/commons/lang/CharSet.java +++ b/src/java/org/apache/commons/lang/CharSet.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -64,7 +64,7 @@ import java.util.List; * @author Henri Yandell * @author Stephen Colebourne * @since 1.0 - * @version $Id: CharSet.java,v 1.7 2002/12/23 00:32:24 scolebourne Exp $ + * @version $Id: CharSet.java,v 1.8 2003/03/23 17:59:09 scolebourne Exp $ */ public class CharSet { diff --git a/src/java/org/apache/commons/lang/CharSetUtils.java b/src/java/org/apache/commons/lang/CharSetUtils.java index e9d23dacb..8dfef1602 100644 --- a/src/java/org/apache/commons/lang/CharSetUtils.java +++ b/src/java/org/apache/commons/lang/CharSetUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -59,7 +59,7 @@ package org.apache.commons.lang; * @author Henri Yandell * @author Stephen Colebourne * @since 1.0 - * @version $Id: CharSetUtils.java,v 1.9 2003/03/23 05:50:51 bayard Exp $ + * @version $Id: CharSetUtils.java,v 1.10 2003/03/23 17:59:09 scolebourne Exp $ */ public class CharSetUtils { diff --git a/src/java/org/apache/commons/lang/ClassUtils.java b/src/java/org/apache/commons/lang/ClassUtils.java index b000b5a9d..06835732d 100644 --- a/src/java/org/apache/commons/lang/ClassUtils.java +++ b/src/java/org/apache/commons/lang/ClassUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -62,7 +62,7 @@ import java.util.List; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: ClassUtils.java,v 1.8 2002/12/31 22:32:23 scolebourne Exp $ + * @version $Id: ClassUtils.java,v 1.9 2003/03/23 17:59:09 scolebourne Exp $ */ public class ClassUtils { diff --git a/src/java/org/apache/commons/lang/NumberRange.java b/src/java/org/apache/commons/lang/NumberRange.java index 215c1b247..98fae703b 100644 --- a/src/java/org/apache/commons/lang/NumberRange.java +++ b/src/java/org/apache/commons/lang/NumberRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -63,7 +63,7 @@ package org.apache.commons.lang; * @author Christopher Elkins * @author Stephen Colebourne * @since 1.0 - * @version $Revision: 1.5 $ $Date: 2002/12/23 00:32:24 $ + * @version $Revision: 1.6 $ $Date: 2003/03/23 18:00:59 $ * * @deprecated Use one of the Range classes in org.apache.commons.lang.math */ diff --git a/src/java/org/apache/commons/lang/NumberUtils.java b/src/java/org/apache/commons/lang/NumberUtils.java index 57a00ed75..b052b8070 100644 --- a/src/java/org/apache/commons/lang/NumberUtils.java +++ b/src/java/org/apache/commons/lang/NumberUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -63,7 +63,7 @@ import java.math.BigDecimal; * @author Stephen Colebourne * @author Steve Downey * @since 1.0 - * @version $Id: NumberUtils.java,v 1.6 2002/12/23 00:32:24 scolebourne Exp $ + * @version $Id: NumberUtils.java,v 1.7 2003/03/23 18:00:59 scolebourne Exp $ */ public final class NumberUtils { diff --git a/src/java/org/apache/commons/lang/RandomStringUtils.java b/src/java/org/apache/commons/lang/RandomStringUtils.java index 2fb5adafa..41342bc4d 100644 --- a/src/java/org/apache/commons/lang/RandomStringUtils.java +++ b/src/java/org/apache/commons/lang/RandomStringUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-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 @@ -16,21 +16,21 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. The end-user documentation included with the redistribution, - * if any, must include the following acknowledgment: + * 3. The end-user documentation included with the redistribution, if + * any, must include the following acknowlegement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowledgment may appear in the software itself, - * if and wherever such third-party acknowledgments normally appear. + * Alternately, this acknowlegement may appear in the software itself, + * if and wherever such third-party acknowlegements normally appear. * - * 4. The names "Apache" and "Apache Software Foundation" and - * "Commons" must not be used to endorse or promote products - * derived from this software without prior written permission. For - * written permission, please contact apache@apache.org. + * 4. The names "The Jakarta Project", "Commons", and "Apache Software + * Foundation" must not be used to endorse or promote products derived + * from this software without prior written permission. For written + * permission, please contact apache@apache.org. * - * 5. Products derived from this software may not be called "Apache", - * nor may "Apache" appear in their name, without - * prior written permission of the Apache Software Foundation. + * 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 Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -63,7 +63,7 @@ import java.util.Random; * @author Steven Caswell * @author Stephen Colebourne * @since 1.0 - * @version $Id: RandomStringUtils.java,v 1.8 2003/02/02 03:46:13 bayard Exp $ + * @version $Id: RandomStringUtils.java,v 1.9 2003/03/23 18:00:59 scolebourne Exp $ */ public class RandomStringUtils { diff --git a/src/java/org/apache/commons/lang/SerializationException.java b/src/java/org/apache/commons/lang/SerializationException.java index 2e028f8fb..865781817 100644 --- a/src/java/org/apache/commons/lang/SerializationException.java +++ b/src/java/org/apache/commons/lang/SerializationException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -62,7 +62,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException; * * @author Stephen Colebourne * @since 1.0 - * @version $Id: SerializationException.java,v 1.4 2002/12/22 19:54:58 scolebourne Exp $ + * @version $Id: SerializationException.java,v 1.5 2003/03/23 18:02:29 scolebourne Exp $ */ public class SerializationException extends NestableRuntimeException { diff --git a/src/java/org/apache/commons/lang/SerializationUtils.java b/src/java/org/apache/commons/lang/SerializationUtils.java index e4fa856ba..8a226eed7 100644 --- a/src/java/org/apache/commons/lang/SerializationUtils.java +++ b/src/java/org/apache/commons/lang/SerializationUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -77,7 +77,7 @@ import java.io.Serializable; * @author Stephen Colebourne * @author Jeff Varszegi * @since 1.0 - * @version $Id: SerializationUtils.java,v 1.4 2002/12/22 19:55:30 scolebourne Exp $ + * @version $Id: SerializationUtils.java,v 1.5 2003/03/23 18:02:29 scolebourne Exp $ */ public class SerializationUtils { diff --git a/src/java/org/apache/commons/lang/SystemUtils.java b/src/java/org/apache/commons/lang/SystemUtils.java index bc6d316aa..5610fed78 100644 --- a/src/java/org/apache/commons/lang/SystemUtils.java +++ b/src/java/org/apache/commons/lang/SystemUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -61,7 +61,7 @@ package org.apache.commons.lang; * @author Stephen Colebourne * @author Steve Downey * @since 1.0 - * @version $Id: SystemUtils.java,v 1.7 2002/12/23 00:32:24 scolebourne Exp $ + * @version $Id: SystemUtils.java,v 1.8 2003/03/23 18:02:29 scolebourne Exp $ */ public class SystemUtils { diff --git a/src/java/org/apache/commons/lang/builder/CompareToBuilder.java b/src/java/org/apache/commons/lang/builder/CompareToBuilder.java index abd8f132a..f4e9e9d4a 100644 --- a/src/java/org/apache/commons/lang/builder/CompareToBuilder.java +++ b/src/java/org/apache/commons/lang/builder/CompareToBuilder.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -105,7 +105,7 @@ import org.apache.commons.lang.NumberUtils; * @author Stephen Colebourne * @author Gary Gregory * @since 1.0 - * @version $Id: CompareToBuilder.java,v 1.12 2003/01/19 18:49:05 scolebourne Exp $ + * @version $Id: CompareToBuilder.java,v 1.13 2003/03/23 17:54:16 scolebourne Exp $ */ public class CompareToBuilder { diff --git a/src/java/org/apache/commons/lang/builder/EqualsBuilder.java b/src/java/org/apache/commons/lang/builder/EqualsBuilder.java index bc7548c5a..3a8183bc1 100644 --- a/src/java/org/apache/commons/lang/builder/EqualsBuilder.java +++ b/src/java/org/apache/commons/lang/builder/EqualsBuilder.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -108,7 +108,7 @@ import java.lang.reflect.Modifier; * @author Stephen Colebourne * @author Gary Gregory * @since 1.0 - * @version $Id: EqualsBuilder.java,v 1.11 2003/01/19 18:49:05 scolebourne Exp $ + * @version $Id: EqualsBuilder.java,v 1.12 2003/03/23 17:54:16 scolebourne Exp $ */ public class EqualsBuilder { /** diff --git a/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java b/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java index 8f1d8fe20..9dd70faed 100644 --- a/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java +++ b/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -108,7 +108,7 @@ import java.lang.reflect.Modifier; * @author Stephen Colebourne * @author Gary Gregory * @since 1.0 - * @version $Id: HashCodeBuilder.java,v 1.10 2003/01/19 18:49:05 scolebourne Exp $ + * @version $Id: HashCodeBuilder.java,v 1.11 2003/03/23 17:54:16 scolebourne Exp $ */ public class HashCodeBuilder { diff --git a/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java b/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java index 9d99d0a3b..db4332b68 100644 --- a/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java +++ b/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -65,7 +65,7 @@ package org.apache.commons.lang.builder; * * @author Stephen Colebourne * @since 1.0 - * @version $Id: StandardToStringStyle.java,v 1.7 2002/12/23 00:20:31 scolebourne Exp $ + * @version $Id: StandardToStringStyle.java,v 1.8 2003/03/23 17:54:16 scolebourne Exp $ */ public class StandardToStringStyle extends ToStringStyle { diff --git a/src/java/org/apache/commons/lang/builder/ToStringBuilder.java b/src/java/org/apache/commons/lang/builder/ToStringBuilder.java index 1c006363d..a9287f88a 100644 --- a/src/java/org/apache/commons/lang/builder/ToStringBuilder.java +++ b/src/java/org/apache/commons/lang/builder/ToStringBuilder.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -115,7 +115,7 @@ import java.lang.reflect.Modifier; * @author Stephen Colebourne * @author Gary Gregory * @since 1.0 - * @version $Id: ToStringBuilder.java,v 1.15 2003/03/20 05:32:11 ggregory Exp $ + * @version $Id: ToStringBuilder.java,v 1.16 2003/03/23 17:54:16 scolebourne Exp $ */ public class ToStringBuilder { diff --git a/src/java/org/apache/commons/lang/builder/ToStringStyle.java b/src/java/org/apache/commons/lang/builder/ToStringStyle.java index c75fada04..1043ba70b 100644 --- a/src/java/org/apache/commons/lang/builder/ToStringStyle.java +++ b/src/java/org/apache/commons/lang/builder/ToStringStyle.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -81,7 +81,7 @@ import org.apache.commons.lang.SystemUtils; * * @author Stephen Colebourne * @since 1.0 - * @version $Id: ToStringStyle.java,v 1.9 2002/12/23 00:20:31 scolebourne Exp $ + * @version $Id: ToStringStyle.java,v 1.10 2003/03/23 17:54:16 scolebourne Exp $ */ public abstract class ToStringStyle implements Serializable { diff --git a/src/java/org/apache/commons/lang/exception/ExceptionUtils.java b/src/java/org/apache/commons/lang/exception/ExceptionUtils.java index f6cab2585..316caf0a7 100644 --- a/src/java/org/apache/commons/lang/exception/ExceptionUtils.java +++ b/src/java/org/apache/commons/lang/exception/ExceptionUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -77,7 +77,7 @@ import org.apache.commons.lang.SystemUtils; * @author Dmitri Plotnikov * @author Stephen Colebourne * @since 1.0 - * @version $Id: ExceptionUtils.java,v 1.21 2003/03/18 05:10:48 bayard Exp $ + * @version $Id: ExceptionUtils.java,v 1.22 2003/03/23 17:47:51 scolebourne Exp $ */ public class ExceptionUtils { /** diff --git a/src/java/org/apache/commons/lang/exception/Nestable.java b/src/java/org/apache/commons/lang/exception/Nestable.java index a076275f8..c07ccc847 100644 --- a/src/java/org/apache/commons/lang/exception/Nestable.java +++ b/src/java/org/apache/commons/lang/exception/Nestable.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -65,7 +65,7 @@ import java.io.PrintWriter; * @author Kasper Nielsen * @author Steven Caswell * @since 1.0 - * @version $Id: Nestable.java,v 1.5 2002/12/23 00:15:19 scolebourne Exp $ + * @version $Id: Nestable.java,v 1.6 2003/03/23 17:47:51 scolebourne Exp $ */ public interface Nestable { diff --git a/src/java/org/apache/commons/lang/exception/NestableError.java b/src/java/org/apache/commons/lang/exception/NestableError.java index ef056ad7c..1f323533f 100644 --- a/src/java/org/apache/commons/lang/exception/NestableError.java +++ b/src/java/org/apache/commons/lang/exception/NestableError.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -62,7 +62,7 @@ import java.io.PrintWriter; * @author Daniel Rall * @see org.apache.commons.lang.exception.NestableException * @since 1.0 - * @version $Id: NestableError.java,v 1.4 2002/12/23 00:15:19 scolebourne Exp $ + * @version $Id: NestableError.java,v 1.5 2003/03/23 17:47:51 scolebourne Exp $ */ public class NestableError extends Error implements Nestable { diff --git a/src/java/org/apache/commons/lang/exception/NestableException.java b/src/java/org/apache/commons/lang/exception/NestableException.java index de9532f99..183f67c02 100644 --- a/src/java/org/apache/commons/lang/exception/NestableException.java +++ b/src/java/org/apache/commons/lang/exception/NestableException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -120,7 +120,7 @@ import java.io.PrintWriter; * @author Kasper Nielsen * @author Steven Caswell * @since 1.0 - * @version $Id: NestableException.java,v 1.6 2002/12/23 00:15:19 scolebourne Exp $ + * @version $Id: NestableException.java,v 1.7 2003/03/23 17:47:51 scolebourne Exp $ */ public class NestableException extends Exception implements Nestable { diff --git a/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java b/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java index 03959cc51..5f4dbed6a 100644 --- a/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java +++ b/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -66,7 +66,7 @@ import java.io.PrintWriter; * @author Kasper Nielsen * @author Steven Caswell * @since 1.0 - * @version $Id: NestableRuntimeException.java,v 1.6 2002/12/23 00:15:19 scolebourne Exp $ + * @version $Id: NestableRuntimeException.java,v 1.7 2003/03/23 17:47:51 scolebourne Exp $ */ public class NestableRuntimeException extends RuntimeException implements Nestable { diff --git a/src/java/org/apache/commons/lang/functor/Executor.java b/src/java/org/apache/commons/lang/functor/Executor.java index 84928571e..8fdac7947 100644 --- a/src/java/org/apache/commons/lang/functor/Executor.java +++ b/src/java/org/apache/commons/lang/functor/Executor.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -58,7 +58,7 @@ package org.apache.commons.lang.functor; * do something. * * @author Nicola Ken Barozzi - * @version $Id: Executor.java,v 1.1 2002/11/06 19:15:40 bayard Exp $ + * @version $Id: Executor.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public interface Executor { diff --git a/src/java/org/apache/commons/lang/functor/ExecutorException.java b/src/java/org/apache/commons/lang/functor/ExecutorException.java index 3473978e7..be9fa2940 100644 --- a/src/java/org/apache/commons/lang/functor/ExecutorException.java +++ b/src/java/org/apache/commons/lang/functor/ExecutorException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -59,7 +59,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException; * If required, a root cause error can be wrapped within this one. * * @author Nicola Ken Barozzi - * @version $Id: ExecutorException.java,v 1.1 2002/11/06 19:15:40 bayard Exp $ + * @version $Id: ExecutorException.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public class ExecutorException extends NestableRuntimeException { diff --git a/src/java/org/apache/commons/lang/functor/ExecutorUtils.java b/src/java/org/apache/commons/lang/functor/ExecutorUtils.java index d251cfd91..f3acbbe57 100644 --- a/src/java/org/apache/commons/lang/functor/ExecutorUtils.java +++ b/src/java/org/apache/commons/lang/functor/ExecutorUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -81,7 +81,7 @@ import org.apache.commons.lang.functor.TransformerUtils; * All the supplied executors are Serializable. * * @author Stephen Colebourne - * @version $Id: ExecutorUtils.java,v 1.2 2002/11/14 21:54:49 scolebourne Exp $ + * @version $Id: ExecutorUtils.java,v 1.3 2003/03/23 17:50:02 scolebourne Exp $ */ public class ExecutorUtils { diff --git a/src/java/org/apache/commons/lang/functor/Factory.java b/src/java/org/apache/commons/lang/functor/Factory.java index 1c505041c..fa4b703d5 100644 --- a/src/java/org/apache/commons/lang/functor/Factory.java +++ b/src/java/org/apache/commons/lang/functor/Factory.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -58,7 +58,7 @@ package org.apache.commons.lang.functor; * create objects. * * @author Stephen Colebourne - * @version $Id: Factory.java,v 1.1 2002/11/05 16:44:28 bayard Exp $ + * @version $Id: Factory.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public interface Factory { diff --git a/src/java/org/apache/commons/lang/functor/FactoryException.java b/src/java/org/apache/commons/lang/functor/FactoryException.java index a9a05bfc8..4de114d37 100644 --- a/src/java/org/apache/commons/lang/functor/FactoryException.java +++ b/src/java/org/apache/commons/lang/functor/FactoryException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -59,7 +59,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException; * If required, a root cause error can be wrapped within this one. * * @author Stephen Colebourne - * @version $Id: FactoryException.java,v 1.1 2002/11/05 16:44:28 bayard Exp $ + * @version $Id: FactoryException.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public class FactoryException extends NestableRuntimeException { diff --git a/src/java/org/apache/commons/lang/functor/FactoryUtils.java b/src/java/org/apache/commons/lang/functor/FactoryUtils.java index 5a75fcb82..bb6267ef6 100644 --- a/src/java/org/apache/commons/lang/functor/FactoryUtils.java +++ b/src/java/org/apache/commons/lang/functor/FactoryUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -73,7 +73,7 @@ import org.apache.commons.lang.SerializationUtils; * All the supplied factories are Serializable. * * @author Stephen Colebourne - * @version $Id: FactoryUtils.java,v 1.2 2002/11/14 21:54:49 scolebourne Exp $ + * @version $Id: FactoryUtils.java,v 1.3 2003/03/23 17:50:02 scolebourne Exp $ */ public class FactoryUtils { diff --git a/src/java/org/apache/commons/lang/functor/Predicate.java b/src/java/org/apache/commons/lang/functor/Predicate.java index 4c3d105e1..8d4065e56 100644 --- a/src/java/org/apache/commons/lang/functor/Predicate.java +++ b/src/java/org/apache/commons/lang/functor/Predicate.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -60,7 +60,7 @@ package org.apache.commons.lang.functor; * * @author James Strachan * @author Stephen Colebourne - * @version $Id: Predicate.java,v 1.1 2002/11/05 16:44:28 bayard Exp $ + * @version $Id: Predicate.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public interface Predicate { diff --git a/src/java/org/apache/commons/lang/functor/PredicateException.java b/src/java/org/apache/commons/lang/functor/PredicateException.java index 58c107f6c..035f85860 100644 --- a/src/java/org/apache/commons/lang/functor/PredicateException.java +++ b/src/java/org/apache/commons/lang/functor/PredicateException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -59,7 +59,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException; * If required, a root cause error can be wrapped within this one. * * @author Stephen Colebourne - * @version $Id: PredicateException.java,v 1.1 2002/11/05 16:44:28 bayard Exp $ + * @version $Id: PredicateException.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public class PredicateException extends NestableRuntimeException { diff --git a/src/java/org/apache/commons/lang/functor/PredicateUtils.java b/src/java/org/apache/commons/lang/functor/PredicateUtils.java index 5f517b45e..b3f5b0bdf 100644 --- a/src/java/org/apache/commons/lang/functor/PredicateUtils.java +++ b/src/java/org/apache/commons/lang/functor/PredicateUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -88,7 +88,7 @@ import org.apache.commons.lang.functor.TransformerUtils; * * @author Stephen Colebourne * @author Ola Berg - * @version $Id: PredicateUtils.java,v 1.2 2002/11/14 21:54:49 scolebourne Exp $ + * @version $Id: PredicateUtils.java,v 1.3 2003/03/23 17:50:02 scolebourne Exp $ */ public class PredicateUtils { diff --git a/src/java/org/apache/commons/lang/functor/Transformer.java b/src/java/org/apache/commons/lang/functor/Transformer.java index 2f0c53ce1..3624b7ddf 100644 --- a/src/java/org/apache/commons/lang/functor/Transformer.java +++ b/src/java/org/apache/commons/lang/functor/Transformer.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -61,7 +61,7 @@ package org.apache.commons.lang.functor; * * @author James Strachan * @author Stephen Colebourne - * @version $Id: Transformer.java,v 1.1 2002/11/05 16:44:28 bayard Exp $ + * @version $Id: Transformer.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public interface Transformer { diff --git a/src/java/org/apache/commons/lang/functor/TransformerException.java b/src/java/org/apache/commons/lang/functor/TransformerException.java index d1856cd34..b3a3baafa 100644 --- a/src/java/org/apache/commons/lang/functor/TransformerException.java +++ b/src/java/org/apache/commons/lang/functor/TransformerException.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -59,7 +59,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException; * If required, a root cause error can be wrapped within this one. * * @author Stephen Colebourne - * @version $Id: TransformerException.java,v 1.1 2002/11/05 16:44:28 bayard Exp $ + * @version $Id: TransformerException.java,v 1.2 2003/03/23 17:50:02 scolebourne Exp $ */ public class TransformerException extends NestableRuntimeException { diff --git a/src/java/org/apache/commons/lang/functor/TransformerUtils.java b/src/java/org/apache/commons/lang/functor/TransformerUtils.java index d60f7244b..4deb6dff6 100644 --- a/src/java/org/apache/commons/lang/functor/TransformerUtils.java +++ b/src/java/org/apache/commons/lang/functor/TransformerUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -81,7 +81,7 @@ import java.util.Map; * All the supplied transformers are Serializable. * * @author Stephen Colebourne - * @version $Id: TransformerUtils.java,v 1.3 2002/11/14 21:54:49 scolebourne Exp $ + * @version $Id: TransformerUtils.java,v 1.4 2003/03/23 17:50:02 scolebourne Exp $ */ public class TransformerUtils { diff --git a/src/java/org/apache/commons/lang/math/DoubleRange.java b/src/java/org/apache/commons/lang/math/DoubleRange.java index 610933f4d..be5b511ea 100644 --- a/src/java/org/apache/commons/lang/math/DoubleRange.java +++ b/src/java/org/apache/commons/lang/math/DoubleRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -60,7 +60,7 @@ import java.io.Serializable; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: DoubleRange.java,v 1.1 2002/12/22 16:20:29 scolebourne Exp $ + * @version $Id: DoubleRange.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public final class DoubleRange extends Range implements Serializable { diff --git a/src/java/org/apache/commons/lang/math/FloatRange.java b/src/java/org/apache/commons/lang/math/FloatRange.java index c1a6be54a..7263b2668 100644 --- a/src/java/org/apache/commons/lang/math/FloatRange.java +++ b/src/java/org/apache/commons/lang/math/FloatRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -60,7 +60,7 @@ import java.io.Serializable; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: FloatRange.java,v 1.1 2002/12/22 16:20:29 scolebourne Exp $ + * @version $Id: FloatRange.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public final class FloatRange extends Range implements Serializable { diff --git a/src/java/org/apache/commons/lang/math/Fraction.java b/src/java/org/apache/commons/lang/math/Fraction.java index 5d489ca50..9518ffabb 100644 --- a/src/java/org/apache/commons/lang/math/Fraction.java +++ b/src/java/org/apache/commons/lang/math/Fraction.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -65,7 +65,7 @@ import java.io.Serializable; * @author Travis Reeder * @author Stephen Colebourne * @since 2.0 - * @version $Id: Fraction.java,v 1.1 2002/12/22 19:39:39 scolebourne Exp $ + * @version $Id: Fraction.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public final class Fraction extends Number implements Serializable, Comparable { diff --git a/src/java/org/apache/commons/lang/math/IntRange.java b/src/java/org/apache/commons/lang/math/IntRange.java index f1b8887a2..2711e759f 100644 --- a/src/java/org/apache/commons/lang/math/IntRange.java +++ b/src/java/org/apache/commons/lang/math/IntRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -60,7 +60,7 @@ import java.io.Serializable; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: IntRange.java,v 1.1 2002/12/22 16:20:29 scolebourne Exp $ + * @version $Id: IntRange.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public final class IntRange extends Range implements Serializable { diff --git a/src/java/org/apache/commons/lang/math/LongRange.java b/src/java/org/apache/commons/lang/math/LongRange.java index 269aed828..0d439aa5b 100644 --- a/src/java/org/apache/commons/lang/math/LongRange.java +++ b/src/java/org/apache/commons/lang/math/LongRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -60,7 +60,7 @@ import java.io.Serializable; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: LongRange.java,v 1.1 2002/12/22 16:20:29 scolebourne Exp $ + * @version $Id: LongRange.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public final class LongRange extends Range implements Serializable { diff --git a/src/java/org/apache/commons/lang/math/NumberRange.java b/src/java/org/apache/commons/lang/math/NumberRange.java index 13ac3ca77..b76ce1647 100644 --- a/src/java/org/apache/commons/lang/math/NumberRange.java +++ b/src/java/org/apache/commons/lang/math/NumberRange.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -62,7 +62,7 @@ import java.io.Serializable; * @author Christopher Elkins * @author Stephen Colebourne * @since 2.0 (previously in org.apache.commons.lang) - * @version $Id: NumberRange.java,v 1.1 2002/12/22 16:20:29 scolebourne Exp $ + * @version $Id: NumberRange.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public final class NumberRange extends Range implements Serializable { diff --git a/src/java/org/apache/commons/lang/math/Range.java b/src/java/org/apache/commons/lang/math/Range.java index 50145640e..151758630 100644 --- a/src/java/org/apache/commons/lang/math/Range.java +++ b/src/java/org/apache/commons/lang/math/Range.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -64,7 +64,7 @@ import org.apache.commons.lang.NumberUtils; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: Range.java,v 1.1 2002/12/22 16:20:29 scolebourne Exp $ + * @version $Id: Range.java,v 1.2 2003/03/23 17:51:15 scolebourne Exp $ */ public abstract class Range { diff --git a/src/java/org/apache/commons/lang/util/BitField.java b/src/java/org/apache/commons/lang/util/BitField.java index 64fda84db..69cbcfb51 100644 --- a/src/java/org/apache/commons/lang/util/BitField.java +++ b/src/java/org/apache/commons/lang/util/BitField.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -63,7 +63,7 @@ package org.apache.commons.lang.util; * @author Andrew C. Oliver (acoliver at apache dot org) * @author Stephen Colebourne * @since 2.0 - * @version $Id: BitField.java,v 1.3 2002/12/29 22:06:21 scolebourne Exp $ + * @version $Id: BitField.java,v 1.4 2003/03/23 17:52:25 scolebourne Exp $ */ public class BitField { diff --git a/src/java/org/apache/commons/lang/util/IdentifierUtils.java b/src/java/org/apache/commons/lang/util/IdentifierUtils.java index ed3a89aca..237eaf9cd 100644 --- a/src/java/org/apache/commons/lang/util/IdentifierUtils.java +++ b/src/java/org/apache/commons/lang/util/IdentifierUtils.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -68,7 +68,7 @@ import org.apache.commons.lang.functor.FactoryException; * * @author Stephen Colebourne * @since 2.0 - * @version $Id: IdentifierUtils.java,v 1.2 2002/12/29 22:06:21 scolebourne Exp $ + * @version $Id: IdentifierUtils.java,v 1.3 2003/03/23 17:52:25 scolebourne Exp $ */ public class IdentifierUtils { diff --git a/src/java/org/apache/commons/lang/util/Validate.java b/src/java/org/apache/commons/lang/util/Validate.java index 980d5f6ac..e13a03385 100644 --- a/src/java/org/apache/commons/lang/util/Validate.java +++ b/src/java/org/apache/commons/lang/util/Validate.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 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 @@ -70,7 +70,7 @@ import java.util.Map; * @author Ola Berg * @author Stephen Colebourne * @since 2.0 - * @version $Id: Validate.java,v 1.1 2002/12/29 22:09:54 scolebourne Exp $ + * @version $Id: Validate.java,v 1.2 2003/03/23 17:52:25 scolebourne Exp $ */ public class Validate {