You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/09/12 11:38:37 UTC

svn commit: r814126 [1/6] - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/bag/ java/org/apache/commons/collections/bidimap/ java/org/apache/commons/collections/buffer/ java/org/apache...

Author: bayard
Date: Sat Sep 12 09:38:27 2009
New Revision: 814126

URL: http://svn.apache.org/viewvc?rev=814126&view=rev
Log:
Shifting the license url one space to the right. All this to make merging easier from a branch

Modified:
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ArrayStack.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Bag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BagUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BeanMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BinaryHeap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Buffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferOverflowException.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUnderflowException.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Closure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ClosureUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ComparatorUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapEntry.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/DoubleOrderedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/EnumerationUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Factory.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FactoryUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastTreeMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FunctorException.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/HashBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/IterableMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/KeyValue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/LRUMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ListUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedMapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Predicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/PredicateUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/PriorityQueue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ProxyMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ReferenceMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ResettableIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ResettableListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SequencedHashMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SetUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SortedBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/StaticBucketMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Transformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/TransformerUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/TreeBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/Unmodifiable.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/AbstractMapBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/HashBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/PredicatedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/SynchronizedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TransformedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TreeBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TypedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TypedSortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/BoundedBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/TypedBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/AbstractSerializableCollectionDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/CompositeCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/PredicatedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/SynchronizedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/TransformedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/TypedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/BooleanComparator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/ComparableComparator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/ComparatorChain.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/NullComparator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/ReverseComparator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/comparators/TransformingComparator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/AllPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/AndPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/AnyPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ChainedClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ChainedTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/CloneTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ClosureTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ConstantFactory.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ConstantTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/EqualPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ExceptionClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ExceptionFactory.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ExceptionPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ExceptionTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/FactoryTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/FalsePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/ForClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/FunctorUtils.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/IdentityPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/IfClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/InstanceofPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/InstantiateFactory.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/InvokerTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/MapTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NOPClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NOPTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NonePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NotNullPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NotPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NullIsExceptionPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NullIsFalsePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NullIsTruePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/NullPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/OnePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/OrPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/PrototypeFactory.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/StringValueTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/SwitchClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/SwitchTransformer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/TransformedPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/TransformerClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/TransformerPredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/TruePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/UniquePredicate.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/WhileClosure.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/AbstractEmptyIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/AbstractIteratorDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ArrayIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ArrayListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/CollatingIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EmptyIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EmptyListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EmptyMapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EmptyOrderedIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EmptyOrderedMapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EntrySetMapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/EnumerationIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/FilterIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/FilterListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/IteratorChain.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/IteratorEnumeration.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/LoopingIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/LoopingListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ObjectArrayIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ObjectArrayListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ObjectGraphIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ProxyIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ReverseListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/SingletonIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/SingletonListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/TransformIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/UniqueFilterIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/UnmodifiableIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/UnmodifiableListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/UnmodifiableMapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/AbstractKeyValue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/DefaultKeyValue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/DefaultMapEntry.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/MultiKey.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/TiedMapEntry.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/AbstractLinkedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/AbstractListDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/AbstractSerializableListDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/CursorableLinkedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/FixedSizeList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/GrowthList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/LazyList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/PredicatedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/SetUniqueList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/SynchronizedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/TransformedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/TreeList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/TypedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/UnmodifiableList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractHashedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractInputCheckedMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractLinkedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractOrderedMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractReferenceMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/AbstractSortedMapDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/CompositeMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/DefaultedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/FixedSizeMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/FixedSizeSortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/Flat3Map.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/HashedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/IdentityMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LRUMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LazyMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LazySortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/LinkedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/ListOrderedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/MultiKeyMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/MultiValueMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/PredicatedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/PredicatedSortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/ReferenceIdentityMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/ReferenceMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/SingletonMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/StaticBucketMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/TransformedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/TransformedSortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/TypedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/TypedSortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/UnmodifiableEntrySet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/UnmodifiableMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/UnmodifiableOrderedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/UnmodifiableSortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/AbstractSerializableSetDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/AbstractSetDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/CompositeSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/ListOrderedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/MapBackedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/PredicatedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/PredicatedSortedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/SynchronizedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/TransformedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/TransformedSortedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/TypedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/TypedSortedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/UnmodifiableSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/AbstractTestObject.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/BulkTest.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/MapPerformance.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestAllPackages.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestArrayList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestArrayStack.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBagUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBeanMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBinaryHeap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBufferUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestClosureUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestCollectionUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestCursorableLinkedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestEnumerationUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestExtendedProperties.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFactoryUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastArrayList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastArrayList1.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastHashMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastHashMap1.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastTreeMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastTreeMap1.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestHashBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestIteratorUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestLRUMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestLinkedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestListUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestMapUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestMultiHashMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestPredicateUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestReferenceMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestSequencedHashMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestSetUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestStaticBucketMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestTransformerUtils.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestTreeBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestTreeMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestTypedCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/AbstractTestBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/AbstractTestSortedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestHashBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestPredicatedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestPredicatedSortedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTransformedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTransformedSortedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTreeBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTypedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/AbstractTestBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/AbstractTestOrderedBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/AbstractTestSortedBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestAbstractOrderedBidiMapDecorator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestDualHashBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableOrderedBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableSortedBidiMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestBoundedBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestCircularFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestPredicatedBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestPriorityBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestSynchronizedBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestUnboundedFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/buffer/TestUnmodifiableBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestCompositeCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestSynchronizedCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/collection/TestUnmodifiableCollection.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/AbstractTestComparator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestComparableComparator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestComparatorChain.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestFixedOrderComparator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestNullComparator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/comparators/TestReverseComparator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/AbstractTestIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/AbstractTestListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/AbstractTestMapIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/AbstractTestOrderedMapIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestArrayIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestArrayIterator2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestArrayListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestArrayListIterator2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestFilterIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestFilterListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestIteratorChain.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestListIteratorWrapper.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestLoopingIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestLoopingListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestObjectArrayIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestObjectGraphIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestReverseListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestSingletonIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestSingletonIterator2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestSingletonListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestUniqueFilterIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestUnmodifiableIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestUnmodifiableListIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestUnmodifiableMapIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestUnmodifiableOrderedMapIterator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/AbstractTestMapEntry.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/TestDefaultKeyValue.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/TestDefaultMapEntry.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/TestMultiKey.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/TestTiedMapEntry.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/keyvalue/TestUnmodifiableMapEntry.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/AbstractTestList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestAbstractLinkedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestFixedSizeList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestGrowthList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestNodeCachingLinkedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestPredicatedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestSetUniqueList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestSynchronizedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestTransformedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestTreeList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestTypedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestUnmodifiableList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/AbstractTestIterableMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/AbstractTestMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/AbstractTestOrderedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/AbstractTestSortedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/EmptyMapMutator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestCompositeMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestDefaultedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestFixedSizeMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestFixedSizeSortedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestFlat3Map.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestHashedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestIdentityMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestLRUMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestLazyMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestLazySortedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestLinkedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestListOrderedMap2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiKeyMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestPredicatedSortedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestReferenceIdentityMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestReferenceMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestSingletonMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestStaticBucketMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestTransformedSortedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestUnmodifiableMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestUnmodifiableOrderedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestUnmodifiableSortedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/AbstractTestSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/AbstractTestSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/EmptySetMutator.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestCompositeSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestListOrderedSet2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestMapBackedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestMapBackedSet2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestPredicatedSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestSynchronizedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestSynchronizedSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTypedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestUnmodifiableSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestUnmodifiableSortedSet.java

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/ArrayStack.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/ArrayStack.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/ArrayStack.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/ArrayStack.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/Bag.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/Bag.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/Bag.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/Bag.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BagUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BagUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BagUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BagUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BeanMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BeanMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BeanMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BeanMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BidiMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BidiMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BidiMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BidiMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BinaryHeap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BinaryHeap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BinaryHeap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BinaryHeap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedCollection.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedCollection.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedCollection.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedCollection.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedFifoBuffer.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedFifoBuffer.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedFifoBuffer.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/Buffer.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/Buffer.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/Buffer.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/Buffer.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferOverflowException.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferOverflowException.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferOverflowException.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferOverflowException.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUnderflowException.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUnderflowException.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUnderflowException.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUnderflowException.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/BufferUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/Closure.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/Closure.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/Closure.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/Closure.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/ClosureUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/ClosureUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/ClosureUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/ClosureUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/ComparatorUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/ComparatorUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/ComparatorUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/ComparatorUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapBag.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapBag.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapBag.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapBag.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapEntry.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapEntry.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapEntry.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapEntry.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/DoubleOrderedMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/DoubleOrderedMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/DoubleOrderedMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/DoubleOrderedMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/EnumerationUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/EnumerationUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/EnumerationUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/EnumerationUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/ExtendedProperties.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/Factory.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/Factory.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/Factory.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/Factory.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/FactoryUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FactoryUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/FactoryUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/FactoryUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastTreeMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastTreeMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastTreeMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastTreeMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/FunctorException.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FunctorException.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/FunctorException.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/FunctorException.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/HashBag.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/HashBag.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/HashBag.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/HashBag.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/IterableMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/IterableMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/IterableMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/IterableMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/KeyValue.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/KeyValue.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/KeyValue.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/KeyValue.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/LRUMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/LRUMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/LRUMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/LRUMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/ListUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/ListUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/ListUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/ListUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapIterator.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapIterator.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapIterator.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapIterator.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapUtils.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapUtils.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapUtils.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedBidiMap.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedBidiMap.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedBidiMap.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedBidiMap.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,

Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedIterator.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedIterator.java?rev=814126&r1=814125&r2=814126&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedIterator.java (original)
+++ commons/proper/collections/trunk/src/java/org/apache/commons/collections/OrderedIterator.java Sat Sep 12 09:38:27 2009
@@ -6,7 +6,7 @@
  * (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://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,