Update copyrights

This commit is contained in:
Bryan Ashby 2017-01-25 22:59:12 -07:00
parent 99ab60bf77
commit 8889014f47
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ function bbsMain() {
function complete(err) {
// note this is escaped:
fs.readFile(paths.join(__dirname, '../misc/startup_banner.asc'), 'utf8', (err, banner) => {
console.info('ENiGMA½ Copyright (c) 2014-2016 Bryan Ashby');
console.info('ENiGMA½ Copyright (c) 2014-2017 Bryan Ashby');
if(!err) {
console.info(banner);
}