From: <aki...@us...> - 2008-10-22 05:23:47
|
Revision: 5576 http://gridarta.svn.sourceforge.net/gridarta/?rev=5576&view=rev Author: akirschbaum Date: 2008-10-22 05:23:39 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Remove descriptions for empty packages. Removed Paths: ------------- trunk/crossfire/src/cfeditor/gui/package-info.java trunk/daimonin/src/daieditor/gui/package-info.java Deleted: trunk/crossfire/src/cfeditor/gui/package-info.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/package-info.java 2008-10-21 19:03:12 UTC (rev 5575) +++ trunk/crossfire/src/cfeditor/gui/package-info.java 2008-10-22 05:23:39 UTC (rev 5576) @@ -1,25 +0,0 @@ -/* - * Gridarta MMORPG map editor for Crossfire, Daimonin and similar games. - * Copyright (C) 2000-2007 The Gridarta Developers. - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -/** - * Graphical User Interface of Gridarta4Crossfire. - * @note Not all classes are here yet, they are currently moving to here. - */ - -package cfeditor.gui; Deleted: trunk/daimonin/src/daieditor/gui/package-info.java =================================================================== --- trunk/daimonin/src/daieditor/gui/package-info.java 2008-10-21 19:03:12 UTC (rev 5575) +++ trunk/daimonin/src/daieditor/gui/package-info.java 2008-10-22 05:23:39 UTC (rev 5576) @@ -1,25 +0,0 @@ -/* - * Gridarta MMORPG map editor for Crossfire, Daimonin and similar games. - * Copyright (C) 2000-2007 The Gridarta Developers. - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -/** - * Graphical User Interface of Gridarta4Daimonin. - * @note Not all classes are here yet, they are currently moving to here. - */ - -package daieditor.gui; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |