You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/04/02 06:25:40 UTC

svn commit: r643732 [1/6] - in /commons/sandbox/functor/branches/no-generics: ./ src/assembly/ src/main/java/org/apache/commons/functor/ src/main/java/org/apache/commons/functor/adapter/ src/main/java/org/apache/commons/functor/core/ src/main/java/org/...

Author: mbenson
Date: Tue Apr  1 21:25:16 2008
New Revision: 643732

URL: http://svn.apache.org/viewvc?rev=643732&view=rev
Log:
merging stuff from trunk

Added:
    commons/sandbox/functor/branches/no-generics/src/assembly/
      - copied from r643679, commons/sandbox/functor/trunk/src/assembly/
    commons/sandbox/functor/branches/no-generics/src/assembly/bin.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/assembly/bin.xml
    commons/sandbox/functor/branches/no-generics/src/assembly/src.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/assembly/src.xml
    commons/sandbox/functor/branches/no-generics/src/site/
      - copied from r643679, commons/sandbox/functor/trunk/src/site/
    commons/sandbox/functor/branches/no-generics/src/site/resources/
      - copied from r643679, commons/sandbox/functor/trunk/src/site/resources/
    commons/sandbox/functor/branches/no-generics/src/site/resources/images/
      - copied from r643679, commons/sandbox/functor/trunk/src/site/resources/images/
    commons/sandbox/functor/branches/no-generics/src/site/resources/images/functor-logo-white.png
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/resources/images/functor-logo-white.png
    commons/sandbox/functor/branches/no-generics/src/site/resources/images/functor-logo-white.xcf
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/resources/images/functor-logo-white.xcf
    commons/sandbox/functor/branches/no-generics/src/site/site.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/site.xml
    commons/sandbox/functor/branches/no-generics/src/site/xdoc/
      - copied from r643679, commons/sandbox/functor/trunk/src/site/xdoc/
    commons/sandbox/functor/branches/no-generics/src/site/xdoc/building.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/xdoc/building.xml
    commons/sandbox/functor/branches/no-generics/src/site/xdoc/download.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/xdoc/download.xml
    commons/sandbox/functor/branches/no-generics/src/site/xdoc/examples.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/xdoc/examples.xml
    commons/sandbox/functor/branches/no-generics/src/site/xdoc/index.xml
      - copied unchanged from r643679, commons/sandbox/functor/trunk/src/site/xdoc/index.xml
Removed:
    commons/sandbox/functor/branches/no-generics/xdocs/
Modified:
    commons/sandbox/functor/branches/no-generics/NOTICE.txt
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Algorithms.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Function.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Predicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Procedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryPredicateBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryProcedureBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/ProcedureFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/ProcedureUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/RightBoundFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/RightBoundPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/RightBoundProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/UnaryFunctionUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/UnaryFunctionUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/UnaryPredicateUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/UnaryProcedureUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/package.html
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/Constant.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/Identity.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/IsEqual.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/IsInstanceOf.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/IsNotEqual.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/IsNotNull.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/IsNull.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/LeftIdentity.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/Limit.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/NoOp.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/Offset.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/RightIdentity.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/collection/FilteredIterator.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/collection/IsElementOf.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/collection/IsEmpty.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/collection/Size.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/collection/TransformedIterator.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/collection/package.html
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/ComparableComparator.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/ComparatorFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsEquivalent.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsGreaterThan.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsGreaterThanOrEqual.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsLessThan.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsLessThanOrEqual.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsNotEquivalent.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/IsWithinRange.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/Max.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/Min.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/comparator/package.html
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/AbstractLoopProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/And.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BaseBinaryPredicateList.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BasePredicateList.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BaseUnaryPredicateList.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BinaryAnd.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BinaryCompositeBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BinaryNot.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BinaryOr.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/BinarySequence.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/Composite.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/CompositeUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/Conditional.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalBinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalBinaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/ConditionalUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/DoWhileProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/Not.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/Or.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/Sequence.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/TransposedFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/TransposedPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/TransposedProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/UnaryAnd.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/UnaryCompositeBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/UnaryCompositeBinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/UnaryNot.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/UnaryOr.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/UnarySequence.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/WhileDoProcedure.java
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/composite/package.html
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/core/package.html
    commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/package.html
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/BaseFunctorTest.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/TestAlgorithms.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBinaryFunctionBinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBinaryFunctionBinaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBinaryPredicateBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBinaryProcedureBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBoundFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBoundPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestBoundProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestFunctionPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestFunctionProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestFunctionUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestIgnoreLeftFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestIgnoreLeftPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestIgnoreLeftProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestIgnoreRightFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestIgnoreRightPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestIgnoreRightProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestLeftBoundFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestLeftBoundPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestLeftBoundProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestPredicateFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestPredicateUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestProcedureFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestProcedureUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestRightBoundFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestRightBoundPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestRightBoundProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestUnaryFunctionUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestUnaryFunctionUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestUnaryPredicateUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/adapter/TestUnaryProcedureUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestConstant.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestIdentity.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestIsEqual.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestIsInstanceOf.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestIsNotEqual.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestIsNotNull.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestIsNull.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestLeftIdentity.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestLimit.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestNoOp.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestOffset.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/TestRightIdentity.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/collection/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/collection/TestFilteredIterator.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/collection/TestIsElementOf.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/collection/TestIsEmpty.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/collection/TestSize.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/collection/TestTransformedIterator.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/BaseComparisonPredicateTest.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestComparableComparator.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestComparatorFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsEquivalent.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsGreaterThan.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsGreaterThanOrEqual.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsLessThan.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsLessThanOrEqual.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsNotEquivalent.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestIsWithinRange.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestMax.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/comparator/TestMin.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestAbstractLoopProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestAnd.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestBinaryAnd.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestBinaryCompositeBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestBinaryNot.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestBinaryOr.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestBinarySequence.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestComposite.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestCompositeUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestCompositeUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestCompositeUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditional.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalBinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalBinaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalUnaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestConditionalUnaryProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestDoWhileProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestNot.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestOr.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestSequence.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestTransposedFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestTransposedPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestTransposedProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestUnaryAnd.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestUnaryCompositeBinaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestUnaryCompositeBinaryPredicate.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestUnaryNot.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestUnaryOr.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestUnarySequence.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/core/composite/TestWhileDoProcedure.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/FlexiMapExample.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/QuicksortExample.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/Abs.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/DataMunger.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/IsInteger.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/NthColumn.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/TestSoccer.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/TestWeather.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/four/ToInteger.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Add.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/BinaryFunctionUnaryFunction.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Divide.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Mod.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Money.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Multiply.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Product.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/Subtract.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/SupermarketPricingExample.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/one/ToMoney.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/two/BaseBinaryChop.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/two/BinaryChop.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/two/EiffelStyleLoop.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/two/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/kata/two/TestBinaryChop.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/Contains.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/Count.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/Lines.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/StartsWith.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/Sum.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/TestLines.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/lines/WordCount.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/FixedSizeMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/FunctoredMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/LazyMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/PredicatedMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/TestFixedSizeMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/TestLazyMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/example/map/TestPredicatedMap.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/TestBaseGenerator.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/TestBaseTransformer.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/TestIteratorToGeneratorAdapter.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/util/TestAll.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/util/TestEachElement.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/util/TestIntegerRange.java
    commons/sandbox/functor/branches/no-generics/src/test/java/org/apache/commons/functor/generator/util/TestLongRange.java

Modified: commons/sandbox/functor/branches/no-generics/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/NOTICE.txt?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/NOTICE.txt (original)
+++ commons/sandbox/functor/branches/no-generics/NOTICE.txt Tue Apr  1 21:25:16 2008
@@ -1,2 +1,5 @@
+Apache Commons Functor
+Copyright 2003-3004 The Apache Software Foundation
+
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Algorithms.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Algorithms.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Algorithms.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Algorithms.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/BinaryProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Function.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Function.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Function.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Function.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Predicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Predicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Predicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Predicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Procedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Procedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Procedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/Procedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/UnaryProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryFunctionBinaryProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryPredicateBinaryFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryPredicateBinaryFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryPredicateBinaryFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryPredicateBinaryFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryProcedureBinaryFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryProcedureBinaryFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryProcedureBinaryFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BinaryProcedureBinaryFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/BoundProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionUnaryFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionUnaryFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionUnaryFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/FunctionUnaryFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreLeftProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/IgnoreRightProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundProcedure.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundProcedure.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundProcedure.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/LeftBoundProcedure.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateUnaryPredicate.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateUnaryPredicate.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateUnaryPredicate.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/PredicateUnaryPredicate.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/ProcedureFunction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/ProcedureFunction.java?rev=643732&r1=643731&r2=643732&view=diff
==============================================================================
--- commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/ProcedureFunction.java (original)
+++ commons/sandbox/functor/branches/no-generics/src/main/java/org/apache/commons/functor/adapter/ProcedureFunction.java Tue Apr  1 21:25:16 2008
@@ -1,12 +1,13 @@
 /*
- * 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
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.