Update copyrights to 2022

This commit is contained in:
Bryan Ashby 2022-04-05 20:51:03 -06:00
parent 49b58d3fb0
commit 487533494c
No known key found for this signature in database
GPG key ID: C2C1B501E4EFD994
5 changed files with 5 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-2021 Bryan Ashby`;
const id = `Created with ENiGMA 1/2 BBS v${enigmaVersion} Copyright (c) 2015-2022 Bryan Ashby`;
this.messagesStream.write(id.padEnd(QWKMessageBlockSize, ' '), 'ascii');
this.currentMessageOffset = QWKMessageBlockSize;