[aur-dev] [PATCH] We live in 2013 now
Marcel Korpel
marcel.lists at gmail.com
Sun Jan 6 08:34:06 EST 2013
---
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
More information about the aur-dev
mailing list