From: <cod...@go...> - 2008-09-09 19:56:29
|
Author: M0...@gm... Date: Tue Sep 9 12:56:23 2008 New Revision: 164 Modified: branches/iVL/FrmZoneSet.class Log: - Addec license to ZoneSet.class file Modified: branches/iVL/FrmZoneSet.class ============================================================================== --- branches/iVL/FrmZoneSet.class (original) +++ branches/iVL/FrmZoneSet.class Tue Sep 9 12:56:23 2008 @@ -1,5 +1,20 @@ ' Gambas class file +' This file is part of vinstall-ng + +' vinstall-ng 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. + +' vinstall-ng 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 vinstall-ng. If not, see <http://www.gnu.org/licenses/>. + PUBLIC SUB Form_Open() Fmain.frmcurr = ME |