From a5a4f9067a0b22e629463b1ef059818ccda6f37e Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Mon, 28 Aug 2006 06:21:41 +0000 Subject: [PATCH] Fixing the ASF copyright and placing it in the NOTICE file git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437554 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE.txt | 3 ++ PROPOSAL.html | 11 ++++--- STATUS.html | 11 ++++--- build.xml | 11 ++++--- checkstyle.xml | 11 ++++--- default.properties | 11 ++++--- maven.xml | 11 ++++--- project.properties | 11 ++++--- project.xml | 13 ++++---- .../org/apache/commons/lang/ArrayUtils.java | 11 ++++--- .../org/apache/commons/lang/BitField.java | 11 ++++--- .../org/apache/commons/lang/BooleanUtils.java | 11 ++++--- .../org/apache/commons/lang/CharEncoding.java | 11 ++++--- .../org/apache/commons/lang/CharRange.java | 11 ++++--- src/java/org/apache/commons/lang/CharSet.java | 11 ++++--- .../org/apache/commons/lang/CharSetUtils.java | 11 ++++--- .../org/apache/commons/lang/CharUtils.java | 11 ++++--- .../org/apache/commons/lang/ClassUtils.java | 11 ++++--- .../org/apache/commons/lang/Entities.java | 11 ++++--- .../commons/lang/IllegalClassException.java | 11 ++++--- .../lang/IncompleteArgumentException.java | 11 ++++--- .../org/apache/commons/lang/IntHashMap.java | 11 ++++--- .../org/apache/commons/lang/LocaleUtils.java | 11 ++++--- .../commons/lang/NotImplementedException.java | 11 ++++--- .../commons/lang/NullArgumentException.java | 11 ++++--- .../org/apache/commons/lang/NumberRange.java | 11 ++++--- .../org/apache/commons/lang/NumberUtils.java | 11 ++++--- .../org/apache/commons/lang/ObjectUtils.java | 11 ++++--- .../commons/lang/RandomStringUtils.java | 11 ++++--- .../commons/lang/SerializationException.java | 11 ++++--- .../commons/lang/SerializationUtils.java | 11 ++++--- .../commons/lang/StringEscapeUtils.java | 11 ++++--- .../org/apache/commons/lang/StringUtils.java | 11 ++++--- .../org/apache/commons/lang/SystemUtils.java | 11 ++++--- .../commons/lang/UnhandledException.java | 11 ++++--- .../org/apache/commons/lang/Validate.java | 11 ++++--- .../org/apache/commons/lang/WordUtils.java | 11 ++++--- .../lang/builder/CompareToBuilder.java | 11 ++++--- .../commons/lang/builder/EqualsBuilder.java | 11 ++++--- .../commons/lang/builder/HashCodeBuilder.java | 11 ++++--- .../builder/ReflectionToStringBuilder.java | 11 ++++--- .../lang/builder/StandardToStringStyle.java | 11 ++++--- .../commons/lang/builder/ToStringBuilder.java | 11 ++++--- .../commons/lang/builder/ToStringStyle.java | 11 ++++--- .../apache/commons/lang/builder/package.html | 11 ++++--- .../org/apache/commons/lang/enum/Enum.java | 11 ++++--- .../apache/commons/lang/enum/EnumUtils.java | 11 ++++--- .../apache/commons/lang/enum/ValuedEnum.java | 11 ++++--- .../org/apache/commons/lang/enum/package.html | 11 ++++--- .../org/apache/commons/lang/enums/Enum.java | 11 ++++--- .../apache/commons/lang/enums/EnumUtils.java | 11 ++++--- .../apache/commons/lang/enums/ValuedEnum.java | 11 ++++--- .../apache/commons/lang/enums/package.html | 11 ++++--- .../lang/exception/ExceptionUtils.java | 11 ++++--- .../commons/lang/exception/Nestable.java | 11 ++++--- .../lang/exception/NestableDelegate.java | 11 ++++--- .../commons/lang/exception/NestableError.java | 11 ++++--- .../lang/exception/NestableException.java | 11 ++++--- .../exception/NestableRuntimeException.java | 11 ++++--- .../commons/lang/exception/package.html | 11 ++++--- .../apache/commons/lang/math/DoubleRange.java | 11 ++++--- .../apache/commons/lang/math/FloatRange.java | 11 ++++--- .../apache/commons/lang/math/Fraction.java | 11 ++++--- .../apache/commons/lang/math/IntRange.java | 11 ++++--- .../apache/commons/lang/math/JVMRandom.java | 29 +++++++++-------- .../apache/commons/lang/math/LongRange.java | 11 ++++--- .../apache/commons/lang/math/NumberRange.java | 11 ++++--- .../apache/commons/lang/math/NumberUtils.java | 11 ++++--- .../apache/commons/lang/math/RandomUtils.java | 29 +++++++++-------- .../org/apache/commons/lang/math/Range.java | 11 ++++--- .../org/apache/commons/lang/math/package.html | 11 ++++--- .../apache/commons/lang/mutable/Mutable.java | 11 ++++--- .../commons/lang/mutable/MutableBoolean.java | 11 ++++--- .../commons/lang/mutable/MutableByte.java | 11 ++++--- .../commons/lang/mutable/MutableDouble.java | 11 ++++--- .../commons/lang/mutable/MutableFloat.java | 11 ++++--- .../commons/lang/mutable/MutableInt.java | 11 ++++--- .../commons/lang/mutable/MutableLong.java | 11 ++++--- .../commons/lang/mutable/MutableObject.java | 11 ++++--- .../commons/lang/mutable/MutableShort.java | 11 ++++--- .../org/apache/commons/lang/overview.html | 11 ++++--- src/java/org/apache/commons/lang/package.html | 11 ++++--- .../commons/lang/text/CompositeFormat.java | 11 ++++--- .../apache/commons/lang/text/StrBuilder.java | 11 ++++--- .../apache/commons/lang/text/StrLookup.java | 13 ++++---- .../apache/commons/lang/text/StrMatcher.java | 11 ++++--- .../commons/lang/text/StrSubstitutor.java | 11 ++++--- .../commons/lang/text/StrTokenizer.java | 11 ++++--- .../org/apache/commons/lang/text/package.html | 11 ++++--- .../commons/lang/time/DateFormatUtils.java | 11 ++++--- .../apache/commons/lang/time/DateUtils.java | 11 ++++--- .../lang/time/DurationFormatUtils.java | 11 ++++--- .../commons/lang/time/FastDateFormat.java | 11 ++++--- .../apache/commons/lang/time/StopWatch.java | 11 ++++--- .../org/apache/commons/lang/time/package.html | 11 ++++--- src/pending/CalendarUtils.java | 32 ++++++++++--------- src/pending/CalendarUtilsTest.java | 32 ++++++++++--------- src/pending/DateFormatter.java | 31 ++++++++++-------- src/pending/DateFormatterTest.java | 31 ++++++++++-------- .../apache/commons/lang/AllLangTestSuite.java | 11 ++++--- .../commons/lang/ArrayUtilsAddTest.java | 11 ++++--- .../commons/lang/ArrayUtilsRemoveTest.java | 11 ++++--- .../apache/commons/lang/ArrayUtilsTest.java | 11 ++++--- .../org/apache/commons/lang/BitFieldTest.java | 11 ++++--- .../apache/commons/lang/BooleanUtilsTest.java | 11 ++++--- .../apache/commons/lang/CharEncodingTest.java | 11 ++++--- .../apache/commons/lang/CharRangeTest.java | 29 +++++++++-------- .../org/apache/commons/lang/CharSetTest.java | 29 +++++++++-------- .../apache/commons/lang/CharSetUtilsTest.java | 11 ++++--- .../commons/lang/CharUtilsPerfTest.java | 11 ++++--- .../apache/commons/lang/CharUtilsTest.java | 11 ++++--- .../apache/commons/lang/ClassUtilsTest.java | 11 ++++--- .../commons/lang/EntitiesPerformanceTest.java | 11 ++++--- .../org/apache/commons/lang/EntitiesTest.java | 11 ++++--- .../lang/IllegalClassExceptionTest.java | 11 ++++--- .../lang/IncompleteArgumentExceptionTest.java | 11 ++++--- .../apache/commons/lang/IntHashMapTest.java | 11 ++++--- .../apache/commons/lang/LangTestSuite.java | 11 ++++--- .../apache/commons/lang/LocaleUtilsTest.java | 11 ++++--- .../lang/NotImplementedExceptionTest.java | 11 ++++--- .../lang/NullArgumentExceptionTest.java | 11 ++++--- .../apache/commons/lang/NumberRangeTest.java | 11 ++++--- .../apache/commons/lang/NumberUtilsTest.java | 11 ++++--- .../apache/commons/lang/ObjectUtilsTest.java | 11 ++++--- .../commons/lang/RandomStringUtilsTest.java | 11 ++++--- .../commons/lang/SerializationUtilsTest.java | 11 ++++--- .../commons/lang/StringEscapeUtilsTest.java | 11 ++++--- .../lang/StringUtilsEqualsIndexOfTest.java | 11 ++++--- .../commons/lang/StringUtilsIsTest.java | 11 ++++--- .../lang/StringUtilsSubstringTest.java | 11 ++++--- .../apache/commons/lang/StringUtilsTest.java | 11 ++++--- .../lang/StringUtilsTrimEmptyTest.java | 11 ++++--- .../apache/commons/lang/SystemUtilsTest.java | 29 +++++++++-------- .../commons/lang/UnhandledExceptionTest.java | 11 ++++--- .../org/apache/commons/lang/ValidateTest.java | 29 +++++++++-------- .../apache/commons/lang/WordUtilsTest.java | 11 ++++--- .../lang/builder/BuilderTestSuite.java | 11 ++++--- .../lang/builder/CompareToBuilderTest.java | 11 ++++--- .../builder/DefaultToStringStyleTest.java | 11 ++++--- .../lang/builder/EqualsBuilderTest.java | 11 ++++--- .../HashCodeBuilderAndEqualsBuilderTest.java | 11 ++++--- .../lang/builder/HashCodeBuilderTest.java | 11 ++++--- .../builder/MultiLineToStringStyleTest.java | 11 ++++--- .../NoFieldNamesToStringStyleTest.java | 11 ++++--- .../ReflectionToStringBuilderExcludeTest.java | 11 ++++--- .../builder/ShortPrefixToStringStyleTest.java | 11 ++++--- .../lang/builder/SimpleToStringStyleTest.java | 11 ++++--- .../builder/StandardToStringStyleTest.java | 11 ++++--- .../lang/builder/ToStringBuilderTest.java | 11 ++++--- .../lang/builder/ToStringStyleTest.java | 11 ++++--- .../apache/commons/lang/enum/Broken1Enum.java | 11 ++++--- .../lang/enum/Broken1OperationEnum.java | 11 ++++--- .../apache/commons/lang/enum/Broken2Enum.java | 11 ++++--- .../lang/enum/Broken2OperationEnum.java | 11 ++++--- .../apache/commons/lang/enum/Broken3Enum.java | 11 ++++--- .../lang/enum/Broken3OperationEnum.java | 11 ++++--- .../lang/enum/Broken4OperationEnum.java | 11 ++++--- .../lang/enum/Broken5OperationEnum.java | 11 ++++--- .../apache/commons/lang/enum/ColorEnum.java | 11 ++++--- .../apache/commons/lang/enum/DummyEnum.java | 11 ++++--- .../apache/commons/lang/enum/EnumTest.java | 11 ++++--- .../commons/lang/enum/EnumTestSuite.java | 11 ++++--- .../commons/lang/enum/EnumUtilsTest.java | 11 ++++--- .../commons/lang/enum/Extended1Enum.java | 29 +++++++++-------- .../commons/lang/enum/Extended2Enum.java | 29 +++++++++-------- .../commons/lang/enum/Extended3Enum.java | 31 ++++++++++-------- .../org/apache/commons/lang/enum/Nest.java | 11 ++++--- .../apache/commons/lang/enum/NestBroken.java | 11 ++++--- .../apache/commons/lang/enum/NestLinked.java | 11 ++++--- .../commons/lang/enum/NestReferenced.java | 11 ++++--- .../commons/lang/enum/OperationEnum.java | 11 ++++--- .../commons/lang/enum/ValuedColorEnum.java | 11 ++++--- .../commons/lang/enum/ValuedEnumTest.java | 11 ++++--- .../commons/lang/enums/Broken1Enum.java | 11 ++++--- .../lang/enums/Broken1OperationEnum.java | 11 ++++--- .../commons/lang/enums/Broken2Enum.java | 11 ++++--- .../lang/enums/Broken2OperationEnum.java | 11 ++++--- .../commons/lang/enums/Broken3Enum.java | 11 ++++--- .../lang/enums/Broken3OperationEnum.java | 11 ++++--- .../lang/enums/Broken4OperationEnum.java | 11 ++++--- .../lang/enums/Broken5OperationEnum.java | 11 ++++--- .../apache/commons/lang/enums/ColorEnum.java | 11 ++++--- .../apache/commons/lang/enums/DummyEnum.java | 11 ++++--- .../commons/lang/enums/EnumEqualsTest.java | 11 ++++--- .../apache/commons/lang/enums/EnumTest.java | 11 ++++--- .../commons/lang/enums/EnumTestSuite.java | 11 ++++--- .../commons/lang/enums/EnumUtilsTest.java | 11 ++++--- .../commons/lang/enums/Extended1Enum.java | 29 +++++++++-------- .../commons/lang/enums/Extended2Enum.java | 29 +++++++++-------- .../commons/lang/enums/Extended3Enum.java | 31 ++++++++++-------- .../org/apache/commons/lang/enums/Nest.java | 11 ++++--- .../apache/commons/lang/enums/NestBroken.java | 11 ++++--- .../apache/commons/lang/enums/NestLinked.java | 11 ++++--- .../commons/lang/enums/NestReferenced.java | 11 ++++--- .../commons/lang/enums/OperationEnum.java | 11 ++++--- .../commons/lang/enums/ValuedColorEnum.java | 11 ++++--- .../commons/lang/enums/ValuedEnumTest.java | 11 ++++--- .../lang/enums/ValuedLanguageEnum.java | 13 ++++---- .../exception/AbstractNestableTestCase.java | 11 ++++--- .../lang/exception/ExceptionTestSuite.java | 11 ++++--- .../exception/ExceptionUtilsTestCase.java | 11 ++++--- .../exception/NestableDelegateTestCase.java | 11 ++++--- .../lang/exception/NestableErrorTestCase.java | 11 ++++--- .../exception/NestableExceptionTestCase.java | 11 ++++--- .../NestableRuntimeExceptionTestCase.java | 11 ++++--- .../commons/lang/math/AbstractRangeTest.java | 29 +++++++++-------- .../commons/lang/math/DoubleRangeTest.java | 29 +++++++++-------- .../commons/lang/math/FloatRangeTest.java | 29 +++++++++-------- .../commons/lang/math/FractionTest.java | 29 +++++++++-------- .../commons/lang/math/IntRangeTest.java | 29 +++++++++-------- .../commons/lang/math/LongRangeTest.java | 29 +++++++++-------- .../commons/lang/math/MathTestSuite.java | 11 ++++--- .../commons/lang/math/NumberRangeTest.java | 29 +++++++++-------- .../commons/lang/math/NumberUtilsTest.java | 11 ++++--- .../commons/lang/math/RandomUtilsTest.java | 11 ++++--- .../apache/commons/lang/math/RangeTest.java | 11 ++++--- .../lang/mutable/MutableBooleanTest.java | 11 ++++--- .../commons/lang/mutable/MutableByteTest.java | 11 ++++--- .../lang/mutable/MutableDoubleTest.java | 11 ++++--- .../lang/mutable/MutableFloatTest.java | 11 ++++--- .../commons/lang/mutable/MutableIntTest.java | 11 ++++--- .../commons/lang/mutable/MutableLongTest.java | 11 ++++--- .../lang/mutable/MutableObjectTest.java | 11 ++++--- .../lang/mutable/MutableShortTest.java | 11 ++++--- .../lang/mutable/MutableTestSuite.java | 11 ++++--- .../lang/text/CompositeFormatTest.java | 11 ++++--- .../lang/text/StrBuilderAppendInsertTest.java | 11 ++++--- .../commons/lang/text/StrBuilderTest.java | 11 ++++--- .../commons/lang/text/StrLookupTest.java | 13 ++++---- .../commons/lang/text/StrMatcherTest.java | 11 ++++--- .../commons/lang/text/StrSubstitutorTest.java | 13 ++++---- .../commons/lang/text/StrTokenizerTest.java | 11 ++++--- .../commons/lang/text/TextTestSuite.java | 11 ++++--- .../lang/time/DateFormatUtilsTest.java | 11 ++++--- .../commons/lang/time/DateUtilsTest.java | 11 ++++--- .../lang/time/DurationFormatUtilsTest.java | 11 ++++--- .../commons/lang/time/FastDateFormatTest.java | 11 ++++--- .../commons/lang/time/StopWatchTest.java | 11 ++++--- .../commons/lang/time/TimeTestSuite.java | 11 ++++--- xdocs/building.xml | 11 ++++--- xdocs/cvs-usage.xml | 11 ++++--- xdocs/developerguide.xml | 11 ++++--- xdocs/index.xml | 11 ++++--- xdocs/issue-tracking.xml | 11 ++++--- xdocs/navigation.xml | 11 ++++--- xdocs/proposal.xml | 11 ++++--- xdocs/tasks.xml | 11 ++++--- xdocs/upgradeto2_0.xml | 11 ++++--- xdocs/upgradeto2_1.xml | 11 ++++--- xdocs/userguide.xml | 11 ++++--- 250 files changed, 1738 insertions(+), 1442 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 3f59805ce..bb1347937 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,2 +1,5 @@ +Apache Jakarta Commons Lang +Copyright 2001-2006 The Apache Software Foundation + This product includes software developed by The Apache Software Foundation (http://www.apache.org/). diff --git a/PROPOSAL.html b/PROPOSAL.html index 4d7cb6f49..a70870db3 100644 --- a/PROPOSAL.html +++ b/PROPOSAL.html @@ -1,9 +1,10 @@ maven-pmd-plugin diff --git a/src/java/org/apache/commons/lang/ArrayUtils.java b/src/java/org/apache/commons/lang/ArrayUtils.java index 773003cc1..e7571f6ea 100644 --- a/src/java/org/apache/commons/lang/ArrayUtils.java +++ b/src/java/org/apache/commons/lang/ArrayUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/BitField.java b/src/java/org/apache/commons/lang/BitField.java index 8bc0df221..137701134 100644 --- a/src/java/org/apache/commons/lang/BitField.java +++ b/src/java/org/apache/commons/lang/BitField.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/BooleanUtils.java b/src/java/org/apache/commons/lang/BooleanUtils.java index cdb8d4415..1e194caf8 100644 --- a/src/java/org/apache/commons/lang/BooleanUtils.java +++ b/src/java/org/apache/commons/lang/BooleanUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/CharEncoding.java b/src/java/org/apache/commons/lang/CharEncoding.java index 9a43cac71..3cb1ba5ac 100644 --- a/src/java/org/apache/commons/lang/CharEncoding.java +++ b/src/java/org/apache/commons/lang/CharEncoding.java @@ -1,9 +1,10 @@ /* - * Copyright 2001-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/CharRange.java b/src/java/org/apache/commons/lang/CharRange.java index bd55295c6..4ed22d890 100644 --- a/src/java/org/apache/commons/lang/CharRange.java +++ b/src/java/org/apache/commons/lang/CharRange.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/CharSet.java b/src/java/org/apache/commons/lang/CharSet.java index ff0111101..05d8615a6 100644 --- a/src/java/org/apache/commons/lang/CharSet.java +++ b/src/java/org/apache/commons/lang/CharSet.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/CharSetUtils.java b/src/java/org/apache/commons/lang/CharSetUtils.java index e4d67e559..ee8dd7cc3 100644 --- a/src/java/org/apache/commons/lang/CharSetUtils.java +++ b/src/java/org/apache/commons/lang/CharSetUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/CharUtils.java b/src/java/org/apache/commons/lang/CharUtils.java index d79a5446d..6726baae1 100644 --- a/src/java/org/apache/commons/lang/CharUtils.java +++ b/src/java/org/apache/commons/lang/CharUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2004-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/ClassUtils.java b/src/java/org/apache/commons/lang/ClassUtils.java index c990cc8f8..7058b02da 100644 --- a/src/java/org/apache/commons/lang/ClassUtils.java +++ b/src/java/org/apache/commons/lang/ClassUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/Entities.java b/src/java/org/apache/commons/lang/Entities.java index 19dd2d020..a8c4b1477 100644 --- a/src/java/org/apache/commons/lang/Entities.java +++ b/src/java/org/apache/commons/lang/Entities.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/IllegalClassException.java b/src/java/org/apache/commons/lang/IllegalClassException.java index daf3a5844..7edb32e4e 100644 --- a/src/java/org/apache/commons/lang/IllegalClassException.java +++ b/src/java/org/apache/commons/lang/IllegalClassException.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/IncompleteArgumentException.java b/src/java/org/apache/commons/lang/IncompleteArgumentException.java index 1bc239936..9da578787 100644 --- a/src/java/org/apache/commons/lang/IncompleteArgumentException.java +++ b/src/java/org/apache/commons/lang/IncompleteArgumentException.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/IntHashMap.java b/src/java/org/apache/commons/lang/IntHashMap.java index 54be71c78..5fff0150c 100644 --- a/src/java/org/apache/commons/lang/IntHashMap.java +++ b/src/java/org/apache/commons/lang/IntHashMap.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/LocaleUtils.java b/src/java/org/apache/commons/lang/LocaleUtils.java index 7369687f7..ceb886e89 100644 --- a/src/java/org/apache/commons/lang/LocaleUtils.java +++ b/src/java/org/apache/commons/lang/LocaleUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2005-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/NotImplementedException.java b/src/java/org/apache/commons/lang/NotImplementedException.java index 2e2215dbd..ec246d84e 100644 --- a/src/java/org/apache/commons/lang/NotImplementedException.java +++ b/src/java/org/apache/commons/lang/NotImplementedException.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/NullArgumentException.java b/src/java/org/apache/commons/lang/NullArgumentException.java index 3509d5619..0eac6680a 100644 --- a/src/java/org/apache/commons/lang/NullArgumentException.java +++ b/src/java/org/apache/commons/lang/NullArgumentException.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/NumberRange.java b/src/java/org/apache/commons/lang/NumberRange.java index ade75b472..8167d0f0e 100644 --- a/src/java/org/apache/commons/lang/NumberRange.java +++ b/src/java/org/apache/commons/lang/NumberRange.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/NumberUtils.java b/src/java/org/apache/commons/lang/NumberUtils.java index e346ac5d6..4bdb1747e 100644 --- a/src/java/org/apache/commons/lang/NumberUtils.java +++ b/src/java/org/apache/commons/lang/NumberUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/ObjectUtils.java b/src/java/org/apache/commons/lang/ObjectUtils.java index cbbcda56e..08b826027 100644 --- a/src/java/org/apache/commons/lang/ObjectUtils.java +++ b/src/java/org/apache/commons/lang/ObjectUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/RandomStringUtils.java b/src/java/org/apache/commons/lang/RandomStringUtils.java index 50467dcf1..cfcf123cb 100644 --- a/src/java/org/apache/commons/lang/RandomStringUtils.java +++ b/src/java/org/apache/commons/lang/RandomStringUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/SerializationException.java b/src/java/org/apache/commons/lang/SerializationException.java index ece00a968..b0052b5a5 100644 --- a/src/java/org/apache/commons/lang/SerializationException.java +++ b/src/java/org/apache/commons/lang/SerializationException.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/SerializationUtils.java b/src/java/org/apache/commons/lang/SerializationUtils.java index 0d71745b3..38e37e70d 100644 --- a/src/java/org/apache/commons/lang/SerializationUtils.java +++ b/src/java/org/apache/commons/lang/SerializationUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/StringEscapeUtils.java b/src/java/org/apache/commons/lang/StringEscapeUtils.java index 256b26327..ad10757ab 100644 --- a/src/java/org/apache/commons/lang/StringEscapeUtils.java +++ b/src/java/org/apache/commons/lang/StringEscapeUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/StringUtils.java b/src/java/org/apache/commons/lang/StringUtils.java index fd763e372..bf7a91ea6 100644 --- a/src/java/org/apache/commons/lang/StringUtils.java +++ b/src/java/org/apache/commons/lang/StringUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/SystemUtils.java b/src/java/org/apache/commons/lang/SystemUtils.java index 8f44a8869..3c31d95e5 100644 --- a/src/java/org/apache/commons/lang/SystemUtils.java +++ b/src/java/org/apache/commons/lang/SystemUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/UnhandledException.java b/src/java/org/apache/commons/lang/UnhandledException.java index fd9120c49..2045499dc 100644 --- a/src/java/org/apache/commons/lang/UnhandledException.java +++ b/src/java/org/apache/commons/lang/UnhandledException.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/Validate.java b/src/java/org/apache/commons/lang/Validate.java index 1110829ae..c1769d59b 100644 --- a/src/java/org/apache/commons/lang/Validate.java +++ b/src/java/org/apache/commons/lang/Validate.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/WordUtils.java b/src/java/org/apache/commons/lang/WordUtils.java index d56e24eb4..036beac1a 100644 --- a/src/java/org/apache/commons/lang/WordUtils.java +++ b/src/java/org/apache/commons/lang/WordUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/CompareToBuilder.java b/src/java/org/apache/commons/lang/builder/CompareToBuilder.java index 10aadbff3..c5f70773d 100644 --- a/src/java/org/apache/commons/lang/builder/CompareToBuilder.java +++ b/src/java/org/apache/commons/lang/builder/CompareToBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/EqualsBuilder.java b/src/java/org/apache/commons/lang/builder/EqualsBuilder.java index d192e4052..fae8eaa01 100644 --- a/src/java/org/apache/commons/lang/builder/EqualsBuilder.java +++ b/src/java/org/apache/commons/lang/builder/EqualsBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java b/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java index 6f066461a..e47718f8b 100644 --- a/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java +++ b/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java b/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java index d03530081..7e2e30921 100644 --- a/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java +++ b/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java b/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java index e4c287acc..a2b7cf162 100644 --- a/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java +++ b/src/java/org/apache/commons/lang/builder/StandardToStringStyle.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/ToStringBuilder.java b/src/java/org/apache/commons/lang/builder/ToStringBuilder.java index 9d39595d6..1b5497731 100644 --- a/src/java/org/apache/commons/lang/builder/ToStringBuilder.java +++ b/src/java/org/apache/commons/lang/builder/ToStringBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/ToStringStyle.java b/src/java/org/apache/commons/lang/builder/ToStringStyle.java index 7b863ddcf..5de41cddc 100644 --- a/src/java/org/apache/commons/lang/builder/ToStringStyle.java +++ b/src/java/org/apache/commons/lang/builder/ToStringStyle.java @@ -1,9 +1,10 @@ /* - * Copyright 2002-2006 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. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/java/org/apache/commons/lang/builder/package.html b/src/java/org/apache/commons/lang/builder/package.html index ed819d1b5..84d29bbe9 100644 --- a/src/java/org/apache/commons/lang/builder/package.html +++ b/src/java/org/apache/commons/lang/builder/package.html @@ -1,9 +1,10 @@