From: <fg...@us...> - 2008-06-20 14:35:27
|
Revision: 842 http://openutils.svn.sourceforge.net/openutils/?rev=842&view=rev Author: fgiust Date: 2008-06-20 07:35:27 -0700 (Fri, 20 Jun 2008) Log Message: ----------- missing license header Modified Paths: -------------- trunk/openutils-mgnlcontrols/src/main/java/net/sourceforge/openutils/mgnlcontrols/setup/ControlsModuleVersionHandler.java Modified: trunk/openutils-mgnlcontrols/src/main/java/net/sourceforge/openutils/mgnlcontrols/setup/ControlsModuleVersionHandler.java =================================================================== --- trunk/openutils-mgnlcontrols/src/main/java/net/sourceforge/openutils/mgnlcontrols/setup/ControlsModuleVersionHandler.java 2008-06-20 14:34:46 UTC (rev 841) +++ trunk/openutils-mgnlcontrols/src/main/java/net/sourceforge/openutils/mgnlcontrols/setup/ControlsModuleVersionHandler.java 2008-06-20 14:35:27 UTC (rev 842) @@ -1,3 +1,20 @@ +/** + * Copyright Openmind http://www.openmindonline.it + * + * 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 3 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, see <http://www.gnu.org/licenses/>. + * + */ package net.sourceforge.openutils.mgnlcontrols.setup; import it.openutils.mgnltasks.SimpleModuleVersionHandler; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |