]> arthur.barton.de Git - ngircd-web.git/commitdiff
Update copyright notice for 2013 :-)
authorAlexander Barton <alex@barton.de>
Thu, 3 Jan 2013 21:50:28 +0000 (22:50 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 3 Jan 2013 21:50:28 +0000 (22:50 +0100)
includes/common.php

index 049285280ab10551d240657e1f2743335d01be9f..00ba9b3c2d3c8431277e4690672cbc44709b6974 100644 (file)
@@ -63,7 +63,7 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2012 Alexander Barton and ';
+       echo '<p id="footer">ngIRCd &copy;2001-2013 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a></p>';
        echo '</div></body></html>';
 }