You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/02/20 14:31:43 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app4/layout bodyLayout.jsp bodyLayout.vm masterLayout.jsp masterLayout.vm

marino      2004/02/20 05:31:43

  Modified:    examples/struts/examples/struts_app4/layout bodyLayout.jsp
                        bodyLayout.vm masterLayout.jsp masterLayout.vm
  Log:
  use Apache Software License 2.0
  
  Revision  Changes    Path
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/bodyLayout.jsp
  
  Index: bodyLayout.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/bodyLayout.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bodyLayout.jsp	27 Jan 2004 22:11:31 -0000	1.1
  +++ bodyLayout.jsp	20 Feb 2004 13:31:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  +--%>
   <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
   
   <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/bodyLayout.vm
  
  Index: bodyLayout.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/bodyLayout.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bodyLayout.vm	27 Jan 2004 22:11:35 -0000	1.1
  +++ bodyLayout.vm	20 Feb 2004 13:31:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  + *#
   <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
   	<TBODY>
   	<TR>
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/masterLayout.jsp
  
  Index: masterLayout.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/masterLayout.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- masterLayout.jsp	27 Jan 2004 22:11:47 -0000	1.1
  +++ masterLayout.jsp	20 Feb 2004 13:31:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<%--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  +--%>
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
   <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
   
  
  
  
  1.2       +17 -0     jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/masterLayout.vm
  
  Index: masterLayout.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/masterLayout.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- masterLayout.vm	27 Jan 2004 22:11:05 -0000	1.1
  +++ masterLayout.vm	20 Feb 2004 13:31:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +#*
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + *
  + * $Id$
  + *#
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
   
   <HTML>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org