diff options
author | Dan McGee <dan@archlinux.org> | 2010-01-30 15:22:56 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-01-30 15:22:56 -0600 |
commit | 16c043abf769065b0bfadc715269e830f6ddf025 (patch) | |
tree | 51d491b1d0f732aa9cc47e617a4c58a0f9be73f1 /templates | |
parent | 56b10b6c5db508a9e20676d8f193939302c05c70 (diff) |
Make the copyright year always be right
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 90e8f54a..63b1f527 100644 --- a/templates/base.html +++ b/templates/base.html @@ -62,7 +62,7 @@ {% endblock %} </div> <div class="foot"> - Copyright © 2002-2009 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br /> + Copyright © 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br /> The Arch Linux name and logo are recognized trademarks. Some rights reserved.<br /> The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. |