Especially given the comment on the issue that these did not come in with the licence header, I think we need an iCLA for this. I'm uncomfortable with having @author tags for someone who hasn't signed an agreement. (At least, I don't see this name on Jim's page [1].)
Is there a reason the copyright date on the new files is 2004 ? [1] http://people.apache.org/~jim/committers.html Thanks, -- Wendy On 9/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: mmarinschek Date: Wed Sep 20 15:42:54 2006 New Revision: 448388 URL: http://svn.apache.org/viewvc?view=rev&rev=448388 Log: fix for [MYFACES-1411] : Lifecycle phase executions repetitions. Thanks to Nikolay Petrov for this excellent cleanup. Added: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/ApplyRequestValuesExecutor.java myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/InvokeApplicationExecutor.java myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/PhaseExecutor.java myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/ProcessValidationsExecutor.java myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/RestoreViewExecutor.java myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/UpdateModelValuesExecutor.java Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/LifecycleImpl.java
