Skip to content

Commit

Permalink
removed nodebb. added querytower
Browse files Browse the repository at this point in the history
  • Loading branch information
SohaibKhaliq committed Feb 15, 2024
1 parent a058fdb commit 509fdb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ Loader.init = function () {

Loader.displayStartupMessages = function () {
console.log('');
console.log(`NodeBB v${pkg.version} Copyright (C) 2013-${(new Date()).getFullYear()} NodeBB Inc.`);
console.log('This program comes with ABSOLUTELY NO WARRANTY.');
console.log('This is free software, and you are welcome to redistribute it under certain conditions.');
console.log('For the full license, please visit: http://www.gnu.org/copyleft/gpl.html');
console.log(`QueryTower v${pkg.version} Copyright (C) ${(new Date()).getFullYear()} Digitics Inc.`);
console.log('');
};

Expand Down

0 comments on commit 509fdb2

Please sign in to comment.