From fb737357f5b58c2405b28b4328a01c3480cbdb1e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 25 Jul 2016 14:26:34 -0600 Subject: [PATCH] Update copyright --- core/connect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/connect.js b/core/connect.js index a92846f9..d5e948e3 100644 --- a/core/connect.js +++ b/core/connect.js @@ -79,7 +79,7 @@ function prepareTerminal(term) { function displayBanner(term) { term.pipeWrite( '|06Connected to |02EN|10i|02GMA|10½ |06BBS version |12|VN\n' + - '|06Copyright (c) 2014-2015 Bryan Ashby |14- |12http://l33t.codes/\n' + + '|06Copyright (c) 2014-2016 Bryan Ashby |14- |12http://l33t.codes/\n' + '|06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/\n' + '|00'); }