You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/07/13 11:50:45 UTC

svn commit: r676290 [1/4] - in /myfaces/core/trunk_1.2.x/api/src: main/java-templates/javax/faces/component/ main/java/javax/faces/ main/java/javax/faces/application/ main/java/javax/faces/component/ main/java/javax/faces/context/ main/java/javax/faces...

Author: skitching
Date: Sun Jul 13 02:50:42 2008
New Revision: 676290

URL: http://svn.apache.org/viewvc?rev=676290&view=rev
Log:
Update license headers from old "Copyright YYYY ASF" style to "Licensed to ASF" style.

Modified:
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UICommandTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIDataTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIGraphicTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIInputTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UINamingContainerTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIOutputTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectBooleanTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectManyTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectOneTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIViewRootTemplate.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FacesException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FactoryFinder.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/Application.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ApplicationFactory.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/FacesMessage.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/NavigationHandler.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManager.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManagerWrapper.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewExpiredException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandler.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandlerWrapper.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource2.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ContextCallback.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/EditableValueHolder.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/NamingContainer.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/StateHolder.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIColumn.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponent.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponentBase.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIForm.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ValueHolder.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ClassUtils.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentChildrenList.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentFacetMap.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentUtils.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_EmptyIterator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_FacetsAndChildrenIterator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_LabeledFacesMessage.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_MessageUtils.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_MethodBindingToActionListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_MethodBindingToListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_MethodBindingToMethodExpression.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_MethodBindingToValueChangeListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_MethodExpressionToMethodBinding.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_PrimitiveArrayIterator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_SelectItemsIterator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_SelectItemsUtil.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_SharedRendererUtils.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ValueBindingToValueExpression.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ValueExpressionToValueBinding.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/ExternalContext.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/FacesContext.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/FacesContextFactory.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/ResponseStream.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/ResponseWriter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/context/ResponseWriterWrapper.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/BigDecimalConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/BigIntegerConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/BooleanConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/ByteConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/CharacterConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/Converter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/ConverterException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/DateTimeConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/DoubleConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/EnumConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/FloatConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/IntegerConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/LongConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/NumberConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/ShortConverter.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/_LabeledFacesMessage.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/convert/_MessageUtils.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/EvaluationException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/MethodBinding.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/MethodNotFoundException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/PropertyNotFoundException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/PropertyResolver.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/ReferenceSyntaxException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/ValueBinding.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/el/VariableResolver.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/AbortProcessingException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/ActionEvent.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/ActionListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/FacesEvent.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/FacesListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/MethodExpressionActionListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/MethodExpressionValueChangeListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/PhaseEvent.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/PhaseId.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/PhaseListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/ValueChangeEvent.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/event/ValueChangeListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/lifecycle/Lifecycle.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/lifecycle/LifecycleFactory.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/ArrayDataModel.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/DataModel.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/DataModelEvent.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/DataModelListener.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/ListDataModel.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/ResultDataModel.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/ResultSetDataModel.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/ScalarDataModel.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/SelectItem.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/model/SelectItemGroup.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/render/RenderKit.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/render/RenderKitFactory.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/render/Renderer.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/render/ResponseStateManager.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/DoubleRangeValidator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/LengthValidator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/LongRangeValidator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/MethodExpressionValidator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/Validator.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/ValidatorException.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/_LabeledFacesMessage.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/validator/_MessageUtils.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/AttributeTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/ConverterELTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/ConverterTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/FacesServlet.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/FacetTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/UIComponentBodyTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/UIComponentClassicTagBase.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/UIComponentELTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/UIComponentTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/UIComponentTagBase.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/ValidatorELTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/ValidatorTag.java
    myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/webapp/_PageContextOutWriter.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/FacesExceptionTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/FactoryFinderTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/application/FacesMessageTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/application/StateManagerTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/AbstractUIComponentPropertyTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/UIComponentMock.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/UIComponentTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/UISelectManyTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/_AttachedListStateWrapperTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/_AttachedStateWrapperTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/component/_MethodBindingToMethodExpressionTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/convert/DateTimeConverterTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/convert/EnumConverterTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/convert/MessageUtilsTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/javax/faces/convert/NumberConverterTest.java
    myfaces/core/trunk_1.2.x/api/src/test/java/org/apache/myfaces/mock/api/Mock2ApplicationFactory.java
    myfaces/core/trunk_1.2.x/api/src/test/java/org/apache/myfaces/mock/api/MockApplicationFactory.java

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UICommandTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UICommandTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UICommandTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UICommandTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+
+ * 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIDataTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIDataTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIDataTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIDataTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIGraphicTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIGraphicTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIGraphicTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIGraphicTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIInputTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIInputTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIInputTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIInputTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UINamingContainerTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UINamingContainerTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UINamingContainerTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UINamingContainerTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIOutputTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIOutputTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIOutputTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIOutputTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectBooleanTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectBooleanTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectBooleanTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectBooleanTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectManyTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectManyTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectManyTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectManyTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectOneTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectOneTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectOneTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UISelectOneTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIViewRootTemplate.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIViewRootTemplate.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIViewRootTemplate.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java-templates/javax/faces/component/UIViewRootTemplate.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
-* 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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
 */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FacesException.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FacesException.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FacesException.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FacesException.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FactoryFinder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FactoryFinder.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FactoryFinder.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/FactoryFinder.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/Application.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/Application.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/Application.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/Application.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.application;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ApplicationFactory.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ApplicationFactory.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ApplicationFactory.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ApplicationFactory.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.application;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/FacesMessage.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/FacesMessage.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/FacesMessage.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/FacesMessage.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/NavigationHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/NavigationHandler.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/NavigationHandler.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/NavigationHandler.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.application;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManager.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManager.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManager.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManager.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.application;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManagerWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManagerWrapper.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManagerWrapper.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/StateManagerWrapper.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+
+ * 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
+ *   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.
+ * 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;

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewExpiredException.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewExpiredException.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewExpiredException.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewExpiredException.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+
+ * 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
+ *   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.
+ * 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;

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandler.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandler.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandler.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandlerWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandlerWrapper.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandlerWrapper.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/application/ViewHandlerWrapper.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+
+ * 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
+ *   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.
+ * 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;

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource2.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource2.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource2.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ActionSource2.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+
+ * 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
+ *   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.
+ * 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;

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ContextCallback.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ContextCallback.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ContextCallback.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ContextCallback.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+
+ * 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
+ *   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.
+ * 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;

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/EditableValueHolder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/EditableValueHolder.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/EditableValueHolder.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/EditableValueHolder.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/NamingContainer.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/NamingContainer.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/NamingContainer.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/NamingContainer.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/StateHolder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/StateHolder.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/StateHolder.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/StateHolder.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIColumn.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIColumn.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIColumn.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIColumn.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponent.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponent.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponent.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponent.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponentBase.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponentBase.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponentBase.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIComponentBase.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIForm.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIForm.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIForm.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/UIForm.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ValueHolder.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ValueHolder.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ValueHolder.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/ValueHolder.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedListStateWrapper.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_AttachedStateWrapper.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
- * 
- *      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.
+
+ * 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.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package javax.faces.component;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ClassUtils.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ClassUtils.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ClassUtils.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ClassUtils.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;
 

Modified: myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java?rev=676290&r1=676289&r2=676290&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java (original)
+++ myfaces/core/trunk_1.2.x/api/src/main/java/javax/faces/component/_ComponentAttributesMap.java Sun Jul 13 02:50:42 2008
@@ -1,17 +1,21 @@
 /*
- * Copyright 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
+ *   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.
+ * 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;