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 10:07:08 UTC

svn commit: r368642 - in /myfaces/api/trunk/api/src/test/java: javax/faces/ javax/faces/application/ javax/faces/component/ org/apache/myfaces/mock/

Author: baranda
Date: Fri Jan 13 01:06:56 2006
New Revision: 368642

URL: http://svn.apache.org/viewcvs?rev=368642&view=rev
Log:
Added license headers (MYFACES-1022). Thanks to Dennis Byrne

Modified:
    myfaces/api/trunk/api/src/test/java/javax/faces/FacesExceptionTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/FactoryFinderTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/Mock2ApplicationFactory.java
    myfaces/api/trunk/api/src/test/java/javax/faces/MockApplicationFactory.java
    myfaces/api/trunk/api/src/test/java/javax/faces/application/FacesMessageTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/application/StateManagerTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentBaseTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentMock.java
    myfaces/api/trunk/api/src/test/java/javax/faces/component/UISelectManyTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java
    myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java
    myfaces/api/trunk/api/src/test/java/org/apache/myfaces/mock/MockStateManager.java

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/FacesExceptionTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/FacesExceptionTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/FacesExceptionTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/FacesExceptionTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces;
 
 import junit.framework.TestCase;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/FactoryFinderTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/FactoryFinderTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/FactoryFinderTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/FactoryFinderTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces;
 
 import java.lang.reflect.Field;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/Mock2ApplicationFactory.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/Mock2ApplicationFactory.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/Mock2ApplicationFactory.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/Mock2ApplicationFactory.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces;
 
 import javax.faces.application.Application;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/MockApplicationFactory.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/MockApplicationFactory.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/MockApplicationFactory.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/MockApplicationFactory.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces;
 
 import javax.faces.application.Application;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/application/FacesMessageTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/application/FacesMessageTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/application/FacesMessageTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/application/FacesMessageTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces.application;
 
 import junit.framework.TestCase;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/application/StateManagerTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/application/StateManagerTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/application/StateManagerTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/application/StateManagerTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces.application;
 
 import javax.faces.context.ExternalContext;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentBaseTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentBaseTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentBaseTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentBaseTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces.component;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentMock.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentMock.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentMock.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/component/UIComponentMock.java Fri Jan 13 01:06:56 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 javax.faces.component;
 
 public class UIComponentMock extends UIComponentBase {

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/component/UISelectManyTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/component/UISelectManyTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/component/UISelectManyTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/component/UISelectManyTest.java Fri Jan 13 01:06:56 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 javax.faces.component;
 
 import java.util.Arrays;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces.component;
 
 import java.io.ByteArrayInputStream;

Modified: myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java (original)
+++ myfaces/api/trunk/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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 javax.faces.component;
 
 import java.io.ByteArrayInputStream;

Modified: myfaces/api/trunk/api/src/test/java/org/apache/myfaces/mock/MockStateManager.java
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/api/src/test/java/org/apache/myfaces/mock/MockStateManager.java?rev=368642&r1=368641&r2=368642&view=diff
==============================================================================
--- myfaces/api/trunk/api/src/test/java/org/apache/myfaces/mock/MockStateManager.java (original)
+++ myfaces/api/trunk/api/src/test/java/org/apache/myfaces/mock/MockStateManager.java Fri Jan 13 01:06:56 2006
@@ -1,3 +1,19 @@
+/*
+ * 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.mock;
 
 import java.io.IOException;