From 4f69e5183a56d6a38a76ebafcb12637c0ecb8f4c Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Thu, 14 Apr 2005 04:30:28 +0000 Subject: [PATCH] Updated copyright statements for 2005. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161243 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/ArrayUtils.java | 2 +- src/java/org/apache/commons/lang/BitField.java | 2 +- src/java/org/apache/commons/lang/BooleanUtils.java | 2 +- src/java/org/apache/commons/lang/CharEncoding.java | 2 +- src/java/org/apache/commons/lang/CharRange.java | 2 +- src/java/org/apache/commons/lang/CharSet.java | 2 +- src/java/org/apache/commons/lang/CharSetUtils.java | 2 +- src/java/org/apache/commons/lang/CharUtils.java | 2 +- src/java/org/apache/commons/lang/ClassUtils.java | 2 +- src/java/org/apache/commons/lang/Entities.java | 2 +- src/java/org/apache/commons/lang/IllegalClassException.java | 2 +- .../org/apache/commons/lang/IncompleteArgumentException.java | 2 +- src/java/org/apache/commons/lang/IntHashMap.java | 2 +- src/java/org/apache/commons/lang/NotImplementedException.java | 2 +- src/java/org/apache/commons/lang/NullArgumentException.java | 2 +- src/java/org/apache/commons/lang/NumberRange.java | 2 +- src/java/org/apache/commons/lang/NumberUtils.java | 2 +- src/java/org/apache/commons/lang/ObjectUtils.java | 2 +- src/java/org/apache/commons/lang/RandomStringUtils.java | 2 +- src/java/org/apache/commons/lang/SerializationException.java | 2 +- src/java/org/apache/commons/lang/SerializationUtils.java | 2 +- src/java/org/apache/commons/lang/StringEscapeUtils.java | 2 +- src/java/org/apache/commons/lang/StringPrintWriter.java | 2 +- src/java/org/apache/commons/lang/StringUtils.java | 2 +- src/java/org/apache/commons/lang/SystemUtils.java | 2 +- src/java/org/apache/commons/lang/UnhandledException.java | 2 +- src/java/org/apache/commons/lang/Validate.java | 2 +- src/java/org/apache/commons/lang/WordUtils.java | 2 +- src/java/org/apache/commons/lang/builder/CompareToBuilder.java | 2 +- src/java/org/apache/commons/lang/builder/EqualsBuilder.java | 2 +- src/java/org/apache/commons/lang/builder/HashCodeBuilder.java | 2 +- .../apache/commons/lang/builder/ReflectionToStringBuilder.java | 2 +- .../org/apache/commons/lang/builder/StandardToStringStyle.java | 2 +- src/java/org/apache/commons/lang/builder/ToStringBuilder.java | 2 +- src/java/org/apache/commons/lang/builder/ToStringStyle.java | 2 +- src/java/org/apache/commons/lang/builder/package.html | 2 +- src/java/org/apache/commons/lang/enum/Enum.java | 2 +- src/java/org/apache/commons/lang/enum/EnumUtils.java | 2 +- src/java/org/apache/commons/lang/enum/ValuedEnum.java | 2 +- src/java/org/apache/commons/lang/enum/package.html | 2 +- src/java/org/apache/commons/lang/enums/Enum.java | 2 +- src/java/org/apache/commons/lang/enums/EnumUtils.java | 2 +- src/java/org/apache/commons/lang/enums/ValuedEnum.java | 2 +- src/java/org/apache/commons/lang/enums/package.html | 2 +- src/java/org/apache/commons/lang/exception/ExceptionUtils.java | 2 +- src/java/org/apache/commons/lang/exception/Nestable.java | 2 +- .../org/apache/commons/lang/exception/NestableDelegate.java | 2 +- src/java/org/apache/commons/lang/exception/NestableError.java | 2 +- .../org/apache/commons/lang/exception/NestableException.java | 2 +- .../apache/commons/lang/exception/NestableRuntimeException.java | 2 +- src/java/org/apache/commons/lang/exception/package.html | 2 +- src/java/org/apache/commons/lang/math/DoubleRange.java | 2 +- src/java/org/apache/commons/lang/math/FloatRange.java | 2 +- src/java/org/apache/commons/lang/math/Fraction.java | 2 +- src/java/org/apache/commons/lang/math/IntRange.java | 2 +- src/java/org/apache/commons/lang/math/LongRange.java | 2 +- src/java/org/apache/commons/lang/math/NumberRange.java | 2 +- src/java/org/apache/commons/lang/math/NumberUtils.java | 2 +- src/java/org/apache/commons/lang/math/Range.java | 2 +- src/java/org/apache/commons/lang/math/package.html | 2 +- src/java/org/apache/commons/lang/mutable/Mutable.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableByte.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableDouble.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableFloat.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableInt.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableLong.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableObject.java | 2 +- src/java/org/apache/commons/lang/mutable/MutableShort.java | 2 +- src/java/org/apache/commons/lang/mutable/package.html | 2 +- src/java/org/apache/commons/lang/overview.html | 2 +- src/java/org/apache/commons/lang/package.html | 2 +- src/java/org/apache/commons/lang/text/MappedMessageFormat.java | 2 +- src/java/org/apache/commons/lang/text/StrBuilder.java | 2 +- src/java/org/apache/commons/lang/text/StrTokenizer.java | 2 +- src/java/org/apache/commons/lang/text/package.html | 2 +- src/java/org/apache/commons/lang/time/DateFormatUtils.java | 2 +- src/java/org/apache/commons/lang/time/DateUtils.java | 2 +- src/java/org/apache/commons/lang/time/DurationFormatUtils.java | 2 +- src/java/org/apache/commons/lang/time/FastDateFormat.java | 2 +- src/java/org/apache/commons/lang/time/StopWatch.java | 2 +- src/java/org/apache/commons/lang/time/package.html | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/src/java/org/apache/commons/lang/ArrayUtils.java b/src/java/org/apache/commons/lang/ArrayUtils.java index 6037bc815f4..d7a5444ef22 100644 --- a/src/java/org/apache/commons/lang/ArrayUtils.java +++ b/src/java/org/apache/commons/lang/ArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/BitField.java b/src/java/org/apache/commons/lang/BitField.java index 38c10ed3bd5..d3b528b6b92 100644 --- a/src/java/org/apache/commons/lang/BitField.java +++ b/src/java/org/apache/commons/lang/BitField.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/BooleanUtils.java b/src/java/org/apache/commons/lang/BooleanUtils.java index ebc95bcfe02..9053b553f5a 100644 --- a/src/java/org/apache/commons/lang/BooleanUtils.java +++ b/src/java/org/apache/commons/lang/BooleanUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/CharEncoding.java b/src/java/org/apache/commons/lang/CharEncoding.java index 11e03d4bc31..651be907c4a 100644 --- a/src/java/org/apache/commons/lang/CharEncoding.java +++ b/src/java/org/apache/commons/lang/CharEncoding.java @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/CharRange.java b/src/java/org/apache/commons/lang/CharRange.java index 1e89501d233..77b5b27bfc1 100644 --- a/src/java/org/apache/commons/lang/CharRange.java +++ b/src/java/org/apache/commons/lang/CharRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/CharSet.java b/src/java/org/apache/commons/lang/CharSet.java index dba67a8d776..b091df60822 100644 --- a/src/java/org/apache/commons/lang/CharSet.java +++ b/src/java/org/apache/commons/lang/CharSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/CharSetUtils.java b/src/java/org/apache/commons/lang/CharSetUtils.java index c1e86685d71..4dff0d2d6c2 100644 --- a/src/java/org/apache/commons/lang/CharSetUtils.java +++ b/src/java/org/apache/commons/lang/CharSetUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/CharUtils.java b/src/java/org/apache/commons/lang/CharUtils.java index be0711d84a1..3e698558865 100644 --- a/src/java/org/apache/commons/lang/CharUtils.java +++ b/src/java/org/apache/commons/lang/CharUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation. + * Copyright 2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/ClassUtils.java b/src/java/org/apache/commons/lang/ClassUtils.java index 6aeb25df4ac..ccf72779440 100644 --- a/src/java/org/apache/commons/lang/ClassUtils.java +++ b/src/java/org/apache/commons/lang/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/Entities.java b/src/java/org/apache/commons/lang/Entities.java index d30c8849182..375d8205264 100644 --- a/src/java/org/apache/commons/lang/Entities.java +++ b/src/java/org/apache/commons/lang/Entities.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/IllegalClassException.java b/src/java/org/apache/commons/lang/IllegalClassException.java index 84ebdfe1a49..106c1909cd5 100644 --- a/src/java/org/apache/commons/lang/IllegalClassException.java +++ b/src/java/org/apache/commons/lang/IllegalClassException.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/IncompleteArgumentException.java b/src/java/org/apache/commons/lang/IncompleteArgumentException.java index 7f0584c570b..aff5f248db9 100644 --- a/src/java/org/apache/commons/lang/IncompleteArgumentException.java +++ b/src/java/org/apache/commons/lang/IncompleteArgumentException.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/IntHashMap.java b/src/java/org/apache/commons/lang/IntHashMap.java index 1c3c18a8f19..a980b39e6d0 100644 --- a/src/java/org/apache/commons/lang/IntHashMap.java +++ b/src/java/org/apache/commons/lang/IntHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/NotImplementedException.java b/src/java/org/apache/commons/lang/NotImplementedException.java index 70ca5923f50..20935a57f24 100644 --- a/src/java/org/apache/commons/lang/NotImplementedException.java +++ b/src/java/org/apache/commons/lang/NotImplementedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/NullArgumentException.java b/src/java/org/apache/commons/lang/NullArgumentException.java index 95f6b503575..4e7defa761e 100644 --- a/src/java/org/apache/commons/lang/NullArgumentException.java +++ b/src/java/org/apache/commons/lang/NullArgumentException.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/NumberRange.java b/src/java/org/apache/commons/lang/NumberRange.java index 5fcdf6c0f45..68e160b1167 100644 --- a/src/java/org/apache/commons/lang/NumberRange.java +++ b/src/java/org/apache/commons/lang/NumberRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/NumberUtils.java b/src/java/org/apache/commons/lang/NumberUtils.java index c576538af25..ff60142a5bd 100644 --- a/src/java/org/apache/commons/lang/NumberUtils.java +++ b/src/java/org/apache/commons/lang/NumberUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/ObjectUtils.java b/src/java/org/apache/commons/lang/ObjectUtils.java index 1cf22041fd5..daec53eaf00 100644 --- a/src/java/org/apache/commons/lang/ObjectUtils.java +++ b/src/java/org/apache/commons/lang/ObjectUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/RandomStringUtils.java b/src/java/org/apache/commons/lang/RandomStringUtils.java index 778b7b3478c..abf1e15598f 100644 --- a/src/java/org/apache/commons/lang/RandomStringUtils.java +++ b/src/java/org/apache/commons/lang/RandomStringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/SerializationException.java b/src/java/org/apache/commons/lang/SerializationException.java index 927c4dc8bce..3f408c94010 100644 --- a/src/java/org/apache/commons/lang/SerializationException.java +++ b/src/java/org/apache/commons/lang/SerializationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/SerializationUtils.java b/src/java/org/apache/commons/lang/SerializationUtils.java index f08a3347f49..6fc8280d330 100644 --- a/src/java/org/apache/commons/lang/SerializationUtils.java +++ b/src/java/org/apache/commons/lang/SerializationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/StringEscapeUtils.java b/src/java/org/apache/commons/lang/StringEscapeUtils.java index 9a03dca829c..837b6ec6f49 100644 --- a/src/java/org/apache/commons/lang/StringEscapeUtils.java +++ b/src/java/org/apache/commons/lang/StringEscapeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/StringPrintWriter.java b/src/java/org/apache/commons/lang/StringPrintWriter.java index 345fc38397a..07ebf5a54c2 100644 --- a/src/java/org/apache/commons/lang/StringPrintWriter.java +++ b/src/java/org/apache/commons/lang/StringPrintWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/StringUtils.java b/src/java/org/apache/commons/lang/StringUtils.java index 38592168e8c..85881e6a52d 100644 --- a/src/java/org/apache/commons/lang/StringUtils.java +++ b/src/java/org/apache/commons/lang/StringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/SystemUtils.java b/src/java/org/apache/commons/lang/SystemUtils.java index 44b7c480fc8..c11a6822846 100644 --- a/src/java/org/apache/commons/lang/SystemUtils.java +++ b/src/java/org/apache/commons/lang/SystemUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/UnhandledException.java b/src/java/org/apache/commons/lang/UnhandledException.java index 2a1826ff123..7745bbff0e1 100644 --- a/src/java/org/apache/commons/lang/UnhandledException.java +++ b/src/java/org/apache/commons/lang/UnhandledException.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/Validate.java b/src/java/org/apache/commons/lang/Validate.java index added2a49ac..df034991823 100644 --- a/src/java/org/apache/commons/lang/Validate.java +++ b/src/java/org/apache/commons/lang/Validate.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/WordUtils.java b/src/java/org/apache/commons/lang/WordUtils.java index 45c9ca276f4..b8f7c26ab0f 100644 --- a/src/java/org/apache/commons/lang/WordUtils.java +++ b/src/java/org/apache/commons/lang/WordUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/CompareToBuilder.java b/src/java/org/apache/commons/lang/builder/CompareToBuilder.java index ed91d62b68c..d9592204357 100644 --- a/src/java/org/apache/commons/lang/builder/CompareToBuilder.java +++ b/src/java/org/apache/commons/lang/builder/CompareToBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/EqualsBuilder.java b/src/java/org/apache/commons/lang/builder/EqualsBuilder.java index 2452093cd91..c3b3b23a99f 100644 --- a/src/java/org/apache/commons/lang/builder/EqualsBuilder.java +++ b/src/java/org/apache/commons/lang/builder/EqualsBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java b/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java index 4eef2ea41b2..8d3fe372d1b 100644 --- a/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java +++ b/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java b/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java index 158b7b3e605..1663affb87e 100644 --- a/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java +++ b/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java b/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java index 0578618755f..3492227b7a0 100644 --- a/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java +++ b/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/ToStringBuilder.java b/src/java/org/apache/commons/lang/builder/ToStringBuilder.java index cec1ff3ddf4..a0f5a314219 100644 --- a/src/java/org/apache/commons/lang/builder/ToStringBuilder.java +++ b/src/java/org/apache/commons/lang/builder/ToStringBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/ToStringStyle.java b/src/java/org/apache/commons/lang/builder/ToStringStyle.java index be03c5c09d8..8d0be186345 100644 --- a/src/java/org/apache/commons/lang/builder/ToStringStyle.java +++ b/src/java/org/apache/commons/lang/builder/ToStringStyle.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 The Apache Software Foundation. + * Copyright 2002-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/java/org/apache/commons/lang/builder/package.html b/src/java/org/apache/commons/lang/builder/package.html index 353888a84c5..ebf46f16f3a 100644 --- a/src/java/org/apache/commons/lang/builder/package.html +++ b/src/java/org/apache/commons/lang/builder/package.html @@ -1,5 +1,5 @@