Update copyrights
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ function displayBanner(term) {
|
||||
// note: intentional formatting:
|
||||
term.pipeWrite(`
|
||||
|06Connected to |02EN|10i|02GMA|10½ |06BBS version |12|VN
|
||||
|06Copyright (c) 2014-2016 Bryan Ashby |14- |12http://l33t.codes/
|
||||
|06Copyright (c) 2014-2017 Bryan Ashby |14- |12http://l33t.codes/
|
||||
|06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/
|
||||
|00`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user