Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv25587
Modified Files:
wolfpack.cpp
Log Message:
Fix copyright info
Index: wolfpack.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolfpack.cpp,v
retrieving revision 1.478
retrieving revision 1.479
diff -C2 -d -r1.478 -r1.479
*** wolfpack.cpp 7 Jan 2004 03:09:09 -0000 1.478
--- wolfpack.cpp 21 Jan 2004 05:05:41 -0000 1.479
***************
*** 4,9 ****
// UO Server Emulation Program
//
! // Copyright 1997, 98 by Marcus Rating (Cironian)
! // Copyright 2001-2003 by holders identified in authors.txt
// 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
--- 4,8 ----
// UO Server Emulation Program
//
! // Copyright 2001-2004 by holders identified in authors.txt
// 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
***************
*** 292,297 ****
Console::instance()->setAttributes( false, false, false, 0xAF, 0xAF, 0xAF, 0, FONT_FIXEDWIDTH );
! Console::instance()->send( "Copyright (C) 1997, 98 Marcus Rating (Cironian)\n");
! Console::instance()->send( "Copyright (C) 2000-2003 Wolfpack Development Team\n");
Console::instance()->send( "Wolfpack Homepage: http://www.wpdev.org/\n");
Console::instance()->send( "By using this software you agree to the license accompanying this release.\n");
--- 291,295 ----
Console::instance()->setAttributes( false, false, false, 0xAF, 0xAF, 0xAF, 0, FONT_FIXEDWIDTH );
! Console::instance()->send( "Copyright (C) 2000-2004 Wolfpack Development Team\n");
Console::instance()->send( "Wolfpack Homepage: http://www.wpdev.org/\n");
Console::instance()->send( "By using this software you agree to the license accompanying this release.\n");
|