hgbook

changeset 573:40025381bded

Get the copyright years right
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 23:42:31 2009 -0700 (2009-03-09)
parents 13513d2a128d
children ad304b606163
files en/00book.xml xsl/base-html-stylesheet.xsl
line diff
     1.1 --- a/en/00book.xml	Mon Mar 09 23:37:29 2009 -0700
     1.2 +++ b/en/00book.xml	Mon Mar 09 23:42:31 2009 -0700
     1.3 @@ -53,6 +53,7 @@
     1.4      </editor>
     1.5  
     1.6      <copyright>
     1.7 +      <year>2006</year>
     1.8        <year>2007</year>
     1.9        <year>2008</year>
    1.10        <year>2009</year>
     2.1 --- a/xsl/base-html-stylesheet.xsl	Mon Mar 09 23:37:29 2009 -0700
     2.2 +++ b/xsl/base-html-stylesheet.xsl	Mon Mar 09 23:42:31 2009 -0700
     2.3 @@ -108,7 +108,7 @@
     2.4    <xsl:template name="user.footer.content">
     2.5      <div class="rwhfooter">
     2.6        <p><img src="/support/figs/rss.png"/> Want to stay up to date? Subscribe to the comment feed for <a id="chapterfeed" class="feed" href="/feeds/comments/">this chapter</a>, or the <a class="feed" href="/feeds/comments/">entire book</a>.</p>
     2.7 -      <p>Copyright 2009, Bryan O'Sullivan.
     2.8 +      <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan.
     2.9        Icons by <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    2.10      </div>
    2.11    </xsl:template>