martinc 02/01/12 13:30:37 Modified: doc/stylesheets struts.xsl userGuide.xsl Log: Update copyright notices for 2002. Revision Changes Path 1.5 +2 -2 jakarta-struts/doc/stylesheets/struts.xsl Index: struts.xsl =================================================================== RCS file: /home/cvs/jakarta-struts/doc/stylesheets/struts.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- struts.xsl 11 Aug 2001 03:49:19 -0000 1.4 +++ struts.xsl 12 Jan 2002 21:30:37 -0000 1.5 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Content Stylesheet for Struts Documentation --> -<!-- $Id: struts.xsl,v 1.4 2001/08/11 03:49:19 craigmcc Exp $ --> +<!-- $Id: struts.xsl,v 1.5 2002/01/12 21:30:37 martinc Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> @@ -69,7 +69,7 @@ <tr><td colspan="2"> <div align="center"><font color="{$body-link}" size="-1"><em> - Copyright (c) 2000-2001, Apache Software Foundation + Copyright (c) 2000-2002, Apache Software Foundation </em></font></div> <img src="images/struts-power.gif" align="right" border="0"/> </td></tr> 1.4 +2 -2 jakarta-struts/doc/stylesheets/userGuide.xsl Index: userGuide.xsl =================================================================== RCS file: /home/cvs/jakarta-struts/doc/stylesheets/userGuide.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- userGuide.xsl 17 Sep 2001 19:58:17 -0000 1.3 +++ userGuide.xsl 12 Jan 2002 21:30:37 -0000 1.4 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Content Stylesheet for Struts User's Guide --> -<!-- $Id: userGuide.xsl,v 1.3 2001/09/17 19:58:17 husted Exp $ --> +<!-- $Id: userGuide.xsl,v 1.4 2002/01/12 21:30:37 martinc Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> @@ -71,7 +71,7 @@ <tr><td colspan="2"> <div align="center"><font color="{$body-link}" size="-1"><em> - Copyright (c) 2000-2001, Apache Software Foundation + Copyright (c) 2000-2002, Apache Software Foundation </em></font></div> <img src="../images/struts-power.gif" align="right" border="0"/> </td></tr>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>