- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 17 Jun 2010 11:21:40 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1251:6c86a937db4c
user: Thomas Gambet <tgambet@w3.org>
date: Wed Jun 16 10:35:53 2010 -0400
files: WebContent/WEB-INF/resources/templates/includes/footer.vm
description:
copyright information contains the current year
diff -r 7c27da9cbdba -r 6c86a937db4c WebContent/WEB-INF/resources/templates/includes/footer.vm
--- a/WebContent/WEB-INF/resources/templates/includes/footer.vm Wed Jun 16 10:34:43 2010 -0400
+++ b/WebContent/WEB-INF/resources/templates/includes/footer.vm Wed Jun 16 10:35:53 2010 -0400
@@ -29,7 +29,7 @@
</a>
</p>
<p class="copyright" #if($lang!="en")xml:lang="en" lang="en"#end #if($direction!="ltr")dir="ltr"#end>
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-${year}
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
Received on Thursday, 17 June 2010 15:24:21 UTC