diff --git a/src/include/master.h b/src/include/master.h index 6c0be5d2a..a2d11e04d 100644 --- a/src/include/master.h +++ b/src/include/master.h @@ -8,9 +8,9 @@ // T H E W A R B E G I N S // FreeCraft - A free fantasy real time strategy game engine // -/**@name minimap.h - The minimap headerfile. */ +/**@name master.h - The master server headerfile. */ // -// (c) Copyright 1998,2000-2003 by Lutz Sammer and Jimmy Salmon +// (c) Copyright 2003 by Jimmy Salmon // // FreeCraft is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published diff --git a/src/network/master.cpp b/src/network/master.cpp index 0f69990d1..288df3c05 100644 --- a/src/network/master.cpp +++ b/src/network/master.cpp @@ -8,9 +8,9 @@ // T H E W A R B E G I N S // FreeCraft - A free fantasy real time strategy game engine // -/**@name unittype.c - The unit types. */ +/**@name master.c - The master server. */ // -// (c) Copyright 1998-2003 by Lutz Sammer and Jimmy Salmon +// (c) Copyright 2003 by Jimmy Salmon // // FreeCraft is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published