]> arthur.barton.de Git - ngircd-web.git/commitdiff
Update copyright notice for 2009.
authorAlexander Barton <alex@barton.de>
Fri, 17 Jul 2009 11:33:39 +0000 (13:33 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 17 Jul 2009 11:33:39 +0000 (13:33 +0200)
includes/common.php

index bf98cf9b4f024de332d2ad371b5e67dbb111ee63..817024be7c2cbc3f774e0ba7a8410a2744c3ffd0 100644 (file)
@@ -53,7 +53,7 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2008 Alexander Barton</p>';
+       echo '<p id="footer">ngIRCd &copy;2001-2009 Alexander Barton</p>';
        echo '</div></body></html>';
 }