From c01c2b44557d6029e9e374db9cf5714d5efdad27 Mon Sep 17 00:00:00 2001 From: Antz Date: Mon, 31 Mar 2014 22:01:37 +0100 Subject: [PATCH] [m] Updated website URL --- sql/characters.sql | 2 +- sql/mangos.sql | 2 +- sql/realmd.sql | 2 +- src/mangosd/Main.cpp | 37 +++++++++++++------------------------ 4 files changed, 16 insertions(+), 27 deletions(-) diff --git a/sql/characters.sql b/sql/characters.sql index ed139c646..2b5cea590 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1,5 +1,5 @@ -- --- Copyright (C) 2005-2012 MaNGOS +-- Copyright (C) 2005-2014 MaNGOS -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/sql/mangos.sql b/sql/mangos.sql index e0e10f86c..54c137293 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -1,5 +1,5 @@ -- --- Copyright (C) 2005-2012 MaNGOS +-- Copyright (C) 2005-2014 MaNGOS -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/sql/realmd.sql b/sql/realmd.sql index ac1f3010f..11e9b7a18 100644 --- a/sql/realmd.sql +++ b/sql/realmd.sql @@ -1,5 +1,5 @@ -- --- Copyright (C) 2005-2012 MaNGOS +-- Copyright (C) 2005-2014 MaNGOS -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/Main.cpp b/src/mangosd/Main.cpp index 4a80b140f..780cf83c2 100644 --- a/src/mangosd/Main.cpp +++ b/src/mangosd/Main.cpp @@ -14,6 +14,9 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * World of Warcraft, and all World of Warcraft or Warcraft art, images, + * and lore are copyrighted by Blizzard Entertainment, Inc. */ /// \addtogroup mangosd Mangos Daemon @@ -179,30 +182,16 @@ extern int main(int argc, char** argv) #endif sLog.outString("%s [world-daemon]", _FULLVERSION(REVISION_DATE, REVISION_TIME, REVISION_NR, REVISION_ID)); - sLog.outString(" to stop."); - sLog.outString("\n\n" - " #### #### ### ### ######## ####### ######## \n" - " ##### ##### #### ### ########## ######### ##########\n" - " ##### ##### ##### ### ########## ######### ##########\n" - " ###### ###### ##### ### ### #### #### ### \n" - " ###### ###### #### ###### ### ### ### ### ### \n" - " ####### ####### ###### ###### ### ### ##### ### ### ######## \n" - " ### ### ### ### ###### ####### ### ### ##### ### ### ######### \n" - " ### ### ### ### ### ### ### ### ### ### ##### ### ### #########\n" - " ### ####### ### ### ### ### ###### ### ### ### ### ####\n" - " ### ####### ### ### ### ### ###### ### ### ### ### ###\n" - " ### ##### ### ########## ### ##### ### #### #### #### ####\n" - " ### ##### ### ########## ### ##### ######### ######### ##########\n" - " ### ##### ### ### ### ### #### ######### ######### ######### \n" - " ### ### ### ### ### ### ### ####### ####### ####### \n" - "\n" - " ###### \n" - " Website: http://www.getmangos.co.uk ## ## ## ##### #### ####\n" - " ## ## ## ## ## ## ## \n" - " Wiki: http://github.com/mangoswiki/wiki ## ##### ##### #### ####\n" - " ## ## ## ## ## ## ## \n" - " Forum: http://community.getmangos.co.uk ## ## ## ## ## #### ####\n" - "\n\n"); + sLog.outString(" to stop.\n" + " __ __ _ _ ___ ___ ___ \n" + " | \\/ |__ _| \\| |/ __|/ _ \\/ __| \n" + " | |\\/| / _` | .` | (_ | (_) \\__ \\ \n" + " |_| |_\\__,_|_|\\_|\\___|\\___/|___/ \n" + " _____ _ \n" + " For help and support please visit: |_ _| |_ _ _ ___ ___ \n" + " Website: https://getmangos.eu | | | ' \\| '_/ -_) -_) \n" + " Wiki: http://github.com/mangoswiki |_| |_||_|_| \\___\\___| \n" + ); sLog.outString("Using configuration file %s.", cfg_file); DETAIL_LOG("%s (Library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION));