Fix license headers to conform to current policy

git-svn-id: 
https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@646777
 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-collections/commit/392d63a6
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/392d63a6
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/392d63a6

Branch: refs/heads/COLLECTIONS_3_2_BRANCH
Commit: 392d63a6ebf58117b1df243e35721e27937f9b8a
Parents: 2a5aaa6
Author: Niall Kegan Pemberton <nia...@apache.org>
Authored: Thu Apr 10 12:33:15 2008 +0000
Committer: Niall Kegan Pemberton <nia...@apache.org>
Committed: Thu Apr 10 12:33:15 2008 +0000

----------------------------------------------------------------------
 .../org/apache/commons/collections/ArrayStack.java     | 11 ++++++-----
 src/java/org/apache/commons/collections/Bag.java       | 11 ++++++-----
 src/java/org/apache/commons/collections/BagUtils.java  | 11 ++++++-----
 src/java/org/apache/commons/collections/BeanMap.java   | 11 ++++++-----
 src/java/org/apache/commons/collections/BidiMap.java   | 11 ++++++-----
 .../org/apache/commons/collections/BinaryHeap.java     | 11 ++++++-----
 .../apache/commons/collections/BoundedCollection.java  | 11 ++++++-----
 .../apache/commons/collections/BoundedFifoBuffer.java  | 11 ++++++-----
 .../org/apache/commons/collections/BoundedMap.java     | 11 ++++++-----
 src/java/org/apache/commons/collections/Buffer.java    | 11 ++++++-----
 .../commons/collections/BufferOverflowException.java   | 11 ++++++-----
 .../commons/collections/BufferUnderflowException.java  | 11 ++++++-----
 .../org/apache/commons/collections/BufferUtils.java    | 11 ++++++-----
 src/java/org/apache/commons/collections/Closure.java   | 11 ++++++-----
 .../org/apache/commons/collections/ClosureUtils.java   | 11 ++++++-----
 .../apache/commons/collections/CollectionUtils.java    | 11 ++++++-----
 .../apache/commons/collections/ComparatorUtils.java    | 11 ++++++-----
 .../commons/collections/CursorableLinkedList.java      | 11 ++++++-----
 .../org/apache/commons/collections/DefaultMapBag.java  | 11 ++++++-----
 .../apache/commons/collections/DefaultMapEntry.java    | 11 ++++++-----
 .../apache/commons/collections/DoubleOrderedMap.java   | 11 ++++++-----
 .../apache/commons/collections/EnumerationUtils.java   | 11 ++++++-----
 .../apache/commons/collections/ExtendedProperties.java | 11 ++++++-----
 src/java/org/apache/commons/collections/Factory.java   | 11 ++++++-----
 .../org/apache/commons/collections/FactoryUtils.java   | 11 ++++++-----
 .../org/apache/commons/collections/FastArrayList.java  | 11 ++++++-----
 .../org/apache/commons/collections/FastHashMap.java    | 11 ++++++-----
 .../org/apache/commons/collections/FastTreeMap.java    | 11 ++++++-----
 .../apache/commons/collections/FunctorException.java   | 11 ++++++-----
 src/java/org/apache/commons/collections/HashBag.java   | 11 ++++++-----
 .../org/apache/commons/collections/IterableMap.java    | 11 ++++++-----
 .../org/apache/commons/collections/IteratorUtils.java  | 11 ++++++-----
 src/java/org/apache/commons/collections/KeyValue.java  | 11 ++++++-----
 src/java/org/apache/commons/collections/LRUMap.java    | 11 ++++++-----
 src/java/org/apache/commons/collections/ListUtils.java | 11 ++++++-----
 .../org/apache/commons/collections/MapIterator.java    | 11 ++++++-----
 src/java/org/apache/commons/collections/MapUtils.java  | 11 ++++++-----
 .../org/apache/commons/collections/MultiHashMap.java   | 11 ++++++-----
 src/java/org/apache/commons/collections/MultiMap.java  | 11 ++++++-----
 .../org/apache/commons/collections/OrderedBidiMap.java | 11 ++++++-----
 .../apache/commons/collections/OrderedIterator.java    | 11 ++++++-----
 .../org/apache/commons/collections/OrderedMap.java     | 11 ++++++-----
 .../apache/commons/collections/OrderedMapIterator.java | 11 ++++++-----
 src/java/org/apache/commons/collections/Predicate.java | 11 ++++++-----
 .../org/apache/commons/collections/PredicateUtils.java | 11 ++++++-----
 .../org/apache/commons/collections/PriorityQueue.java  | 11 ++++++-----
 src/java/org/apache/commons/collections/ProxyMap.java  | 11 ++++++-----
 .../org/apache/commons/collections/ReferenceMap.java   | 11 ++++++-----
 .../apache/commons/collections/ResettableIterator.java | 11 ++++++-----
 .../commons/collections/ResettableListIterator.java    | 11 ++++++-----
 .../apache/commons/collections/SequencedHashMap.java   | 11 ++++++-----
 src/java/org/apache/commons/collections/SetUtils.java  | 11 ++++++-----
 src/java/org/apache/commons/collections/SortedBag.java | 11 ++++++-----
 .../org/apache/commons/collections/SortedBidiMap.java  | 11 ++++++-----
 .../apache/commons/collections/StaticBucketMap.java    | 11 ++++++-----
 .../commons/collections/SynchronizedPriorityQueue.java | 11 ++++++-----
 .../org/apache/commons/collections/Transformer.java    | 11 ++++++-----
 .../apache/commons/collections/TransformerUtils.java   | 11 ++++++-----
 src/java/org/apache/commons/collections/TreeBag.java   | 11 ++++++-----
 .../commons/collections/UnboundedFifoBuffer.java       | 11 ++++++-----
 .../org/apache/commons/collections/Unmodifiable.java   | 11 ++++++-----
 .../commons/collections/bag/AbstractBagDecorator.java  | 11 ++++++-----
 .../apache/commons/collections/bag/AbstractMapBag.java | 11 ++++++-----
 .../collections/bag/AbstractSortedBagDecorator.java    | 11 ++++++-----
 .../org/apache/commons/collections/bag/HashBag.java    | 11 ++++++-----
 .../apache/commons/collections/bag/PredicatedBag.java  | 11 ++++++-----
 .../commons/collections/bag/PredicatedSortedBag.java   | 11 ++++++-----
 .../commons/collections/bag/SynchronizedBag.java       | 11 ++++++-----
 .../commons/collections/bag/SynchronizedSortedBag.java | 11 ++++++-----
 .../apache/commons/collections/bag/TransformedBag.java | 11 ++++++-----
 .../commons/collections/bag/TransformedSortedBag.java  | 11 ++++++-----
 .../org/apache/commons/collections/bag/TreeBag.java    | 11 ++++++-----
 .../org/apache/commons/collections/bag/TypedBag.java   | 11 ++++++-----
 .../apache/commons/collections/bag/TypedSortedBag.java | 11 ++++++-----
 .../commons/collections/bag/UnmodifiableBag.java       | 11 ++++++-----
 .../commons/collections/bag/UnmodifiableSortedBag.java | 11 ++++++-----
 .../org/apache/commons/collections/bag/package.html    | 11 ++++++-----
 .../collections/bidimap/AbstractBidiMapDecorator.java  | 11 ++++++-----
 .../collections/bidimap/AbstractDualBidiMap.java       | 11 ++++++-----
 .../bidimap/AbstractOrderedBidiMapDecorator.java       | 11 ++++++-----
 .../bidimap/AbstractSortedBidiMapDecorator.java        | 11 ++++++-----
 .../commons/collections/bidimap/DualHashBidiMap.java   | 11 ++++++-----
 .../commons/collections/bidimap/DualTreeBidiMap.java   | 11 ++++++-----
 .../commons/collections/bidimap/TreeBidiMap.java       | 11 ++++++-----
 .../collections/bidimap/UnmodifiableBidiMap.java       | 11 ++++++-----
 .../bidimap/UnmodifiableOrderedBidiMap.java            | 11 ++++++-----
 .../collections/bidimap/UnmodifiableSortedBidiMap.java | 11 ++++++-----
 .../apache/commons/collections/bidimap/package.html    | 11 ++++++-----
 .../collections/buffer/AbstractBufferDecorator.java    | 11 ++++++-----
 .../commons/collections/buffer/BlockingBuffer.java     | 11 ++++++-----
 .../commons/collections/buffer/BoundedBuffer.java      | 11 ++++++-----
 .../commons/collections/buffer/BoundedFifoBuffer.java  | 11 ++++++-----
 .../commons/collections/buffer/CircularFifoBuffer.java | 11 ++++++-----
 .../commons/collections/buffer/PredicatedBuffer.java   | 11 ++++++-----
 .../commons/collections/buffer/PriorityBuffer.java     | 11 ++++++-----
 .../commons/collections/buffer/SynchronizedBuffer.java | 11 ++++++-----
 .../commons/collections/buffer/TransformedBuffer.java  | 11 ++++++-----
 .../apache/commons/collections/buffer/TypedBuffer.java | 11 ++++++-----
 .../collections/buffer/UnboundedFifoBuffer.java        | 11 ++++++-----
 .../commons/collections/buffer/UnmodifiableBuffer.java | 11 ++++++-----
 .../org/apache/commons/collections/buffer/package.html | 11 ++++++-----
 .../collection/AbstractCollectionDecorator.java        | 11 ++++++-----
 .../AbstractSerializableCollectionDecorator.java       | 11 ++++++-----
 .../collections/collection/CompositeCollection.java    | 11 ++++++-----
 .../collections/collection/PredicatedCollection.java   | 11 ++++++-----
 .../collections/collection/SynchronizedCollection.java | 11 ++++++-----
 .../collections/collection/TransformedCollection.java  | 11 ++++++-----
 .../collections/collection/TypedCollection.java        | 11 ++++++-----
 .../collection/UnmodifiableBoundedCollection.java      | 11 ++++++-----
 .../collections/collection/UnmodifiableCollection.java | 11 ++++++-----
 .../apache/commons/collections/collection/package.html | 11 ++++++-----
 .../collections/comparators/BooleanComparator.java     | 11 ++++++-----
 .../collections/comparators/ComparableComparator.java  | 11 ++++++-----
 .../collections/comparators/ComparatorChain.java       | 11 ++++++-----
 .../collections/comparators/FixedOrderComparator.java  | 11 ++++++-----
 .../collections/comparators/NullComparator.java        | 11 ++++++-----
 .../collections/comparators/ReverseComparator.java     | 11 ++++++-----
 .../comparators/TransformingComparator.java            | 11 ++++++-----
 .../commons/collections/comparators/package.html       | 11 ++++++-----
 .../commons/collections/functors/AllPredicate.java     | 11 ++++++-----
 .../commons/collections/functors/AndPredicate.java     | 11 ++++++-----
 .../commons/collections/functors/AnyPredicate.java     | 11 ++++++-----
 .../commons/collections/functors/ChainedClosure.java   | 11 ++++++-----
 .../collections/functors/ChainedTransformer.java       | 11 ++++++-----
 .../commons/collections/functors/CloneTransformer.java | 11 ++++++-----
 .../collections/functors/ClosureTransformer.java       | 11 ++++++-----
 .../commons/collections/functors/ConstantFactory.java  | 11 ++++++-----
 .../collections/functors/ConstantTransformer.java      | 11 ++++++-----
 .../commons/collections/functors/EqualPredicate.java   | 11 ++++++-----
 .../commons/collections/functors/ExceptionClosure.java | 11 ++++++-----
 .../commons/collections/functors/ExceptionFactory.java | 11 ++++++-----
 .../collections/functors/ExceptionPredicate.java       | 11 ++++++-----
 .../collections/functors/ExceptionTransformer.java     | 11 ++++++-----
 .../collections/functors/FactoryTransformer.java       | 11 ++++++-----
 .../commons/collections/functors/FalsePredicate.java   | 11 ++++++-----
 .../commons/collections/functors/ForClosure.java       | 11 ++++++-----
 .../commons/collections/functors/FunctorUtils.java     | 11 ++++++-----
 .../collections/functors/IdentityPredicate.java        | 11 ++++++-----
 .../apache/commons/collections/functors/IfClosure.java | 11 ++++++-----
 .../collections/functors/InstanceofPredicate.java      | 11 ++++++-----
 .../collections/functors/InstantiateFactory.java       | 11 ++++++-----
 .../collections/functors/InstantiateTransformer.java   | 11 ++++++-----
 .../collections/functors/InvokerTransformer.java       | 11 ++++++-----
 .../commons/collections/functors/MapTransformer.java   | 11 ++++++-----
 .../commons/collections/functors/NOPClosure.java       | 11 ++++++-----
 .../commons/collections/functors/NOPTransformer.java   | 11 ++++++-----
 .../commons/collections/functors/NonePredicate.java    | 11 ++++++-----
 .../commons/collections/functors/NotNullPredicate.java | 11 ++++++-----
 .../commons/collections/functors/NotPredicate.java     | 11 ++++++-----
 .../collections/functors/NullIsExceptionPredicate.java | 11 ++++++-----
 .../collections/functors/NullIsFalsePredicate.java     | 11 ++++++-----
 .../collections/functors/NullIsTruePredicate.java      | 11 ++++++-----
 .../commons/collections/functors/NullPredicate.java    | 11 ++++++-----
 .../commons/collections/functors/OnePredicate.java     | 11 ++++++-----
 .../commons/collections/functors/OrPredicate.java      | 11 ++++++-----
 .../collections/functors/PredicateDecorator.java       | 11 ++++++-----
 .../collections/functors/PredicateTransformer.java     | 11 ++++++-----
 .../commons/collections/functors/PrototypeFactory.java | 11 ++++++-----
 .../collections/functors/StringValueTransformer.java   | 11 ++++++-----
 .../commons/collections/functors/SwitchClosure.java    | 11 ++++++-----
 .../collections/functors/SwitchTransformer.java        | 11 ++++++-----
 .../collections/functors/TransformedPredicate.java     | 11 ++++++-----
 .../collections/functors/TransformerClosure.java       | 11 ++++++-----
 .../collections/functors/TransformerPredicate.java     | 11 ++++++-----
 .../commons/collections/functors/TruePredicate.java    | 11 ++++++-----
 .../commons/collections/functors/UniquePredicate.java  | 11 ++++++-----
 .../commons/collections/functors/WhileClosure.java     | 11 ++++++-----
 .../apache/commons/collections/functors/package.html   | 11 ++++++-----
 .../collections/iterators/AbstractEmptyIterator.java   | 11 ++++++-----
 .../iterators/AbstractIteratorDecorator.java           | 11 ++++++-----
 .../iterators/AbstractListIteratorDecorator.java       | 11 ++++++-----
 .../iterators/AbstractMapIteratorDecorator.java        | 11 ++++++-----
 .../iterators/AbstractOrderedMapIteratorDecorator.java | 11 ++++++-----
 .../commons/collections/iterators/ArrayIterator.java   | 11 ++++++-----
 .../collections/iterators/ArrayListIterator.java       | 11 ++++++-----
 .../collections/iterators/CollatingIterator.java       | 11 ++++++-----
 .../commons/collections/iterators/EmptyIterator.java   | 11 ++++++-----
 .../collections/iterators/EmptyListIterator.java       | 11 ++++++-----
 .../collections/iterators/EmptyMapIterator.java        | 11 ++++++-----
 .../collections/iterators/EmptyOrderedIterator.java    | 11 ++++++-----
 .../collections/iterators/EmptyOrderedMapIterator.java | 11 ++++++-----
 .../collections/iterators/EntrySetMapIterator.java     | 11 ++++++-----
 .../collections/iterators/EnumerationIterator.java     | 11 ++++++-----
 .../commons/collections/iterators/FilterIterator.java  | 11 ++++++-----
 .../collections/iterators/FilterListIterator.java      | 11 ++++++-----
 .../commons/collections/iterators/IteratorChain.java   | 11 ++++++-----
 .../collections/iterators/IteratorEnumeration.java     | 11 ++++++-----
 .../collections/iterators/ListIteratorWrapper.java     | 11 ++++++-----
 .../commons/collections/iterators/LoopingIterator.java | 11 ++++++-----
 .../collections/iterators/LoopingListIterator.java     | 11 ++++++-----
 .../collections/iterators/ObjectArrayIterator.java     | 11 ++++++-----
 .../collections/iterators/ObjectArrayListIterator.java | 11 ++++++-----
 .../collections/iterators/ObjectGraphIterator.java     | 11 ++++++-----
 .../commons/collections/iterators/ProxyIterator.java   | 11 ++++++-----
 .../collections/iterators/ProxyListIterator.java       | 11 ++++++-----
 .../collections/iterators/ReverseListIterator.java     | 11 ++++++-----
 .../collections/iterators/SingletonIterator.java       | 11 ++++++-----
 .../collections/iterators/SingletonListIterator.java   | 11 ++++++-----
 .../collections/iterators/TransformIterator.java       | 11 ++++++-----
 .../collections/iterators/UniqueFilterIterator.java    | 11 ++++++-----
 .../collections/iterators/UnmodifiableIterator.java    | 11 ++++++-----
 .../iterators/UnmodifiableListIterator.java            | 11 ++++++-----
 .../collections/iterators/UnmodifiableMapIterator.java | 11 ++++++-----
 .../iterators/UnmodifiableOrderedMapIterator.java      | 11 ++++++-----
 .../apache/commons/collections/iterators/package.html  | 11 ++++++-----
 .../commons/collections/keyvalue/AbstractKeyValue.java | 11 ++++++-----
 .../commons/collections/keyvalue/AbstractMapEntry.java | 11 ++++++-----
 .../keyvalue/AbstractMapEntryDecorator.java            | 11 ++++++-----
 .../commons/collections/keyvalue/DefaultKeyValue.java  | 11 ++++++-----
 .../commons/collections/keyvalue/DefaultMapEntry.java  | 11 ++++++-----
 .../apache/commons/collections/keyvalue/MultiKey.java  | 11 ++++++-----
 .../commons/collections/keyvalue/TiedMapEntry.java     | 11 ++++++-----
 .../collections/keyvalue/UnmodifiableMapEntry.java     | 11 ++++++-----
 .../apache/commons/collections/keyvalue/package.html   | 11 ++++++-----
 .../commons/collections/list/AbstractLinkedList.java   | 11 ++++++-----
 .../collections/list/AbstractListDecorator.java        | 11 ++++++-----
 .../list/AbstractSerializableListDecorator.java        | 11 ++++++-----
 .../commons/collections/list/CursorableLinkedList.java | 11 ++++++-----
 .../apache/commons/collections/list/FixedSizeList.java | 11 ++++++-----
 .../apache/commons/collections/list/GrowthList.java    | 11 ++++++-----
 .../org/apache/commons/collections/list/LazyList.java  | 11 ++++++-----
 .../collections/list/NodeCachingLinkedList.java        | 11 ++++++-----
 .../commons/collections/list/PredicatedList.java       | 11 ++++++-----
 .../apache/commons/collections/list/SetUniqueList.java | 11 ++++++-----
 .../commons/collections/list/SynchronizedList.java     | 11 ++++++-----
 .../commons/collections/list/TransformedList.java      | 11 ++++++-----
 .../org/apache/commons/collections/list/TreeList.java  | 11 ++++++-----
 .../org/apache/commons/collections/list/TypedList.java | 11 ++++++-----
 .../commons/collections/list/UnmodifiableList.java     | 11 ++++++-----
 .../org/apache/commons/collections/list/package.html   | 11 ++++++-----
 .../commons/collections/map/AbstractHashedMap.java     | 11 ++++++-----
 .../map/AbstractInputCheckedMapDecorator.java          | 11 ++++++-----
 .../commons/collections/map/AbstractLinkedMap.java     | 11 ++++++-----
 .../commons/collections/map/AbstractMapDecorator.java  | 11 ++++++-----
 .../collections/map/AbstractOrderedMapDecorator.java   | 11 ++++++-----
 .../commons/collections/map/AbstractReferenceMap.java  | 11 ++++++-----
 .../collections/map/AbstractSortedMapDecorator.java    | 11 ++++++-----
 .../commons/collections/map/CaseInsensitiveMap.java    | 11 ++++++-----
 .../apache/commons/collections/map/CompositeMap.java   | 11 ++++++-----
 .../apache/commons/collections/map/DefaultedMap.java   | 11 ++++++-----
 .../apache/commons/collections/map/FixedSizeMap.java   | 11 ++++++-----
 .../commons/collections/map/FixedSizeSortedMap.java    | 11 ++++++-----
 .../org/apache/commons/collections/map/Flat3Map.java   | 11 ++++++-----
 .../org/apache/commons/collections/map/HashedMap.java  | 11 ++++++-----
 .../apache/commons/collections/map/IdentityMap.java    | 11 ++++++-----
 .../org/apache/commons/collections/map/LRUMap.java     | 11 ++++++-----
 .../org/apache/commons/collections/map/LazyMap.java    | 11 ++++++-----
 .../apache/commons/collections/map/LazySortedMap.java  | 11 ++++++-----
 .../org/apache/commons/collections/map/LinkedMap.java  | 11 ++++++-----
 .../apache/commons/collections/map/ListOrderedMap.java | 11 ++++++-----
 .../apache/commons/collections/map/MultiKeyMap.java    | 11 ++++++-----
 .../apache/commons/collections/map/MultiValueMap.java  | 11 ++++++-----
 .../apache/commons/collections/map/PredicatedMap.java  | 11 ++++++-----
 .../commons/collections/map/PredicatedSortedMap.java   | 11 ++++++-----
 .../commons/collections/map/ReferenceIdentityMap.java  | 11 ++++++-----
 .../apache/commons/collections/map/ReferenceMap.java   | 11 ++++++-----
 .../apache/commons/collections/map/SingletonMap.java   | 11 ++++++-----
 .../commons/collections/map/StaticBucketMap.java       | 11 ++++++-----
 .../apache/commons/collections/map/TransformedMap.java | 11 ++++++-----
 .../commons/collections/map/TransformedSortedMap.java  | 11 ++++++-----
 .../org/apache/commons/collections/map/TypedMap.java   | 11 ++++++-----
 .../apache/commons/collections/map/TypedSortedMap.java | 11 ++++++-----
 .../commons/collections/map/UnmodifiableEntrySet.java  | 11 ++++++-----
 .../commons/collections/map/UnmodifiableMap.java       | 11 ++++++-----
 .../collections/map/UnmodifiableOrderedMap.java        | 11 ++++++-----
 .../commons/collections/map/UnmodifiableSortedMap.java | 11 ++++++-----
 .../org/apache/commons/collections/map/package.html    | 11 ++++++-----
 src/java/org/apache/commons/collections/overview.html  | 13 +++++++------
 src/java/org/apache/commons/collections/package.html   | 11 ++++++-----
 .../set/AbstractSerializableSetDecorator.java          | 11 ++++++-----
 .../commons/collections/set/AbstractSetDecorator.java  | 11 ++++++-----
 .../collections/set/AbstractSortedSetDecorator.java    | 11 ++++++-----
 .../apache/commons/collections/set/CompositeSet.java   | 11 ++++++-----
 .../apache/commons/collections/set/ListOrderedSet.java | 11 ++++++-----
 .../apache/commons/collections/set/MapBackedSet.java   | 11 ++++++-----
 .../apache/commons/collections/set/PredicatedSet.java  | 11 ++++++-----
 .../commons/collections/set/PredicatedSortedSet.java   | 11 ++++++-----
 .../commons/collections/set/SynchronizedSet.java       | 11 ++++++-----
 .../commons/collections/set/SynchronizedSortedSet.java | 11 ++++++-----
 .../apache/commons/collections/set/TransformedSet.java | 11 ++++++-----
 .../commons/collections/set/TransformedSortedSet.java  | 11 ++++++-----
 .../org/apache/commons/collections/set/TypedSet.java   | 11 ++++++-----
 .../apache/commons/collections/set/TypedSortedSet.java | 11 ++++++-----
 .../commons/collections/set/UnmodifiableSet.java       | 11 ++++++-----
 .../commons/collections/set/UnmodifiableSortedSet.java | 11 ++++++-----
 .../org/apache/commons/collections/set/package.html    | 11 ++++++-----
 286 files changed, 1717 insertions(+), 1431 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ArrayStack.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ArrayStack.java 
b/src/java/org/apache/commons/collections/ArrayStack.java
index 2bd77b6..ae192a9 100644
--- a/src/java/org/apache/commons/collections/ArrayStack.java
+++ b/src/java/org/apache/commons/collections/ArrayStack.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/Bag.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/Bag.java 
b/src/java/org/apache/commons/collections/Bag.java
index 18750d5..d5f77c7 100644
--- a/src/java/org/apache/commons/collections/Bag.java
+++ b/src/java/org/apache/commons/collections/Bag.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BagUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BagUtils.java 
b/src/java/org/apache/commons/collections/BagUtils.java
index 0fa921a..4642cbe 100644
--- a/src/java/org/apache/commons/collections/BagUtils.java
+++ b/src/java/org/apache/commons/collections/BagUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BeanMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BeanMap.java 
b/src/java/org/apache/commons/collections/BeanMap.java
index a4ec1c0..2bf5938 100644
--- a/src/java/org/apache/commons/collections/BeanMap.java
+++ b/src/java/org/apache/commons/collections/BeanMap.java
@@ -1,9 +1,10 @@
 /*
- *  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.
- *  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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BidiMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BidiMap.java 
b/src/java/org/apache/commons/collections/BidiMap.java
index aaddef2..384929c 100644
--- a/src/java/org/apache/commons/collections/BidiMap.java
+++ b/src/java/org/apache/commons/collections/BidiMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BinaryHeap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BinaryHeap.java 
b/src/java/org/apache/commons/collections/BinaryHeap.java
index 22d23ee..92d3860 100644
--- a/src/java/org/apache/commons/collections/BinaryHeap.java
+++ b/src/java/org/apache/commons/collections/BinaryHeap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BoundedCollection.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BoundedCollection.java 
b/src/java/org/apache/commons/collections/BoundedCollection.java
index 773c61e..0326aad 100644
--- a/src/java/org/apache/commons/collections/BoundedCollection.java
+++ b/src/java/org/apache/commons/collections/BoundedCollection.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BoundedFifoBuffer.java 
b/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
index 71007c6..33ba9f8 100644
--- a/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
+++ b/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BoundedMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BoundedMap.java 
b/src/java/org/apache/commons/collections/BoundedMap.java
index 385fe8d..a98bd0b 100644
--- a/src/java/org/apache/commons/collections/BoundedMap.java
+++ b/src/java/org/apache/commons/collections/BoundedMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/Buffer.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/Buffer.java 
b/src/java/org/apache/commons/collections/Buffer.java
index 900d42c..d1a228b 100644
--- a/src/java/org/apache/commons/collections/Buffer.java
+++ b/src/java/org/apache/commons/collections/Buffer.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BufferOverflowException.java
----------------------------------------------------------------------
diff --git 
a/src/java/org/apache/commons/collections/BufferOverflowException.java 
b/src/java/org/apache/commons/collections/BufferOverflowException.java
index 9c17d5a..cadecc5 100644
--- a/src/java/org/apache/commons/collections/BufferOverflowException.java
+++ b/src/java/org/apache/commons/collections/BufferOverflowException.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BufferUnderflowException.java
----------------------------------------------------------------------
diff --git 
a/src/java/org/apache/commons/collections/BufferUnderflowException.java 
b/src/java/org/apache/commons/collections/BufferUnderflowException.java
index 8f700ed..b0d5647 100644
--- a/src/java/org/apache/commons/collections/BufferUnderflowException.java
+++ b/src/java/org/apache/commons/collections/BufferUnderflowException.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/BufferUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/BufferUtils.java 
b/src/java/org/apache/commons/collections/BufferUtils.java
index 802e0ef..eb8b157 100644
--- a/src/java/org/apache/commons/collections/BufferUtils.java
+++ b/src/java/org/apache/commons/collections/BufferUtils.java
@@ -1,9 +1,10 @@
 /*
- *  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.
- *  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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/Closure.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/Closure.java 
b/src/java/org/apache/commons/collections/Closure.java
index 9475df9..2743ff9 100644
--- a/src/java/org/apache/commons/collections/Closure.java
+++ b/src/java/org/apache/commons/collections/Closure.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ClosureUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ClosureUtils.java 
b/src/java/org/apache/commons/collections/ClosureUtils.java
index 734354b..12e4cd3 100644
--- a/src/java/org/apache/commons/collections/ClosureUtils.java
+++ b/src/java/org/apache/commons/collections/ClosureUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/CollectionUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/CollectionUtils.java 
b/src/java/org/apache/commons/collections/CollectionUtils.java
index 43a2f0c..3b736b4 100644
--- a/src/java/org/apache/commons/collections/CollectionUtils.java
+++ b/src/java/org/apache/commons/collections/CollectionUtils.java
@@ -1,9 +1,10 @@
 /*
- *  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.
- *  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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ComparatorUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ComparatorUtils.java 
b/src/java/org/apache/commons/collections/ComparatorUtils.java
index b6f8bfb..eb6f205 100644
--- a/src/java/org/apache/commons/collections/ComparatorUtils.java
+++ b/src/java/org/apache/commons/collections/ComparatorUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/CursorableLinkedList.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/CursorableLinkedList.java 
b/src/java/org/apache/commons/collections/CursorableLinkedList.java
index f2b6dde..0abe4ed 100644
--- a/src/java/org/apache/commons/collections/CursorableLinkedList.java
+++ b/src/java/org/apache/commons/collections/CursorableLinkedList.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/DefaultMapBag.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/DefaultMapBag.java 
b/src/java/org/apache/commons/collections/DefaultMapBag.java
index 8097358..8ba7b68 100644
--- a/src/java/org/apache/commons/collections/DefaultMapBag.java
+++ b/src/java/org/apache/commons/collections/DefaultMapBag.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/DefaultMapEntry.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/DefaultMapEntry.java 
b/src/java/org/apache/commons/collections/DefaultMapEntry.java
index 3d6b5b0..dc461a3 100644
--- a/src/java/org/apache/commons/collections/DefaultMapEntry.java
+++ b/src/java/org/apache/commons/collections/DefaultMapEntry.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/DoubleOrderedMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/DoubleOrderedMap.java 
b/src/java/org/apache/commons/collections/DoubleOrderedMap.java
index e444aae..e7f4464 100644
--- a/src/java/org/apache/commons/collections/DoubleOrderedMap.java
+++ b/src/java/org/apache/commons/collections/DoubleOrderedMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/EnumerationUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/EnumerationUtils.java 
b/src/java/org/apache/commons/collections/EnumerationUtils.java
index 1fc5487..7741fab 100644
--- a/src/java/org/apache/commons/collections/EnumerationUtils.java
+++ b/src/java/org/apache/commons/collections/EnumerationUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ExtendedProperties.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ExtendedProperties.java 
b/src/java/org/apache/commons/collections/ExtendedProperties.java
index ab66e26..da420bc 100644
--- a/src/java/org/apache/commons/collections/ExtendedProperties.java
+++ b/src/java/org/apache/commons/collections/ExtendedProperties.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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/Factory.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/Factory.java 
b/src/java/org/apache/commons/collections/Factory.java
index 08c4f97..af4fe1c 100644
--- a/src/java/org/apache/commons/collections/Factory.java
+++ b/src/java/org/apache/commons/collections/Factory.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/FactoryUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/FactoryUtils.java 
b/src/java/org/apache/commons/collections/FactoryUtils.java
index a4aeb56..c8b2e72 100644
--- a/src/java/org/apache/commons/collections/FactoryUtils.java
+++ b/src/java/org/apache/commons/collections/FactoryUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/FastArrayList.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/FastArrayList.java 
b/src/java/org/apache/commons/collections/FastArrayList.java
index 53403c5..4b11bc4 100644
--- a/src/java/org/apache/commons/collections/FastArrayList.java
+++ b/src/java/org/apache/commons/collections/FastArrayList.java
@@ -1,9 +1,10 @@
 /*
- *  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.
- *  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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/FastHashMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/FastHashMap.java 
b/src/java/org/apache/commons/collections/FastHashMap.java
index 04b4e37..274770a 100644
--- a/src/java/org/apache/commons/collections/FastHashMap.java
+++ b/src/java/org/apache/commons/collections/FastHashMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/FastTreeMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/FastTreeMap.java 
b/src/java/org/apache/commons/collections/FastTreeMap.java
index 788e6e5..8667ba9 100644
--- a/src/java/org/apache/commons/collections/FastTreeMap.java
+++ b/src/java/org/apache/commons/collections/FastTreeMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/FunctorException.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/FunctorException.java 
b/src/java/org/apache/commons/collections/FunctorException.java
index 2db1c07..36b4b4a 100644
--- a/src/java/org/apache/commons/collections/FunctorException.java
+++ b/src/java/org/apache/commons/collections/FunctorException.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/HashBag.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/HashBag.java 
b/src/java/org/apache/commons/collections/HashBag.java
index db252a9..cd58bdb 100644
--- a/src/java/org/apache/commons/collections/HashBag.java
+++ b/src/java/org/apache/commons/collections/HashBag.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/IterableMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/IterableMap.java 
b/src/java/org/apache/commons/collections/IterableMap.java
index 193d84e..a4e7fe7 100644
--- a/src/java/org/apache/commons/collections/IterableMap.java
+++ b/src/java/org/apache/commons/collections/IterableMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/IteratorUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/IteratorUtils.java 
b/src/java/org/apache/commons/collections/IteratorUtils.java
index fe18721..7949611 100644
--- a/src/java/org/apache/commons/collections/IteratorUtils.java
+++ b/src/java/org/apache/commons/collections/IteratorUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/KeyValue.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/KeyValue.java 
b/src/java/org/apache/commons/collections/KeyValue.java
index 2b68b02..266a795 100644
--- a/src/java/org/apache/commons/collections/KeyValue.java
+++ b/src/java/org/apache/commons/collections/KeyValue.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/LRUMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/LRUMap.java 
b/src/java/org/apache/commons/collections/LRUMap.java
index 00c13dc..a15719a 100644
--- a/src/java/org/apache/commons/collections/LRUMap.java
+++ b/src/java/org/apache/commons/collections/LRUMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ListUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ListUtils.java 
b/src/java/org/apache/commons/collections/ListUtils.java
index b97d56a..e721600 100644
--- a/src/java/org/apache/commons/collections/ListUtils.java
+++ b/src/java/org/apache/commons/collections/ListUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/MapIterator.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/MapIterator.java 
b/src/java/org/apache/commons/collections/MapIterator.java
index 56327be..ace6c1c 100644
--- a/src/java/org/apache/commons/collections/MapIterator.java
+++ b/src/java/org/apache/commons/collections/MapIterator.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/MapUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/MapUtils.java 
b/src/java/org/apache/commons/collections/MapUtils.java
index 07bf3b4..9d38491 100644
--- a/src/java/org/apache/commons/collections/MapUtils.java
+++ b/src/java/org/apache/commons/collections/MapUtils.java
@@ -1,9 +1,10 @@
 /*
- *  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.
- *  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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/MultiHashMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/MultiHashMap.java 
b/src/java/org/apache/commons/collections/MultiHashMap.java
index e23bfa5..25158b4 100644
--- a/src/java/org/apache/commons/collections/MultiHashMap.java
+++ b/src/java/org/apache/commons/collections/MultiHashMap.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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/MultiMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/MultiMap.java 
b/src/java/org/apache/commons/collections/MultiMap.java
index 2170166..8cd7212 100644
--- a/src/java/org/apache/commons/collections/MultiMap.java
+++ b/src/java/org/apache/commons/collections/MultiMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/OrderedBidiMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/OrderedBidiMap.java 
b/src/java/org/apache/commons/collections/OrderedBidiMap.java
index cfc3677..68574c9 100644
--- a/src/java/org/apache/commons/collections/OrderedBidiMap.java
+++ b/src/java/org/apache/commons/collections/OrderedBidiMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/OrderedIterator.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/OrderedIterator.java 
b/src/java/org/apache/commons/collections/OrderedIterator.java
index c14b592..317cfb4 100644
--- a/src/java/org/apache/commons/collections/OrderedIterator.java
+++ b/src/java/org/apache/commons/collections/OrderedIterator.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/OrderedMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/OrderedMap.java 
b/src/java/org/apache/commons/collections/OrderedMap.java
index bb37b0f..6904f17 100644
--- a/src/java/org/apache/commons/collections/OrderedMap.java
+++ b/src/java/org/apache/commons/collections/OrderedMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/OrderedMapIterator.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/OrderedMapIterator.java 
b/src/java/org/apache/commons/collections/OrderedMapIterator.java
index b454f18..332c92c 100644
--- a/src/java/org/apache/commons/collections/OrderedMapIterator.java
+++ b/src/java/org/apache/commons/collections/OrderedMapIterator.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/Predicate.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/Predicate.java 
b/src/java/org/apache/commons/collections/Predicate.java
index 1d6aa19..8b5e7fb 100644
--- a/src/java/org/apache/commons/collections/Predicate.java
+++ b/src/java/org/apache/commons/collections/Predicate.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/PredicateUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/PredicateUtils.java 
b/src/java/org/apache/commons/collections/PredicateUtils.java
index 5c96e82..9561d6b 100644
--- a/src/java/org/apache/commons/collections/PredicateUtils.java
+++ b/src/java/org/apache/commons/collections/PredicateUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/PriorityQueue.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/PriorityQueue.java 
b/src/java/org/apache/commons/collections/PriorityQueue.java
index f4b44b7..0c5b381 100644
--- a/src/java/org/apache/commons/collections/PriorityQueue.java
+++ b/src/java/org/apache/commons/collections/PriorityQueue.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ProxyMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ProxyMap.java 
b/src/java/org/apache/commons/collections/ProxyMap.java
index 621b915..f089c9d 100644
--- a/src/java/org/apache/commons/collections/ProxyMap.java
+++ b/src/java/org/apache/commons/collections/ProxyMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ReferenceMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ReferenceMap.java 
b/src/java/org/apache/commons/collections/ReferenceMap.java
index 2383022..45e4409 100644
--- a/src/java/org/apache/commons/collections/ReferenceMap.java
+++ b/src/java/org/apache/commons/collections/ReferenceMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2001-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ResettableIterator.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/ResettableIterator.java 
b/src/java/org/apache/commons/collections/ResettableIterator.java
index 77585ae..04f4923 100644
--- a/src/java/org/apache/commons/collections/ResettableIterator.java
+++ b/src/java/org/apache/commons/collections/ResettableIterator.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/ResettableListIterator.java
----------------------------------------------------------------------
diff --git 
a/src/java/org/apache/commons/collections/ResettableListIterator.java 
b/src/java/org/apache/commons/collections/ResettableListIterator.java
index 7076924..a6b8be7 100644
--- a/src/java/org/apache/commons/collections/ResettableListIterator.java
+++ b/src/java/org/apache/commons/collections/ResettableListIterator.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/SequencedHashMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/SequencedHashMap.java 
b/src/java/org/apache/commons/collections/SequencedHashMap.java
index ea939e1..c6f9c87 100644
--- a/src/java/org/apache/commons/collections/SequencedHashMap.java
+++ b/src/java/org/apache/commons/collections/SequencedHashMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/SetUtils.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/SetUtils.java 
b/src/java/org/apache/commons/collections/SetUtils.java
index cda15e0..93a3e5b 100644
--- a/src/java/org/apache/commons/collections/SetUtils.java
+++ b/src/java/org/apache/commons/collections/SetUtils.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/SortedBag.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/SortedBag.java 
b/src/java/org/apache/commons/collections/SortedBag.java
index d1b167c..663e3dc 100644
--- a/src/java/org/apache/commons/collections/SortedBag.java
+++ b/src/java/org/apache/commons/collections/SortedBag.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2002-2004 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
  *

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/392d63a6/src/java/org/apache/commons/collections/SortedBidiMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/SortedBidiMap.java 
b/src/java/org/apache/commons/collections/SortedBidiMap.java
index 1de59aa..dda5035 100644
--- a/src/java/org/apache/commons/collections/SortedBidiMap.java
+++ b/src/java/org/apache/commons/collections/SortedBidiMap.java
@@ -1,9 +1,10 @@
 /*
- *  Copyright 2003-2004 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
  *

Reply via email to