[slbackup-commit] CVS update: slbackup-php/src index.php

finnarne-guest at alioth.debian.org finnarne-guest at alioth.debian.org
Thu Apr 12 13:33:01 UTC 2007


  User: finnarne-guest
  Date: 07/04/12 13:33:01

  Modified:    src      index.php
  Log:
  Added copyright statement
  
  Revision  Changes    Path
  1.5       +19 -0     slbackup-php/src/index.php
  
  Index: index.php
  ===================================================================
  RCS file: /cvsroot/slbackup/slbackup-php/src/index.php,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.php	12 Apr 2007 13:23:57 -0000	1.4
  +++ index.php	12 Apr 2007 13:33:01 -0000	1.5
  @@ -1,4 +1,23 @@
   <?php
  +/*
  +    slbackup-php, an administration tool for slbackup
  +    Copyright (C) 2007 Finn-Arne Johansen <faj at bzz.no> BzzWare AS, Norway
  +
  +    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 2 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, write to the Free Software Foundation, Inc.,
  +    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  +*/
  +
   
   require_once ('functions.php') ; 
   
  
  
  



More information about the slbackup-commit mailing list