Update copyright, note on Node.js 14

This commit is contained in:
Bryan Ashby 2021-02-08 19:31:29 -07:00
parent 392dc160a0
commit 48e42d2ffd
No known key found for this signature in database
GPG key ID: B49EB437951D2542
6 changed files with 6 additions and 5 deletions

View file

@ -941,7 +941,7 @@ class QWKPacketWriter extends EventEmitter {
}
// First block is a space padded ID
const id = `Created with ENiGMA 1/2 BBS v${enigmaVersion} Copyright (c) 2015-2020 Bryan Ashby`;
const id = `Created with ENiGMA 1/2 BBS v${enigmaVersion} Copyright (c) 2015-2021 Bryan Ashby`;
this.messagesStream.write(id.padEnd(QWKMessageBlockSize, ' '), 'ascii');
this.currentMessageOffset = QWKMessageBlockSize;