Changeset 1023


Ignore:
Timestamp:
May 16, 2017, 10:08:35 AM (8 years ago)
Author:
Herwig Bauernfeind
Message:

GUITools: Add GPLv3 header to all .VRS files

Location:
trunk/guitools/shared
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/shared/cltinit.vrs

    r1017 r1023  
    11/* Perform basic Samba Client init stuff */
     2
     3/* Samba Client Initialization
     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*/
    219
    320/*:VRX */
  • trunk/guitools/shared/inittempdir.vrs

    r990 r1023  
    11/* Initialize the temporary directory */
     2
     3/* Temporary directory  Initialization
     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*/
    219
    320/*:VRX */
  • trunk/guitools/shared/masterpasswd.vrs

    r1022 r1023  
    11/* REXX Function Library for master.passwd management */
     2
     3/*
     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
    220
    321/* Currently implemented functions:                        */
  • trunk/guitools/shared/rxrpclib.vrs

    r786 r1023  
    1 /* REXX Function Library for RPC calls */
     1/* Samba REXX Function Library for RPC calls */
     2
     3/*
     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
    220
    321/* Currently implemented functions:                        */
  • trunk/guitools/shared/sambainit.vrs

    r990 r1023  
    11/* Perform basic Samba init stuff */
     2
     3/* Samba Server Initialization
     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
    220
    321/*:VRX */
  • trunk/guitools/shared/smbtree.vrs

    r990 r1023  
    1 /* Routines to handle smbtree output */
     1/* Samba REXX Routines to handle smbtree output */
     2
     3/*
     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
    220
    321/*:VRX */
  • trunk/guitools/shared/swat.vrs

    r990 r1023  
     1/* Find Apache HtPasswd */
     2
     3/*
     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
    120/*:VRX         _FindHtpasswd
    221*/
  • trunk/guitools/shared/textini.vrs

    r638 r1023  
    11/* Deal with text INI files like smb.conf or WIN.INI */
     2
     3/*
     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
    220
    321/* Available functions: */
  • trunk/guitools/shared/usercredmem.vrs

    r660 r1023  
    11/* Provide routines to store/check/access user credentials
    22   stored in a shared memory object */
     3
     4/*
     5Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH.
     6
     7This program is free software: you can redistribute it and/or modify
     8it under the terms of the GNU General Public License as published by
     9the Free Software Foundation, either version 3 of the License, or
     10(at your option) any later version.
     11
     12This program is distributed in the hope that it will be useful,
     13but WITHOUT ANY WARRANTY; without even the implied warranty of
     14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15GNU General Public License for more details.
     16
     17You should have received a copy of the GNU General Public License
     18along with this program.  If not, see <http://www.gnu.org/licenses/>.
     19*/
    320   
    421_ucInitObj: procedure expose ucMem
Note: See TracChangeset for help on using the changeset viewer.