Changeset 1024 for trunk/guitools/sscc


Ignore:
Timestamp:
May 16, 2017, 4:39:55 PM (8 years ago)
Author:
Herwig Bauernfeind
Message:

GUITools: Add GPLv3 header to all .VRX, .WIS and some .CMD files

Location:
trunk/guitools/sscc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/sscc/sscc.vrp

    r1020 r1024  
    66RunParameters: /install
    77RunDirectory: U:\Develop\Samba\trunk\guitools\sscc
    8 VRXWindow: __VREMainWindow,1,2867,4577,5767,8000
     8VRXWindow: __VREMainWindow,1,2867,4673,1012,7902
    99VRXWindow: __VRESectionListWindow,1,1482,13924,10431,4686
    10 VRXWindow: __VREToolsWindow,0,4011,10744,6992,1669
     10VRXWindow: __VREToolsWindow,0,4011,10841,6992,1669
    1111VRXWindow: __VREWindListWindow,1,2072,13539,4710,3150
    1212UserFile: 1
  • trunk/guitools/sscc/sscc.vrx

    r1020 r1024  
    11/*:VRX         Main
    22*/
     3/* Samba Setup and Configuration Center (SSCC)
     4Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH.
     5
     6This program is free software: you can redistribute it and/or modify
     7it under the terms of the GNU General Public License as published by
     8the Free Software Foundation, either version 3 of the License, or
     9(at your option) any later version.
     10
     11This program is distributed in the hope that it will be useful,
     12but WITHOUT ANY WARRANTY; without even the implied warranty of
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14GNU General Public License for more details.
     15
     16You should have received a copy of the GNU General Public License
     17along with this program.  If not, see <http://www.gnu.org/licenses/>.
     18*/
     19
    320/*  Main
    421*/
     
    29192936*/
    29202937PB_Install_Default_Click:
    2921     ok = VRREdirectStdIO("ON")
    29222938    if VRGet("EF_Workgroup_Initial","Value") = "" then return
    29232939
Note: See TracChangeset for help on using the changeset viewer.