mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 23:16:09 +02:00
Update copyrights to 2022
This commit is contained in:
parent
49b58d3fb0
commit
487533494c
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue