From 974e0823d8c1e5b48af822eba44b6007d3dfbb52 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 8 Jun 2014 17:48:33 -0400 Subject: [PATCH] copyright --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index e41c70349b..d83bb95d36 100644 --- a/app.js +++ b/app.js @@ -58,7 +58,7 @@ if(os.platform() === 'linux') { } // Log GNU copyright info along with server info -winston.info('NodeBB v' + pkg.version + ' Copyright (C) 2013-2014 DesignCreatePlay Inc.'); +winston.info('NodeBB v' + pkg.version + ' Copyright (C) 2013-2014 NodeBB 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('');