summaryrefslogtreecommitdiff
path: root/web/template/footer.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2015-01-30 07:34:26 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2015-02-04 09:50:01 +0100
commitcc1e8aed3059c62d56bccfc07f3041901cec8ebb (patch)
tree1916ffdf90e6e0e7e227b4410253327ae892b9b8 /web/template/footer.php
parenta28d4f8e3eeefc3c6773e903f956f163380631ff (diff)
Rename the AUR software to aurweb
Rename the project to help differentiate between the software providing access to the Arch User Repository and the collection of source packages itself. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/footer.php')
-rw-r--r--web/template/footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 806d3be..1b451b3 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -3,9 +3,9 @@
<div id="footer">
<?php if ($ver): ?>
- <p>AUR <?= htmlspecialchars($ver) ?></p>
+ <p>aurweb <?= htmlspecialchars($ver) ?></p>
<?php endif; ?>
- <p>Copyright &copy; 2004-<?= date("Y") ?> AUR Development Team.</p>
+ <p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>