phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: javassh/inc class.bo.inc.php, 1.2, 1.3 class.so.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: javassh/inc class.bo.inc.php, 1.2, 1.3 class.so.inc.php, 1.1.1.1, 1.2 class.ui.inc.php, 1.2, 1.3 hook_admin.inc.php, 1.1.1.1, 1.2
Date: Sat, 06 Sep 2003 22:26:47 -0400

Update of /cvsroot/phpgroupware/javassh/inc
In directory subversions:/tmp/cvs-serv1323/inc

Modified Files:
        class.bo.inc.php class.so.inc.php class.ui.inc.php 
        hook_admin.inc.php 
Log Message:
updated copyright

Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/javassh/inc/class.bo.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.bo.inc.php    28 May 2003 23:21:48 -0000      1.2
--- class.bo.inc.php    7 Sep 2003 02:26:45 -0000       1.3
***************
*** 1,14 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - JavaSSH                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [skwashd at phpgroupware.org]                    
   *
!       * -----------------------------------------------                       
   *
!       *  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.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
  
        class bo
--- 1,20 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - JavaSSH                                             *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Advantage Business Systems - abcsinc.com *
!  * --------------------------------------------                               
*
!  * 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.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        class bo

Index: class.so.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/javassh/inc/class.so.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.so.inc.php    28 May 2003 05:40:26 -0000      1.1.1.1
--- class.so.inc.php    7 Sep 2003 02:26:45 -0000       1.2
***************
*** 1,14 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - JavaSSH                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [skwashd at phpgroupware.org]                    
   *
!       * -----------------------------------------------                       
   *
!       *  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.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
  
        class so
--- 1,20 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - JavaSSH                                             *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Advantage Business Systems - abcsinc.com *
!  * --------------------------------------------                               
*
!  * 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.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        class so
***************
*** 77,79 ****
                }
        }
! ?>
\ No newline at end of file
--- 83,85 ----
                }
        }
! ?>

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/javassh/inc/class.ui.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.ui.inc.php    28 May 2003 22:45:28 -0000      1.2
--- class.ui.inc.php    7 Sep 2003 02:26:45 -0000       1.3
***************
*** 1,14 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - JavaSSH                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [skwashd at phpgroupware.org]                    
   *
!       * -----------------------------------------------                       
   *
!       *  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.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
  
        class ui
--- 1,20 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - JavaSSH                                             *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Advantage Business Systems - abcsinc.com *
!  * --------------------------------------------                               
*
!  * 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.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        class ui

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/javassh/inc/hook_admin.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_admin.inc.php  28 May 2003 05:40:26 -0000      1.1.1.1
--- hook_admin.inc.php  7 Sep 2003 02:26:45 -0000       1.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Joseph Engo <address@hidden>                          *
!       * --------------------------------------------                          
   *
!       *  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.                                           
   *
!       
\**************************************************************************/
  
-       /* $Id$ */
  {
  // Only Modify the $file and $title variables.....
--- 1,21 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - JavaSSH                                             *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Dave Hall - <skwashd at phpgroupware.org>    *
!  * --------------------------------------------                               
*
!  *  Development Sponsored by Advantage Business Systems - abcsinc.com *
!  * --------------------------------------------                               
*
!  * 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.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
  {
  // Only Modify the $file and $title variables.....





reply via email to

[Prev in Thread] Current Thread [Next in Thread]