Author: M0E.lnx
Date: Mon Jul 14 22:41:58 2008
New Revision: 41
Modified:
branches/iVL/ClsPartSel.class
branches/iVL/MdlPartSel.module
Log:
Added Lisence to ClsPartSel.class
Modified: branches/iVL/ClsPartSel.class
==============================================================================
--- branches/iVL/ClsPartSel.class (original)
+++ branches/iVL/ClsPartSel.class Mon Jul 14 22:41:58 2008
@@ -1,5 +1,22 @@
' 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/>.
+
+
STATIC PUBLIC sRoot AS String
STATIC PUBLIC fRoot AS String
STATIC PUBLIC sHome AS String
Modified: branches/iVL/MdlPartSel.module
==============================================================================
--- branches/iVL/MdlPartSel.module (original)
+++ branches/iVL/MdlPartSel.module Mon Jul 14 22:41:58 2008
@@ -1,6 +1,5 @@
' Gambas module file
-' Gambas module file
' This file is part of vinstall-ng
|