X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/fd20b142fcf1d4bd7ee96b7d79a20fd54573cf16..18006b5cc4b0c4b72c638669a6ad5c8fb39ddf87:/src/modcmd.c diff --git a/src/modcmd.c b/src/modcmd.c index 0abd686..4707c5c 100644 --- a/src/modcmd.c +++ b/src/modcmd.c @@ -5,7 +5,7 @@ * * x3 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -2002,8 +2002,8 @@ static MODCMD_FUNC(cmd_version) { send_message_type(4, user, cmd->parent->bot, "$b"PACKAGE_STRING"+[%s %s]$b (Based on srvx 1.3.x), Built: "__DATE__", "__TIME__".", svnver, svndate); send_message_type(4, user, cmd->parent->bot, "$b$b"); - send_message_type(4, user, cmd->parent->bot, "Copyright 2000-2006 srvx Development Team."); - send_message_type(4, user, cmd->parent->bot, "Copyright 2004-2006 X3 Development Team."); + send_message_type(4, user, cmd->parent->bot, "Copyright 2000-2007 srvx Development Team."); + send_message_type(4, user, cmd->parent->bot, "Copyright 2004-2007 X3 Development Team."); send_message_type(4, user, cmd->parent->bot, "This software is OSI Certified Open Source Software."); send_message_type(4, user, cmd->parent->bot, "OSI Certified is a certification mark of the Open Source Initiative."); send_message_type(4, user, cmd->parent->bot, "$b$b");