Put copyright notice at very top of the file.

This commit is contained in:
Erwin Vervaet
2007-04-07 09:30:31 +00:00
parent 7bf405069d
commit 3ce82b661f

View File

@@ -1,4 +1,3 @@
package org.springframework.webflow.executor.jsf;
/*
* Copyright 2004-2007 the original author or authors.
*
@@ -14,6 +13,8 @@ package org.springframework.webflow.executor.jsf;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.webflow.executor.jsf;
import javax.faces.component.UIComponent;
import javax.faces.component.UIComponentBase;
import javax.faces.component.UIViewRoot;