]> arthur.barton.de Git - ngircd-web.git/commitdiff
Update copyright notice for 2020 :-)
authorAlexander Barton <alex@barton.de>
Wed, 1 Jan 2020 22:49:31 +0000 (23:49 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 1 Jan 2020 22:49:31 +0000 (23:49 +0100)
includes/common.php

index b01e73231af6a052bd835cb4228c4497b2c41808..4414671e2c67fef61d7964951a469ff66b428aaf 100644 (file)
@@ -61,7 +61,7 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2019 Alexander Barton and ';
+       echo '<p id="footer">ngIRCd &copy;2001-2020 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a>';
        echo '</div></body></html>';
 }