Skip to content

Commit

Permalink
Update copyright 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
NuSkooler committed Jan 15, 2024
1 parent 4fe693f commit 11f16fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2022, Bryan D. Ashby
Copyright (c) 2015-2024, Bryan D. Ashby
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ENiGMA has been tested with many terminals. However, the following are suggested
## License
Released under the [BSD 2-clause](https://opensource.org/licenses/BSD-2-Clause) license:

Copyright (c) 2015-2022, Bryan D. Ashby
Copyright (c) 2015-2024, Bryan D. Ashby
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion core/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function displayBanner(term) {
// note: intentional formatting:
term.pipeWrite(`
|06Connected to |02EN|10i|02GMA|10½ |06BBS version |12|VN
|06Copyright (c) 2014-2022 Bryan Ashby |14- |12http://l33t.codes/
|06Copyright (c) 2014-2024 Bryan Ashby |14- |12http://l33t.codes/
|06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/
|00`);
}
Expand Down
2 changes: 1 addition & 1 deletion core/qwk_mail_packet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/installation/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _Note that if you've used the [Docker](docker.md) installation method, you've al
If everything went OK:

```text
ENiGMA½ Copyright (c) 2014-2022, Bryan Ashby
ENiGMA½ Copyright (c) 2014-2024, Bryan Ashby
_____________________ _____ ____________________ __________\_ /
\__ ____/\_ ____ \ /____/ / _____ __ \ / ______/ // /___jp!
// __|___// | \// |// | \// | | \// \ /___ /_____
Expand Down

0 comments on commit 11f16fb

Please sign in to comment.