Update copyright 2024

This commit is contained in:
Bryan Ashby
2024-01-15 12:02:15 -07:00
parent 4fe693fc0e
commit 11f16fb25a
5 changed files with 5 additions and 5 deletions

View File

@@ -1076,7 +1076,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-2022 Bryan Ashby`;
const id = `Created with ENiGMA 1/2 BBS v${enigmaVersion} Copyright (c) 2015-2024 Bryan Ashby`;
this.messagesStream.write(
id.padEnd(QWKMessageBlockSize, ' '),
'ascii'