You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/01/13 11:31:42 UTC

svn commit: r368670 - /myfaces/impl/trunk/src/test/java/org/apache/myfaces/el/DummyBean.java

Author: baranda
Date: Fri Jan 13 02:31:39 2006
New Revision: 368670

URL: http://svn.apache.org/viewcvs?rev=368670&view=rev
Log:
Added header

Modified:
    myfaces/impl/trunk/src/test/java/org/apache/myfaces/el/DummyBean.java

Modified: myfaces/impl/trunk/src/test/java/org/apache/myfaces/el/DummyBean.java
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/test/java/org/apache/myfaces/el/DummyBean.java?rev=368670&r1=368669&r2=368670&view=diff
==============================================================================
--- myfaces/impl/trunk/src/test/java/org/apache/myfaces/el/DummyBean.java (original)
+++ myfaces/impl/trunk/src/test/java/org/apache/myfaces/el/DummyBean.java Fri Jan 13 02:31:39 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2004-2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.myfaces.el;
 
 import java.util.Map;