]> arthur.barton.de Git - ngircd-web.git/commitdiff
Update copyright year and link to doc/AUTHORS.
authorAlexander Barton <alex@barton.de>
Sun, 25 Apr 2010 11:42:51 +0000 (13:42 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 25 Apr 2010 11:42:51 +0000 (13:42 +0200)
includes/common.php

index 817024be7c2cbc3f774e0ba7a8410a2744c3ffd0..4def562f388cb3aa5d1415ebad6d6dd10e07748a 100644 (file)
@@ -53,7 +53,8 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2009 Alexander Barton</p>';
+       echo '<p id="footer">ngIRCd &copy;2001-2010 Alexander Barton and ';
+       echo '<a href="doc/AUTHORS">Contributors</a></p>';
        echo '</div></body></html>';
 }