diff options
Diffstat (limited to 'src/chat-server')
-rw-r--r-- | src/chat-server/chatchannel.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/chatchannel.hpp | 13 | ||||
-rw-r--r-- | src/chat-server/chatchannelmanager.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/chatchannelmanager.hpp | 13 | ||||
-rw-r--r-- | src/chat-server/chatclient.hpp | 13 | ||||
-rw-r--r-- | src/chat-server/chathandler.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/chathandler.hpp | 13 | ||||
-rw-r--r-- | src/chat-server/guild.cpp | 26 | ||||
-rw-r--r-- | src/chat-server/guild.hpp | 26 | ||||
-rw-r--r-- | src/chat-server/guildhandler.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/guildmanager.cpp | 30 | ||||
-rw-r--r-- | src/chat-server/guildmanager.hpp | 26 | ||||
-rw-r--r-- | src/chat-server/party.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/party.hpp | 13 | ||||
-rw-r--r-- | src/chat-server/partyhandler.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/post.cpp | 13 | ||||
-rw-r--r-- | src/chat-server/post.hpp | 13 |
17 files changed, 132 insertions, 145 deletions
diff --git a/src/chat-server/chatchannel.cpp b/src/chat-server/chatchannel.cpp index 0feebc22..4c9f3e9d 100644 --- a/src/chat-server/chatchannel.cpp +++ b/src/chat-server/chatchannel.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include <algorithm> diff --git a/src/chat-server/chatchannel.hpp b/src/chat-server/chatchannel.hpp index b4fc288c..6600f42c 100644 --- a/src/chat-server/chatchannel.hpp +++ b/src/chat-server/chatchannel.hpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CHATCHANNEL_H diff --git a/src/chat-server/chatchannelmanager.cpp b/src/chat-server/chatchannelmanager.cpp index a35fbe51..f708c44c 100644 --- a/src/chat-server/chatchannelmanager.cpp +++ b/src/chat-server/chatchannelmanager.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include <list> diff --git a/src/chat-server/chatchannelmanager.hpp b/src/chat-server/chatchannelmanager.hpp index 1ebe810a..d88a252f 100644 --- a/src/chat-server/chatchannelmanager.hpp +++ b/src/chat-server/chatchannelmanager.hpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CHATCHANNELMANAGER_H diff --git a/src/chat-server/chatclient.hpp b/src/chat-server/chatclient.hpp index 4a546059..f566c9d7 100644 --- a/src/chat-server/chatclient.hpp +++ b/src/chat-server/chatclient.hpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CHATCLIENT_H diff --git a/src/chat-server/chathandler.cpp b/src/chat-server/chathandler.cpp index 3363cf09..b2183a63 100644 --- a/src/chat-server/chathandler.cpp +++ b/src/chat-server/chathandler.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include <list> diff --git a/src/chat-server/chathandler.hpp b/src/chat-server/chathandler.hpp index e63ee06b..cfd5bb03 100644 --- a/src/chat-server/chathandler.hpp +++ b/src/chat-server/chathandler.hpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CHATHANDLER_H diff --git a/src/chat-server/guild.cpp b/src/chat-server/guild.cpp index 6637ead0..90784a36 100644 --- a/src/chat-server/guild.cpp +++ b/src/chat-server/guild.cpp @@ -1,21 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or any later version. + * The Mana Server is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. * - * The Mana World is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * The Mana Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with The Mana World; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * You should have received a copy of the GNU General Public License + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include "guild.hpp" diff --git a/src/chat-server/guild.hpp b/src/chat-server/guild.hpp index 9b648662..9223c9f1 100644 --- a/src/chat-server/guild.hpp +++ b/src/chat-server/guild.hpp @@ -1,21 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or any later version. + * The Mana Server is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. * - * The Mana World is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * The Mana Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with The Mana World; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * You should have received a copy of the GNU General Public License + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CHATSERVER_GUILD_H diff --git a/src/chat-server/guildhandler.cpp b/src/chat-server/guildhandler.cpp index 6c17a69d..e7ec4c68 100644 --- a/src/chat-server/guildhandler.cpp +++ b/src/chat-server/guildhandler.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2008 The Mana World Development Team + * The Mana Server + * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include "chathandler.hpp" diff --git a/src/chat-server/guildmanager.cpp b/src/chat-server/guildmanager.cpp index a92eded7..2d3bc691 100644 --- a/src/chat-server/guildmanager.cpp +++ b/src/chat-server/guildmanager.cpp @@ -1,21 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or any later version. + * The Mana Server is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. * - * The Mana World is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * The Mana Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with The Mana World; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * You should have received a copy of the GNU General Public License + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include "guildmanager.hpp" @@ -168,8 +168,8 @@ void GuildManager::disconnectPlayer(ChatClient *player) itr != guildList.end(); ++itr) { chatHandler->sendGuildListUpdate((*itr)->getName(), - player->characterName, - GUILD_EVENT_OFFLINE_PLAYER); + player->characterName, + GUILD_EVENT_OFFLINE_PLAYER); } } diff --git a/src/chat-server/guildmanager.hpp b/src/chat-server/guildmanager.hpp index d0d74da8..bda05118 100644 --- a/src/chat-server/guildmanager.hpp +++ b/src/chat-server/guildmanager.hpp @@ -1,21 +1,21 @@ /* - * The Mana World Server - * Copyright 2004 The Mana World Development Team + * The Mana Server + * Copyright (C) 2004 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or any later version. + * The Mana Server is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. * - * The Mana World is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * The Mana Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with The Mana World; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * You should have received a copy of the GNU General Public License + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CHATSERVER_GUILDMANAGER_H diff --git a/src/chat-server/party.cpp b/src/chat-server/party.cpp index d47e3a98..44cd4b8c 100644 --- a/src/chat-server/party.cpp +++ b/src/chat-server/party.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2008 The Mana World Development Team + * The Mana Server + * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include "party.hpp" diff --git a/src/chat-server/party.hpp b/src/chat-server/party.hpp index be662291..a2ed8e7c 100644 --- a/src/chat-server/party.hpp +++ b/src/chat-server/party.hpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2008 The Mana World Development Team + * The Mana Server + * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef PARTY_H diff --git a/src/chat-server/partyhandler.cpp b/src/chat-server/partyhandler.cpp index c9dcb91d..7dd9e9ca 100644 --- a/src/chat-server/partyhandler.cpp +++ b/src/chat-server/partyhandler.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2008 The Mana World Development Team + * The Mana Server + * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include "chathandler.hpp" diff --git a/src/chat-server/post.cpp b/src/chat-server/post.cpp index 5460c916..0a6aad4d 100644 --- a/src/chat-server/post.cpp +++ b/src/chat-server/post.cpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2008 The Mana World Development Team + * The Mana Server + * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #include "post.hpp" diff --git a/src/chat-server/post.hpp b/src/chat-server/post.hpp index 6c11a3c1..c1f0efcd 100644 --- a/src/chat-server/post.hpp +++ b/src/chat-server/post.hpp @@ -1,22 +1,21 @@ /* - * The Mana World Server - * Copyright 2008 The Mana World Development Team + * The Mana Server + * Copyright (C) 2008 The Mana World Development Team * - * This file is part of The Mana World. + * This file is part of The Mana Server. * - * The Mana World is free software; you can redistribute it and/or modify + * The Mana Server is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * any later version. * - * The Mana World is distributed in the hope that it will be useful, + * The Mana Server is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with The Mana World; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. */ #ifndef POST_H |