You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2007/08/14 23:55:08 UTC

svn commit: r565937 - in /myfaces/site/trunk/src/site/xdoc: ./ community/ docs/ project_management/

Author: grantsmith
Date: Tue Aug 14 14:55:06 2007
New Revision: 565937

URL: http://svn.apache.org/viewvc?view=rev&rev=565937
Log:
Apache License placements in xdocs

Modified:
    myfaces/site/trunk/src/site/xdoc/binary.xml
    myfaces/site/trunk/src/site/xdoc/buildhowto.xml
    myfaces/site/trunk/src/site/xdoc/cardemoweb.xml
    myfaces/site/trunk/src/site/xdoc/community/javaone2005.xml
    myfaces/site/trunk/src/site/xdoc/community/javaone2005_cometogether.xml
    myfaces/site/trunk/src/site/xdoc/community/javaone2005_session.xml
    myfaces/site/trunk/src/site/xdoc/community/poweredbymyfaces.xml
    myfaces/site/trunk/src/site/xdoc/compatibility.xml
    myfaces/site/trunk/src/site/xdoc/docs/bootstrap.xml
    myfaces/site/trunk/src/site/xdoc/docs/jars.xml
    myfaces/site/trunk/src/site/xdoc/docs/portlet.xml
    myfaces/site/trunk/src/site/xdoc/docs/sf.xml
    myfaces/site/trunk/src/site/xdoc/docs/tomcat4x.xml
    myfaces/site/trunk/src/site/xdoc/docs/tomcat55.xml
    myfaces/site/trunk/src/site/xdoc/faq.xml
    myfaces/site/trunk/src/site/xdoc/gettingstarted.xml
    myfaces/site/trunk/src/site/xdoc/issue.xml
    myfaces/site/trunk/src/site/xdoc/javadoc.xml
    myfaces/site/trunk/src/site/xdoc/livesites.xml
    myfaces/site/trunk/src/site/xdoc/mailinglists.xml
    myfaces/site/trunk/src/site/xdoc/project_management/bylaws.xml
    myfaces/site/trunk/src/site/xdoc/project_management/contributors.xml
    myfaces/site/trunk/src/site/xdoc/project_management/legal.xml
    myfaces/site/trunk/src/site/xdoc/risamples.xml
    myfaces/site/trunk/src/site/xdoc/source.xml
    myfaces/site/trunk/src/site/xdoc/svn.xml
    myfaces/site/trunk/src/site/xdoc/tomcat.xml
    myfaces/site/trunk/src/site/xdoc/xdoc.xml

Modified: myfaces/site/trunk/src/site/xdoc/binary.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/binary.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/binary.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/binary.xml Tue Aug 14 14:55:06 2007
@@ -1,25 +1,24 @@
 <?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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       
-    <!--
- * 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.
---><!-- Note: To understand how this template is used, see the documentation
+<!-- Note: To understand how this template is used, see the documentation
   at http://forrest.apache.org/howto/howto-asf-mirror.html
 --><document>
     <body>

Modified: myfaces/site/trunk/src/site/xdoc/buildhowto.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/buildhowto.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/buildhowto.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/buildhowto.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/cardemoweb.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/cardemoweb.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/cardemoweb.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/cardemoweb.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/community/javaone2005.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/community/javaone2005.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/community/javaone2005.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/community/javaone2005.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/community/javaone2005_cometogether.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/community/javaone2005_cometogether.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/community/javaone2005_cometogether.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/community/javaone2005_cometogether.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/community/javaone2005_session.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/community/javaone2005_session.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/community/javaone2005_session.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/community/javaone2005_session.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/community/poweredbymyfaces.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/community/poweredbymyfaces.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/community/poweredbymyfaces.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/community/poweredbymyfaces.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/compatibility.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/compatibility.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/compatibility.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/compatibility.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/docs/bootstrap.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/docs/bootstrap.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/docs/bootstrap.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/docs/bootstrap.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/docs/jars.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/docs/jars.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/docs/jars.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/docs/jars.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/docs/portlet.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/docs/portlet.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/docs/portlet.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/docs/portlet.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/docs/sf.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/docs/sf.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/docs/sf.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/docs/sf.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/docs/tomcat4x.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/docs/tomcat4x.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/docs/tomcat4x.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/docs/tomcat4x.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/docs/tomcat55.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/docs/tomcat55.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/docs/tomcat55.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/docs/tomcat55.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/faq.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/faq.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/faq.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/faq.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/gettingstarted.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/gettingstarted.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/gettingstarted.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/gettingstarted.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/issue.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/issue.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/issue.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/issue.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/javadoc.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/javadoc.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/javadoc.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/javadoc.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/livesites.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/livesites.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/livesites.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/livesites.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/mailinglists.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/mailinglists.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/mailinglists.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/mailinglists.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/project_management/bylaws.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/project_management/bylaws.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/project_management/bylaws.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/project_management/bylaws.xml Tue Aug 14 14:55:06 2007
@@ -1,25 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
-      
-        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
-      
-    <!--
- * 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
+<!--
+ * 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.
 -->
+      
+        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
+      
 <document>
 
 <body>

Modified: myfaces/site/trunk/src/site/xdoc/project_management/contributors.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/project_management/contributors.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/project_management/contributors.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/project_management/contributors.xml Tue Aug 14 14:55:06 2007
@@ -1,206 +1,210 @@
 <?xml version="1.0" encoding="UTF-8"?>
-      
-        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
-      
-    <document>
-
-<body>
-
-    <section name="MyFaces Project Management Committee Members">
-        
-        <table>
-            <tr>
-                <th colspan="1" rowspan="1">Name</th>
-                <th colspan="1" rowspan="1">UID</th>
-                <th colspan="1" rowspan="1">Organization</th>
-                <th colspan="1" rowspan="1">TZ Offset</th>
-                <th colspan="1" rowspan="1">Roles</th>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Anton Koinov</td>
-                <td colspan="1" rowspan="1">koinov</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Bill Dudney</td>
-                <td colspan="1" rowspan="1">bdudney</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Grant Smith</td>
-                <td colspan="1" rowspan="1">grantsmith</td>
-                <td colspan="1" rowspan="1">Marathon Computer Systems, USA</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Manfred Geiler</td>
-                <td colspan="1" rowspan="1">manolito</td>
-                <td colspan="1" rowspan="1">
-                    <a href="http://www.oekb.at">Oesterreichische Kontrollbank AG</a>, Austria
-                </td>
-                <td colspan="1" rowspan="1">GMT+1</td>
-                <td colspan="1" rowspan="1">Founder of MyFaces, PMC Chair, JSR-252 JSF 1.2 EG member</td>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Martin Marinschek</td>
-                <td colspan="1" rowspan="1">mmarinschek</td>
-                <td colspan="1" rowspan="1">
-                    <a href="http://www.irian.at/index.jsp?lang=en">Irian</a>, Austria
-                </td>
-                <td colspan="1" rowspan="1">GMT+1</td>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Matthias Wessendorf</td>
-                <td colspan="1" rowspan="1">matzew</td>
-                <td colspan="1" rowspan="1">
-                    <a href="http://www.oracle.de">Oracle Deutschland GmbH</a>, Germany</td>
-                <td colspan="1" rowspan="1">GMT+1</td>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Oliver Rossmueller</td>
-                <td colspan="1" rowspan="1">oros</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1">GMT+1</td>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Sean Schofield</td>
-                <td colspan="1" rowspan="1">schof</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1">GMT-5</td>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Sylvain Vieujot</td>
-                <td colspan="1" rowspan="1">svieujot</td>
-                <td colspan="1" rowspan="1">
-	                <a href="http://www.freelance.com">Freelance.com</a>
-                </td>
-                <td colspan="1" rowspan="1">GMT+4</td>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Ted Husted</td>
-                <td colspan="1" rowspan="1">husted</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1">ASF Member, Struts PMC, Jakarta PMC</td>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Thomas Spiegl</td>
-                <td colspan="1" rowspan="1">tomsp</td>
-                <td colspan="1" rowspan="1"><a href="http://www.irian.at/index.jsp?lang=en">Irian</a>, Austria</td>
-                <td colspan="1" rowspan="1">GMT+1</td>
-                <td colspan="1" rowspan="1">Founder of MyFaces</td>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Travis Reeder</td>
-                <td colspan="1" rowspan="1">prophecy</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-            <tr>
-                <td colspan="1" rowspan="1">Werner Punz</td>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-                <td colspan="1" rowspan="1"/>
-            </tr>
-        </table>
-    </section>
-
-
-    <section name="MyFaces Committers">
-      
-      <table>
-          <tr>
-              <th colspan="1" rowspan="1">Name</th>
-              <th colspan="1" rowspan="1">UID</th>
-              <th colspan="1" rowspan="1">Organization</th>
-              <th colspan="1" rowspan="1">TZ Offset</th>
-              <th colspan="1" rowspan="1">Roles</th>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">Bruno Aranda</td>
-              <td colspan="1" rowspan="1">baranda</td>
-              <td colspan="1" rowspan="1"><a href="http://www.ebiointel.com">Ebiointel</a>, Spain</td>
-              <td colspan="1" rowspan="1">GMT+1</td>
-              <td colspan="1" rowspan="1"/>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">James Mitchell</td>
-              <td colspan="1" rowspan="1">jmitchell</td>
-              <td colspan="1" rowspan="1"><a href="http://www.edgetechservices.net">EdgeTech, Inc.</a>,United States of America</td>
-              <td colspan="1" rowspan="1">GMT-5</td>
-              <td colspan="1" rowspan="1"/>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">Mathias Broekelmann</td>
-              <td colspan="1" rowspan="1">mbr</td>
-              <td colspan="1" rowspan="1"><a href="http://www.psi-im.de">PSI Information Management GmbH</a>, Germany</td>
-              <td colspan="1" rowspan="1">GMT+1</td>
-              <td colspan="1" rowspan="1"/>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">Mike Kienenberger</td>
-              <td colspan="1" rowspan="1">mkienenb</td>
-              <td colspan="1" rowspan="1"/>
-              <td colspan="1" rowspan="1">GMT-5</td>
-              <td colspan="1" rowspan="1">facelets</td>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">Werner Punz</td>
-              <td colspan="1" rowspan="1">werpu</td>
-              <td colspan="1" rowspan="1"/>
-              <td colspan="1" rowspan="1">GMT+1</td>
-              <td colspan="1" rowspan="1">Mister "Ajax"</td>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">Stan Silvert</td>
-              <td colspan="1" rowspan="1">ssilvert</td>
-              <td colspan="1" rowspan="1"><a href="http://jboss.org/jbossBlog/blog/Stan%20Silvert/">JBoss/Blog</a></td>
-              <td colspan="1" rowspan="1"/>
-              <td colspan="1" rowspan="1">Portlets Guru</td>
-          </tr>
-          <tr>
-              <td colspan="1" rowspan="1">Simon Kitching</td>
-              <td colspan="1" rowspan="1">skitching</td>
-              <td colspan="1" rowspan="1"><a href="http://www.obsidium.com">Obsidium</a>, New Zealand</td>
-              <td colspan="1" rowspan="1">GMT+12</td>
-              <td colspan="1" rowspan="1"/>
-          </tr>
-       </table>
-    </section>
-
-    <section name="MyFaces Contributors">
-      
-      <table>
-            <tr><th colspan="1" rowspan="1">Name</th></tr>
-            <tr><td colspan="1" rowspan="1">Contributed a component or renderkit:</td></tr>
-            <tr><td colspan="1" rowspan="1">Matt Blum (InputSuggest) </td></tr>
-            <tr><td colspan="1" rowspan="1">Jiri Zaloudek (WML RenderKit)</td></tr>
-            <tr><td colspan="1" rowspan="1">Jurgen Lust (Schedule)</td></tr>
-            <tr><td colspan="1" rowspan="1">Joerg Artaker (AutoupdateDataTable)</td></tr>
-            <tr><td colspan="1" rowspan="1">Thomas Huber (AutoupdateDataTable)</td></tr>
-            <tr><td colspan="1" rowspan="1">Gerald Muellan (InputSuggestAjax)</td></tr>
-            <tr><td colspan="1" rowspan="1">Thomas Obereder (InputTextHelp)</td></tr>
-            <tr><td colspan="1" rowspan="1">Jesse Wilson (NewspaperDataTable)</td></tr>
-            <tr><td colspan="1" rowspan="1">Hazem Saleh (PasswordStrength Component)</td></tr>
-            <tr><td colspan="1" rowspan="1">Find all <a href="http://wiki.apache.org/myfaces/Acknowledgements/">Acknowlegdgements</a>
-                to our great user community on our WIKI.</td></tr>
-      </table>
-    </section>
-
+<!--
+ * 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.
+-->
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
+
+<document>
+    <body>
+        <section name="MyFaces Project Management Committee Members">
+            <table>
+                <tr>
+                    <th colspan="1" rowspan="1">Name</th>
+                    <th colspan="1" rowspan="1">UID</th>
+                    <th colspan="1" rowspan="1">Organization</th>
+                    <th colspan="1" rowspan="1">TZ Offset</th>
+                    <th colspan="1" rowspan="1">Roles</th>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Anton Koinov</td>
+                    <td colspan="1" rowspan="1">koinov</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Bill Dudney</td>
+                    <td colspan="1" rowspan="1">bdudney</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Grant Smith</td>
+                    <td colspan="1" rowspan="1">grantsmith</td>
+                    <td colspan="1" rowspan="1">Marathon Computer Systems, USA</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Manfred Geiler</td>
+                    <td colspan="1" rowspan="1">manolito</td>
+                    <td colspan="1" rowspan="1">
+                        <a href="http://www.oekb.at">Oesterreichische Kontrollbank AG</a>, Austria
+                    </td>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1">Founder of MyFaces, PMC Chair, JSR-252 JSF 1.2 EG member</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Martin Marinschek</td>
+                    <td colspan="1" rowspan="1">mmarinschek</td>
+                    <td colspan="1" rowspan="1">
+                        <a href="http://www.irian.at/index.jsp?lang=en">Irian</a>, Austria
+                    </td>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Matthias Wessendorf</td>
+                    <td colspan="1" rowspan="1">matzew</td>
+                    <td colspan="1" rowspan="1">
+                        <a href="http://www.oracle.de">Oracle Deutschland GmbH</a>, Germany</td>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Oliver Rossmueller</td>
+                    <td colspan="1" rowspan="1">oros</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Sean Schofield</td>
+                    <td colspan="1" rowspan="1">schof</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1">GMT-5</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Sylvain Vieujot</td>
+                    <td colspan="1" rowspan="1">svieujot</td>
+                    <td colspan="1" rowspan="1">
+                        <a href="http://www.freelance.com">Freelance.com</a>
+                    </td>
+                    <td colspan="1" rowspan="1">GMT+4</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Ted Husted</td>
+                    <td colspan="1" rowspan="1">husted</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1">ASF Member, Struts PMC, Jakarta PMC</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Thomas Spiegl</td>
+                    <td colspan="1" rowspan="1">tomsp</td>
+                    <td colspan="1" rowspan="1"><a href="http://www.irian.at/index.jsp?lang=en">Irian</a>, Austria</td>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1">Founder of MyFaces</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Travis Reeder</td>
+                    <td colspan="1" rowspan="1">prophecy</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Werner Punz</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+            </table>
+        </section>
+        <section name="MyFaces Committers">
+            <table>
+                <tr>
+                    <th colspan="1" rowspan="1">Name</th>
+                    <th colspan="1" rowspan="1">UID</th>
+                    <th colspan="1" rowspan="1">Organization</th>
+                    <th colspan="1" rowspan="1">TZ Offset</th>
+                    <th colspan="1" rowspan="1">Roles</th>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Bruno Aranda</td>
+                    <td colspan="1" rowspan="1">baranda</td>
+                    <td colspan="1" rowspan="1"><a href="http://www.ebiointel.com">Ebiointel</a>, Spain</td>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">James Mitchell</td>
+                    <td colspan="1" rowspan="1">jmitchell</td>
+                    <td colspan="1" rowspan="1"><a href="http://www.edgetechservices.net">EdgeTech, Inc.</a>,United States of America</td>
+                    <td colspan="1" rowspan="1">GMT-5</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Mathias Broekelmann</td>
+                    <td colspan="1" rowspan="1">mbr</td>
+                    <td colspan="1" rowspan="1"><a href="http://www.psi-im.de">PSI Information Management GmbH</a>, Germany</td>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Mike Kienenberger</td>
+                    <td colspan="1" rowspan="1">mkienenb</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1">GMT-5</td>
+                    <td colspan="1" rowspan="1">facelets</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Werner Punz</td>
+                    <td colspan="1" rowspan="1">werpu</td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1">GMT+1</td>
+                    <td colspan="1" rowspan="1">Mister "Ajax"</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Stan Silvert</td>
+                    <td colspan="1" rowspan="1">ssilvert</td>
+                    <td colspan="1" rowspan="1"><a href="http://jboss.org/jbossBlog/blog/Stan%20Silvert/">JBoss/Blog</a></td>
+                    <td colspan="1" rowspan="1"/>
+                    <td colspan="1" rowspan="1">Portlets Guru</td>
+                </tr>
+                <tr>
+                    <td colspan="1" rowspan="1">Simon Kitching</td>
+                    <td colspan="1" rowspan="1">skitching</td>
+                    <td colspan="1" rowspan="1"><a href="http://www.obsidium.com">Obsidium</a>, New Zealand</td>
+                    <td colspan="1" rowspan="1">GMT+12</td>
+                    <td colspan="1" rowspan="1"/>
+                </tr>
+            </table>
+        </section>
+        <section name="MyFaces Contributors">
+            <table>
+                <tr><th colspan="1" rowspan="1">Name</th></tr>
+                <tr><td colspan="1" rowspan="1">Contributed a component or renderkit:</td></tr>
+                <tr><td colspan="1" rowspan="1">Matt Blum (InputSuggest) </td></tr>
+                <tr><td colspan="1" rowspan="1">Jiri Zaloudek (WML RenderKit)</td></tr>
+                <tr><td colspan="1" rowspan="1">Jurgen Lust (Schedule)</td></tr>
+                <tr><td colspan="1" rowspan="1">Joerg Artaker (AutoupdateDataTable)</td></tr>
+                <tr><td colspan="1" rowspan="1">Thomas Huber (AutoupdateDataTable)</td></tr>
+                <tr><td colspan="1" rowspan="1">Gerald Muellan (InputSuggestAjax)</td></tr>
+                <tr><td colspan="1" rowspan="1">Thomas Obereder (InputTextHelp)</td></tr>
+                <tr><td colspan="1" rowspan="1">Jesse Wilson (NewspaperDataTable)</td></tr>
+                <tr><td colspan="1" rowspan="1">Hazem Saleh (PasswordStrength Component)</td></tr>
+                <tr><td colspan="1" rowspan="1">Find all <a href="http://wiki.apache.org/myfaces/Acknowledgements/">Acknowlegdgements</a>
+                    to our great user community on our WIKI.</td></tr>
+            </table>
+        </section>
     </body>
-
-    
-
 </document>

Modified: myfaces/site/trunk/src/site/xdoc/project_management/legal.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/project_management/legal.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/project_management/legal.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/project_management/legal.xml Tue Aug 14 14:55:06 2007
@@ -1,25 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
-      
-        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
-      
-    <!--
- * 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
+<!--
+ * 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.
 -->
+      
+        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
+      
 
 <document>
 

Modified: myfaces/site/trunk/src/site/xdoc/risamples.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/risamples.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/risamples.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/risamples.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/source.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/source.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/source.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/source.xml Tue Aug 14 14:55:06 2007
@@ -1,27 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-      
-        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
-      
-    <!--
- * 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
+<!--
+ * 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.
---><!-- Note: To understand how this template is used, see the documentation
+ * 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.
+-->
+        <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
+      
+    <!-- Note: To understand how this template is used, see the documentation
   at http://forrest.apache.org/howto/howto-asf-mirror.html
---><document>
+-->
+<document>
 
     <body>
         <section name="How to download">

Modified: myfaces/site/trunk/src/site/xdoc/svn.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/svn.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/svn.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/svn.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/tomcat.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/tomcat.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/tomcat.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/tomcat.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
       
         <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation Maven//EN" "http://maven.apache.org/dtd/maven-xdoc.dtd">
       

Modified: myfaces/site/trunk/src/site/xdoc/xdoc.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/xdoc/xdoc.xml?view=diff&rev=565937&r1=565936&r2=565937
==============================================================================
--- myfaces/site/trunk/src/site/xdoc/xdoc.xml (original)
+++ myfaces/site/trunk/src/site/xdoc/xdoc.xml Tue Aug 14 14:55:06 2007
@@ -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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
 <document>
   <header>