From 7fb5db76d3cc1548a13bfb018b5293a69e96eab9 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 19 Apr 2014 09:50:29 -0400 Subject: [PATCH] updated copyright year --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index f827254c24..b19b823da0 100644 --- a/app.js +++ b/app.js @@ -57,7 +57,7 @@ if(os.platform() === 'linux') { } // Log GNU copyright info along with server info -winston.info('NodeBB v' + pkg.version + ' Copyright (C) 2013 DesignCreatePlay Inc.'); +winston.info('NodeBB v' + pkg.version + ' Copyright (C) 2013-2014 DesignCreatePlay Inc.'); winston.info('This program comes with ABSOLUTELY NO WARRANTY.'); winston.info('This is free software, and you are welcome to redistribute it under certain conditions.'); winston.info('');