crossley    2004/05/07 21:12:42

  Modified:    src/documentation/stylesheets site2xhtml.xsl
               src/blocks/taglib/samples TaglibTest.xhtml
               src/webapp/samples/hello-world/style/xsl page2wml.xsl
  Log:
  Fix hard-coded copyright year.
  
  Revision  Changes    Path
  1.5       +1 -1      cocoon-2.1/src/documentation/stylesheets/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/stylesheets/site2xhtml.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- site2xhtml.xsl    21 Apr 2004 01:46:12 -0000      1.4
  +++ site2xhtml.xsl    8 May 2004 04:12:42 -0000       1.5
  @@ -145,7 +145,7 @@
             <tr>
               <td align="center">
                 <font color="#0086b2" face="arial,helvetica,sanserif" 
size="-1">
  -                <i>Copyright &#169; 1999-2004 The Apache Software 
Foundation. All Rights Reserved.</i>
  +                <i>Copyright &#169; @year@ The Apache Software Foundation. 
All Rights Reserved.</i>
                 </font>
               </td>
             </tr>
  
  
  
  1.4       +2 -4      cocoon-2.1/src/blocks/taglib/samples/TaglibTest.xhtml
  
  Index: TaglibTest.xhtml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/taglib/samples/TaglibTest.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TaglibTest.xhtml  6 Mar 2004 06:16:50 -0000       1.3
  +++ TaglibTest.xhtml  8 May 2004 04:12:42 -0000       1.4
  @@ -52,10 +52,8 @@
         <p align="center">
            <br />
   
  -         <font size="-1">Copyright &#194;&#169; 1999-2002 
  -         <a href="http://www.apache.org/";>The Apache Software Foundation</a>
  -
  -         . 
  +         <font size="-1">Copyright &#194;&#169; @year@
  +         <a href="http://www.apache.org/";>The Apache Software 
Foundation</a>. 
            <br />
   
            All rights reserved.</font>
  
  
  
  1.5       +2 -2      
cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wml.xsl
  
  Index: page2wml.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2wml.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- page2wml.xsl      8 May 2004 03:47:14 -0000       1.4
  +++ page2wml.xsl      8 May 2004 04:12:42 -0000       1.5
  @@ -37,7 +37,7 @@
        <br/>
        <br/>
        <small>
  -      Copyright &#xA9; 2000-2004<br/>
  +      Copyright &#xA9; @year@<br/>
         Apache Software Foundation.<br/>
         All rights reserved.
        </small>
  
  
  

Reply via email to