From: <le...@us...> - 2007-10-16 12:11:28
|
Revision: 5 http://rochat.svn.sourceforge.net/rochat/?rev=5&view=rev Author: levia Date: 2007-10-16 05:11:22 -0700 (Tue, 16 Oct 2007) Log Message: ----------- - Made a small mistake. Added Paths: ----------- trunk/src/net/sensiva/rochat/ui/ trunk/src/net/sensiva/rochat/ui/init/ trunk/src/net/sensiva/rochat/ui/init/Initializer.java Removed Paths: ------------- trunk/src/net/sensiva/rochat/init/ Added: trunk/src/net/sensiva/rochat/ui/init/Initializer.java =================================================================== --- trunk/src/net/sensiva/rochat/ui/init/Initializer.java (rev 0) +++ trunk/src/net/sensiva/rochat/ui/init/Initializer.java 2007-10-16 12:11:22 UTC (rev 5) @@ -0,0 +1,20 @@ +/* + ROChat + Copyright (C) 2007 The ROChat team + + 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. + ---------------------------------------------------------------------------- +*/ +package net.sensiva.rochat.ui.init; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |