You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2006/11/08 14:45:55 UTC

svn commit: r472491 [3/4] - in /struts/sandbox/trunk/tiles/tiles-documentation/src/webapp: ./ WEB-INF/ common/ doc/ doc/portal/ examples/ examples/rssFeed/ examples/tiles/ examples/tiles/portal/ layout/ layouts/ layouts/skin1/ test/ tutorial/ tutorial/...

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testDefinitions.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testDefinitions.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testDefinitions.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testDefinitions.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Test template definitions (from factory) 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testIgnore.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testIgnore.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testIgnore.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testIgnore.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Test 'ignore' attribute : 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testInclude.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testInclude.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testInclude.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testInclude.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testList.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testList.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testList.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testList.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <strong>Example of list usage</strong>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testRole.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testRole.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testRole.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testRole.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Test tags basic behaviors 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testStrutsAction.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testStrutsAction.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testStrutsAction.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/test/testStrutsAction.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Test tiles and struts action integration (require factory) 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/helloBody.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/helloBody.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/helloBody.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/helloBody.jsp Wed Nov  8 05:45:48 2006
@@ -1 +1,22 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <div align="center"><font size="+1"><b>Hello the World</b></font></div>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/menu.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/menu.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/menu.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/menu.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <table>
 <tr bgcolor="Blue">
   <td>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myFramesetLayout.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myFramesetLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myFramesetLayout.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myFramesetLayout.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Frameset Layout component 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myLayout.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myLayout.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basic/myLayout.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Layout component 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicFramesetPage.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicFramesetPage.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicFramesetPage.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicFramesetPage.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert template="/tutorial/basic/myFramesetLayout.jsp" >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicPage.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicPage.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicPage.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/basicPage.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert page="/tutorial/basic/myLayout.jsp" flush="true">

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/footer.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/footer.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/footer.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/footer.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 
 <div align="center">

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/header.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/header.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/header.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/header.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 
 <P>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert page="/layout/vboxLayout.jsp" flush="true" >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLinks.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLinks.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLinks.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLinks.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert page="/common/submenu.jsp" flush="true">

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLogo.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLogo.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLogo.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuLogo.jsp Wed Nov  8 05:45:48 2006
@@ -1 +1,22 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <img src="<%=request.getContextPath()%>/images/struts-power.gif" width="95" height="37" border="0" alt="">

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuSrc.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuSrc.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuSrc.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menu/menuSrc.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert page="/tutorial/common/menuViewSrc.jsp" flush="true" >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menuViewSrc.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menuViewSrc.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menuViewSrc.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/menuViewSrc.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page import="java.util.Iterator"%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/submenu.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/submenu.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/submenu.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/submenu.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
 <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrc.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrc.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrc.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrc.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page language="java" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBody.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBody.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBody.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBody.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page language="java" %>
 <%@ page errorPage="/common/viewSrcBodyError.jsp" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBodyError.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBodyError.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBodyError.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/common/viewSrcBodyError.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page language="java" %>
 <%@ page isErrorPage="true" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/contentForm.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/contentForm.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/contentForm.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/contentForm.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"     %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld"  prefix="tiles" %>
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/footer.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/footer.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/footer.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/footer.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <div align="center">
   <font color="#023264" size="-1">
     <em>         Copyright &copy; 2000-2001, MyCompany         </em>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/header.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/header.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/header.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/de/common/header.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 
 <P><img src="<%=request.getContextPath()%>/images/id_nav_outside.gif" align="left" border="0">
 <img src="<%=request.getContextPath()%>/images/id_nav_bkgnd.gif" align="right" border="0"> </P>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitionTag.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitionTag.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitionTag.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitionTag.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:definition id="definitionName" template="/tutorial/basic/myLayout.jsp" >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/definitionsConfig.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/definitionsConfig.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/definitionsConfig.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/definitionsConfig.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/firstDefinitionPage.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/firstDefinitionPage.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/firstDefinitionPage.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/firstDefinitionPage.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="myFirstDefinition" flush="true" >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/simpleBody.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/simpleBody.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/simpleBody.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/simpleBody.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert page="/layout/columnsLayout.jsp" flush="true">

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/useDefinitionConfig.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/useDefinitionConfig.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/useDefinitionConfig.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/definitions/useDefinitionConfig.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynFramesetPage.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynFramesetPage.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynFramesetPage.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynFramesetPage.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert template="/tutorial/basic/myFramesetLayout.jsp" beanName="templateDefinition"  >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Channels.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Channels.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Channels.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Channels.jsp Wed Nov  8 05:45:48 2006
@@ -1,4 +1,25 @@
 <%--
+/*
+ * 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.
+ *
+ */
+--%>
+<%--
 /**
  * Summarize channels as unadorned HTML.
  *

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Errors.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Errors.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Errors.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/Errors.jsp Wed Nov  8 05:45:48 2006
@@ -1,4 +1,25 @@
 <%--
+/*
+ * 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.
+ *
+ */
+--%>
+<%--
 /**
  * Summarize channels errors as unadorned HTML.
  *

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/index.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/index.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/index.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/index.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="myDynamicPortal" flush="true" />

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefTile.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefTile.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefTile.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefTile.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefs.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefs.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefs.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/myPortalPrefs.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="myDynamicPortalPreferences" flush="true" />

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/testChannels.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/testChannels.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/testChannels.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/dynPortal/testChannels.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="test.rssChannel.page" flush="true" />

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinition.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinition.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinition.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinition.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="extended.definition.example" flush="true" />

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinitionTag.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinitionTag.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinitionTag.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/extendedDefinitionTag.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:definition id="definitionName" extends="myFirstDefinition" >

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/firstDefinition.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/firstDefinition.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/firstDefinition.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/firstDefinition.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="myFirstDefinition" flush="true" />

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/failureBody.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/failureBody.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/failureBody.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/failureBody.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
   Struts forward to 'failure'.

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/forwardBody.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/forwardBody.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/forwardBody.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/forwardBody.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <form action="forwardExampleAction.do">
 Select an action :
 <br><input type="submit" name="success" value="success">

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/successBody.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/successBody.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/successBody.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/forward/successBody.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
   Struts forward to 'success'.

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/footer.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/footer.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/footer.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/footer.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <div align="center">
   <font color="#023264" size="-1">
     <em>         Copyright &copy; 2000-2001, MaPetiteEntreprise         </em>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/header.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/header.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/header.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/fr/common/header.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 
 <P><img src="<%=request.getContextPath()%>/images/id_nav_outside.gif" align="left" border="0">
 <img src="<%=request.getContextPath()%>/images/id_nav_bkgnd.gif" align="right" border="0"> </P>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/frameset.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/frameset.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/frameset.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/frameset.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Layout component 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/index.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/index.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/index.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/index.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <tiles:insert definition="mainLayout" flush="true" />

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld"    prefix="tiles" %>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress2.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress2.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress2.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editAddress2.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld"    prefix="tiles" %>
 <%@ taglib uri="/WEB-INF/extensions.tld"    prefix="ext" %>
 <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page language="java" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld"    prefix="tiles" %>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice2.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice2.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice2.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/editInvoice2.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page language="java" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld"  prefix="tiles" %>
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/index.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/index.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/index.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/invoice/index.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page language="java" %>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/lang/lang.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/lang/lang.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/lang/lang.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/lang/lang.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <a href="tutorial/lang.do?language=FR">Francais</a>

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/classicLayout.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/classicLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/classicLayout.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/classicLayout.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 
 <%-- Layout Tiles 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/columnsLayout.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/columnsLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/columnsLayout.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/columnsLayout.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page import="org.apache.struts.tiles.ComponentContext"%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
 

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/stylesheet.css
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/stylesheet.css?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/stylesheet.css (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/stylesheet.css Wed Nov  8 05:45:48 2006
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ *
+ */
 /* CSS World Financial Personality - Revised jun99 */
 
 /* base element inheritance formatting */

Modified: struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/vboxLayout.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/vboxLayout.jsp?view=diff&rev=472491&r1=472490&r2=472491
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/vboxLayout.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-documentation/src/webapp/tutorial/layout/vboxLayout.jsp Wed Nov  8 05:45:48 2006
@@ -1,3 +1,24 @@
+<%--
+/*
+ * 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.
+ *
+ */
+--%>
 <%@ page import="java.util.Iterator"%>
 <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>