2013/1/6 Marcel Korpel <marcel.lists@gmail.com>
--- web/template/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/template/footer.php b/web/template/footer.php index 857211e..806d3be 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -5,7 +5,7 @@ <?php if ($ver): ?> <p>AUR <?= htmlspecialchars($ver) ?></p> <?php endif; ?> - <p>Copyright © 2004-2012 AUR Development Team.</p> + <p>Copyright © 2004-<?= date("Y") ?> AUR Development Team.</p> <p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p> </div> </div> -- 1.8.1
I don't like this idea. The second date should reflect when the site was last updated. With something like that, we could let everything untouched for two decade and nobody could tell without searching for the git repo.