mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Update copyrights
This commit is contained in:
parent
99ab60bf77
commit
8889014f47
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue