Mercurial > hgbook
changeset 672:40025381bded
Get the copyright years right
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 09 Mar 2009 23:42:31 -0700 |
parents | 13513d2a128d |
children | ad304b606163 |
files | en/00book.xml xsl/base-html-stylesheet.xsl |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/en/00book.xml Mon Mar 09 23:37:29 2009 -0700 +++ b/en/00book.xml Mon Mar 09 23:42:31 2009 -0700 @@ -53,6 +53,7 @@ </editor> <copyright> + <year>2006</year> <year>2007</year> <year>2008</year> <year>2009</year>
--- a/xsl/base-html-stylesheet.xsl Mon Mar 09 23:37:29 2009 -0700 +++ b/xsl/base-html-stylesheet.xsl Mon Mar 09 23:42:31 2009 -0700 @@ -108,7 +108,7 @@ <xsl:template name="user.footer.content"> <div class="rwhfooter"> <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> - <p>Copyright 2009, Bryan O'Sullivan. + <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan. Icons by <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p> </div> </xsl:template>