You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/06/14 00:00:30 UTC

svn commit: r954320 [1/2] - in /myfaces/core/branches/2_0_1: ./ api/ api/src/assembler/ api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/ api/src/main/javascript/META-INF/resources/myfaces/_impl/core/ api/src/main/javascript/META-INF/reso...

Author: bommel
Date: Sun Jun 13 22:00:28 2010
New Revision: 954320

URL: http://svn.apache.org/viewvc?rev=954320&view=rev
Log:
fixed missing license or wrong license header

Modified:
    myfaces/core/branches/2_0_1/api/pom.xml
    myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-compiler.xml
    myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-uncompressed-compiler.xml
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Dom.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ExtLang.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_HtmlStripper.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ListenerQueue.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_UnitTest.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf-uncompressed.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestQueue.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxUtils.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_Transports.js
    myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
    myfaces/core/branches/2_0_1/api/src/site/apt/format.apt
    myfaces/core/branches/2_0_1/api/src/site/apt/index.apt
    myfaces/core/branches/2_0_1/api/src/site/fml/faq_maven.fml
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractComponentTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractUIComponentBaseTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/InvokeOnComponentTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentAttributesTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseFacesListenerTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseGetClientIdTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseProcessSaveRestoreStateTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseValueBindingTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentEncodeAllTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentFindComponentTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentInvokeOnComponentTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentTestBase.java
    myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentValueExpressionTest.java
    myfaces/core/branches/2_0_1/api/src/test/java/org/apache/myfaces/dummy/data/Data.java
    myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/_utils/_JSF2UtilsTests.js
    myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/ajax/AjaxTests.js
    myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/mockups/BrowserMockups.js
    myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/test/MockupTest.js
    myfaces/core/branches/2_0_1/assembly/pom.xml
    myfaces/core/branches/2_0_1/assembly/src/main/assembly/corebin.xml
    myfaces/core/branches/2_0_1/assembly/src/main/assembly/coresrc.xml
    myfaces/core/branches/2_0_1/impl/pom.xml
    myfaces/core/branches/2_0_1/impl/src/site/apt/index.apt
    myfaces/core/branches/2_0_1/impl/src/site/fml/faq_maven.fml
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextRegexpTest.java
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextTestRequestWrapper.java
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ExecutePhaseClientIdsTest.java
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/IsRenderedTest.java
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/RenderPhaseClientIdsTest.java
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ResponseWrapperSwitchTest.java
    myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/TestIsAjaxRequest.java
    myfaces/core/branches/2_0_1/implee6/pom.xml
    myfaces/core/branches/2_0_1/pom.xml
    myfaces/core/branches/2_0_1/src/site/apt/index.apt
    myfaces/core/branches/2_0_1/src/site/apt/myfaces2-googleappengine-eclipse-tutorial.apt
    myfaces/core/branches/2_0_1/src/site/fml/faq.fml

Modified: myfaces/core/branches/2_0_1/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/pom.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/pom.xml (original)
+++ myfaces/core/branches/2_0_1/api/pom.xml Sun Jun 13 22:00:28 2010
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-compiler.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-compiler.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-compiler.xml (original)
+++ myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-compiler.xml Sun Jun 13 22:00:28 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+ * 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.
+-->
 <assembler>
     <scripts>
         <!--

Modified: myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-uncompressed-compiler.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-uncompressed-compiler.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-uncompressed-compiler.xml (original)
+++ myfaces/core/branches/2_0_1/api/src/assembler/jsfscripts-uncompressed-compiler.xml Sun Jun 13 22:00:28 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+ * 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.
+-->    
 <assembler>
     <scripts>
         <!--

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Dom.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Dom.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Dom.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Dom.js Sun Jun 13 22:00:28 2010
@@ -1,18 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 
 
 /**

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ExtLang.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ExtLang.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ExtLang.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ExtLang.js Sun Jun 13 22:00:28 2010
@@ -1,3 +1,19 @@
+/*
+ * 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.
+*/
 /**
  * debugging replacement for lang which adds logging functionality
  * which is not yet present in the core

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_HtmlStripper.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_HtmlStripper.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_HtmlStripper.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_HtmlStripper.js Sun Jun 13 22:00:28 2010
@@ -1,9 +1,9 @@
-/*
- * Copyright 2009 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
  *
@@ -12,11 +12,7 @@
  * 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.
- *
- * Author: Werner Punz (latest modification by $Author: werpu $)
- * Version: $Revision: 1.7 $ $Date: 2009/05/06 08:47:08 $
- *
- */
+*/
 
 /**
  * <p>

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Lang.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 
 
 /*

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ListenerQueue.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ListenerQueue.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ListenerQueue.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ListenerQueue.js Sun Jun 13 22:00:28 2010
@@ -1,4 +1,20 @@
 /*
+ * 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.
+*/
+/*
  * a classical listener queue pattern
  */
 

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 
 /** @namespace myfaces._impl._util._Queue */
 myfaces._impl.core._Runtime.extendClass("myfaces._impl._util._Queue", Object, {

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_UnitTest.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_UnitTest.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_UnitTest.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_UnitTest.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 
 
 /**

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/Impl.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 
 /** @namespace myfaces._impl.core.Impl*/
 /** @namespace myfaces._impl._util._ListenerQueue */

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/_Runtime.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 
 
 /**

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf-uncompressed.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf-uncompressed.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf-uncompressed.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf-uncompressed.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/*
- *  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.
- *  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.
+*/
 myfaces._impl.core._Runtime.loadScript("#{resource['org.apache.myfaces.core.impl.util:_Lang.js']}", null, null, "UTF-8");
 myfaces._impl.core._Runtime.loadScript("#{resource['org.apache.myfaces.core.impl.util:_ExtLang.js']}", null, null, "UTF-8");
 myfaces._impl.core._Runtime.loadScript("#{resource['org.apache.myfaces.core.impl.util:_UnitTest.js']}", null, null, "UTF-8");

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequest.js Sun Jun 13 22:00:28 2010
@@ -1,20 +1,18 @@
-/*
- * Copyright 2009 Ganesh Jung
- * 
- * 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
- * 
+ *
  * 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.
- *
- *
- */
+*/
 
 /**
  * An implementation of an xhr request object

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestQueue.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestQueue.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestQueue.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestQueue.js Sun Jun 13 22:00:28 2010
@@ -1,9 +1,9 @@
-/*
- * Copyright 2009 Ganesh Jung
- *
- * 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
  *
@@ -12,11 +12,7 @@
  * 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.
- *
- * Author: Ganesh Jung (latest modification by $Author: ganeshpuri $)
- * Version: $Revision: 1.3 $ $Date: 2009/05/31 09:16:44 $
- *
- */
+*/
 /** @namespace myfaces._impl.xhrCore._AjaxRequestQueue */
 myfaces._impl.core._Runtime.extendClass("myfaces._impl.xhrCore._AjaxRequestQueue", myfaces._impl._util._Queue, {
 

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxResponse.js Sun Jun 13 22:00:28 2010
@@ -1,22 +1,18 @@
-/*
- * Copyright 2009 Ganesh Jung
- * 
- * 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
- * 
+ *
  * 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.
- *
- * Author: Ganesh Jung (latest modification by $Author: ganeshpuri $)
- * Version: $Revision: 1.2 $ $Date: 2009/05/30 17:54:57 $
- *
- */
+*/
 
 /** @namespace myfaces._impl.xhrCore._AjaxResponse */
 myfaces._impl.core._Runtime.extendClass("myfaces._impl.xhrCore._AjaxResponse", Object, {

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxUtils.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxUtils.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxUtils.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxUtils.js Sun Jun 13 22:00:28 2010
@@ -1,22 +1,18 @@
-/*
- * Copyright 2009 Ganesh Jung
- * 
- * 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
- * 
+ *
  * 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.
- *
- * Author: Ganesh Jung (latest modification by $Author: ganeshpuri $)
- * Version: $Revision: 1.1 $ $Date: 2009/05/26 21:24:42 $
- *
- */
+*/
 /** @namespace myfaces._impl.xhrCore._AjaxUtils */
 myfaces._impl.core._Runtime.extendClass("myfaces._impl.xhrCore._AjaxUtils", Object, {
     /**

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_Transports.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_Transports.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_Transports.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_Transports.js Sun Jun 13 22:00:28 2010
@@ -1,9 +1,9 @@
-/*
- * Copyright 2009 Ganesh Jung
- *
- * 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
  *
@@ -12,11 +12,7 @@
  * 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.
- *
- * Author: Ganesh Jung (latest modification by $Author: ganeshpuri $)
- * Version: $Revision: 1.1 $ $Date: 2009/05/26 21:24:42 $
- *
- */
+*/
 /**
  * The xhr core adapter
  * which provides the transport mechanisms to the calling

Modified: myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js (original)
+++ myfaces/core/branches/2_0_1/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,19 @@
 /*
- *  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.
- *  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.
+*/
 
 /**
  *MyFaces core javascripting libraries

Modified: myfaces/core/branches/2_0_1/api/src/site/apt/format.apt
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/site/apt/format.apt?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/site/apt/format.apt (original)
+++ myfaces/core/branches/2_0_1/api/src/site/apt/format.apt Sun Jun 13 22:00:28 2010
@@ -2,6 +2,23 @@
 The APT format
 ~~~~~~~~~~~~~~
 
+ ~~ 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.
+
   In the following section, boxes containing text in typewriter-like font are
   examples of APT source.
 

Modified: myfaces/core/branches/2_0_1/api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/site/apt/index.apt?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/site/apt/index.apt (original)
+++ myfaces/core/branches/2_0_1/api/src/site/apt/index.apt Sun Jun 13 22:00:28 2010
@@ -2,6 +2,23 @@
  MyFaces Core 2.0: API
  ------
 
+ ~~ 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.
+
 MyFaces Core 2.0: API Project
 
   The API submodule implements all of the classes that are defined in the specification.

Modified: myfaces/core/branches/2_0_1/api/src/site/fml/faq_maven.fml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/site/fml/faq_maven.fml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/site/fml/faq_maven.fml (original)
+++ myfaces/core/branches/2_0_1/api/src/site/fml/faq_maven.fml Sun Jun 13 22:00:28 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+ * 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.
+-->
 <faqs id="General FAQ">
   <part id="General">
     <faq id="where">

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractComponentTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractComponentTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractComponentTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractComponentTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractUIComponentBaseTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractUIComponentBaseTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractUIComponentBaseTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/AbstractUIComponentBaseTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.lang.reflect.Method;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/InvokeOnComponentTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/InvokeOnComponentTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/InvokeOnComponentTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/InvokeOnComponentTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.util.ArrayList;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentAttributesTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentAttributesTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentAttributesTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentAttributesTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import javax.faces.component.html.HtmlInputText;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseFacesListenerTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseFacesListenerTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseFacesListenerTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseFacesListenerTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.util.Arrays;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseGetClientIdTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseGetClientIdTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseGetClientIdTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseGetClientIdTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import javax.faces.FacesException;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseProcessSaveRestoreStateTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseProcessSaveRestoreStateTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseProcessSaveRestoreStateTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseProcessSaveRestoreStateTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.lang.reflect.Method;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseValueBindingTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseValueBindingTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseValueBindingTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentBaseValueBindingTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.lang.reflect.Method;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentEncodeAllTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentEncodeAllTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentEncodeAllTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentEncodeAllTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.lang.reflect.Method;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentFindComponentTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentFindComponentTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentFindComponentTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentFindComponentTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentInvokeOnComponentTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentInvokeOnComponentTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentInvokeOnComponentTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentInvokeOnComponentTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import java.lang.reflect.Method;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentTestBase.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentTestBase.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentTestBase.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentTestBase.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 
 import javax.faces.context.FacesContext;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentValueExpressionTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentValueExpressionTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentValueExpressionTest.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/javax/faces/component/UIComponentValueExpressionTest.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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;
 import static org.easymock.EasyMock.expect;
 import static org.testng.Assert.*;

Modified: myfaces/core/branches/2_0_1/api/src/test/java/org/apache/myfaces/dummy/data/Data.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/java/org/apache/myfaces/dummy/data/Data.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/java/org/apache/myfaces/dummy/data/Data.java (original)
+++ myfaces/core/branches/2_0_1/api/src/test/java/org/apache/myfaces/dummy/data/Data.java Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.myfaces.dummy.data;
 
 public class Data

Modified: myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/_utils/_JSF2UtilsTests.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/_utils/_JSF2UtilsTests.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/_utils/_JSF2UtilsTests.js (original)
+++ myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/_utils/_JSF2UtilsTests.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/* 
- *  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.
- *  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.
+*/
 
 
 

Modified: myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/ajax/AjaxTests.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/ajax/AjaxTests.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/ajax/AjaxTests.js (original)
+++ myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/ajax/AjaxTests.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/* 
- *  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.
- *  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.
+*/
 /**
  * testing various aspects of the jsf2
  * ajax api!

Modified: myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/mockups/BrowserMockups.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/mockups/BrowserMockups.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/mockups/BrowserMockups.js (original)
+++ myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/mockups/BrowserMockups.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/* 
- *  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.
- *  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.
+*/
 /**
  * A test mockup to support
  * please do not use this file in production

Modified: myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/test/MockupTest.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/test/MockupTest.js?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/test/MockupTest.js (original)
+++ myfaces/core/branches/2_0_1/api/src/test/javascript/org/apache/myfaces/test/MockupTest.js Sun Jun 13 22:00:28 2010
@@ -1,17 +1,18 @@
-/* 
- *  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.
- *  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.
+*/
 
 /**
  * JSUnit Test for our testing scenario to be able

Modified: myfaces/core/branches/2_0_1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/assembly/pom.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/assembly/pom.xml (original)
+++ myfaces/core/branches/2_0_1/assembly/pom.xml Sun Jun 13 22:00:28 2010
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: myfaces/core/branches/2_0_1/assembly/src/main/assembly/corebin.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/assembly/src/main/assembly/corebin.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/assembly/src/main/assembly/corebin.xml (original)
+++ myfaces/core/branches/2_0_1/assembly/src/main/assembly/corebin.xml Sun Jun 13 22:00:28 2010
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
 <assembly>
   <id>corebin</id>
   <formats>

Modified: myfaces/core/branches/2_0_1/assembly/src/main/assembly/coresrc.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/assembly/src/main/assembly/coresrc.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/assembly/src/main/assembly/coresrc.xml (original)
+++ myfaces/core/branches/2_0_1/assembly/src/main/assembly/coresrc.xml Sun Jun 13 22:00:28 2010
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
+
 <assembly>
   <id>coresrc</id>
   <formats>

Modified: myfaces/core/branches/2_0_1/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/impl/pom.xml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/impl/pom.xml (original)
+++ myfaces/core/branches/2_0_1/impl/pom.xml Sun Jun 13 22:00:28 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.myfaces.core</groupId>

Modified: myfaces/core/branches/2_0_1/impl/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/impl/src/site/apt/index.apt?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/impl/src/site/apt/index.apt (original)
+++ myfaces/core/branches/2_0_1/impl/src/site/apt/index.apt Sun Jun 13 22:00:28 2010
@@ -2,6 +2,23 @@
  MyFaces Core 2.0: Impl
  ------
 
+ ~~ 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.
+
 MyFaces Core 2.0: Impl Project
 
   The Impl submodule implements all of the "invisible" classes that are needed for a functioning

Modified: myfaces/core/branches/2_0_1/impl/src/site/fml/faq_maven.fml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/impl/src/site/fml/faq_maven.fml?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/impl/src/site/fml/faq_maven.fml (original)
+++ myfaces/core/branches/2_0_1/impl/src/site/fml/faq_maven.fml Sun Jun 13 22:00:28 2010
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+ * 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.
+-->
+
 <faqs id="General FAQ">
   <part id="General">
     <faq id="where">

Modified: myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextRegexpTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextRegexpTest.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextRegexpTest.java (original)
+++ myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextRegexpTest.java Sun Jun 13 22:00:28 2010
@@ -1,19 +1,18 @@
-/*
- *  Copyright 2008 werpu.
- * 
- *  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.
- *  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 org.apache.myfaces.context;
 
 import java.util.LinkedList;

Modified: myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextTestRequestWrapper.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextTestRequestWrapper.java?rev=954320&r1=954319&r2=954320&view=diff
==============================================================================
--- myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextTestRequestWrapper.java (original)
+++ myfaces/core/branches/2_0_1/impl/src/test/java/org/apache/myfaces/context/ContextTestRequestWrapper.java Sun Jun 13 22:00:28 2010
@@ -1,18 +1,18 @@
-/*
- * 
- *  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.
- *  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 org.apache.myfaces.context;