phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc class.uiprojecthours.inc.php, 1.84 class


From: ceb
Subject: [Phpgroupware-cvs] projects/inc class.uiprojecthours.inc.php, 1.84 class.uiconfig.inc.php, 1.33 class.sostatistics.inc.php, 1.13 class.uiprojects.inc.php, 1.158 class.uiprojects_base.inc.php, 1.11 hook_add_def_pref.inc.php, 1.8 class.uistatistics.inc.php, 1.61 class.soprojects.inc.php, 1.110 class.soprojecthours.inc.php, 1.40 class.boconfig.inc.php, 1.23 class.boprojecthours.inc.php, 1.37 class.boprojects.inc.php, 1.157 class.soconfig.inc.php, 1.20 class.bostatistics.inc.php, 1.27
Date: Fri, 8 Apr 2005 17:52:00 +0200

Update of projects/inc

Modified Files:
     Branch: MAIN
            class.uiprojecthours.inc.php lines: +10 -27
            class.uiconfig.inc.php lines: +11 -28
            class.sostatistics.inc.php lines: +10 -26
            class.uiprojects.inc.php lines: +10 -26
            class.uiprojects_base.inc.php lines: +11 -27
            hook_add_def_pref.inc.php lines: +14 -10
            class.uistatistics.inc.php lines: +10 -26
            class.soprojects.inc.php lines: +10 -26
            class.soprojecthours.inc.php lines: +10 -26
            class.boconfig.inc.php lines: +10 -26
            class.boprojecthours.inc.php lines: +10 -26
            class.boprojects.inc.php lines: +10 -26
            class.soconfig.inc.php lines: +10 -26
            class.bostatistics.inc.php lines: +10 -26

Log Message:
update

====================================================
Index: projects/inc/class.uiprojecthours.inc.php
diff -u projects/inc/class.uiprojecthours.inc.php:1.83 
projects/inc/class.uiprojecthours.inc.php:1.84
--- projects/inc/class.uiprojecthours.inc.php:1.83      Wed Mar 30 15:53:38 2005
+++ projects/inc/class.uiprojecthours.inc.php   Fri Apr  8 15:52:58 2005
@@ -1,31 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       *            Philipp Kamps address@hidden                 *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class uiprojecthours
        {

====================================================
Index: projects/inc/class.uiconfig.inc.php
diff -u projects/inc/class.uiconfig.inc.php:1.32 
projects/inc/class.uiconfig.inc.php:1.33
--- projects/inc/class.uiconfig.inc.php:1.32    Fri Apr  1 23:52:28 2005
+++ projects/inc/class.uiconfig.inc.php Fri Apr  8 15:52:58 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2004 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class uiconfig
        {
@@ -1271,8 +1255,7 @@

                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('projects') . ': ' . lang('preferences');

-                       $GLOBALS['phpgw']->common->phpgw_header();
-                       echo parse_navbar();
+                       $GLOBALS['phpgw']->common->phpgw_header(True);

                        $GLOBALS['phpgw']->template->set_file(array('prefs' => 
'preferences.tpl'));
                        $this->set_app_langs();

====================================================
Index: projects/inc/class.sostatistics.inc.php
diff -u projects/inc/class.sostatistics.inc.php:1.12 
projects/inc/class.sostatistics.inc.php:1.13
--- projects/inc/class.sostatistics.inc.php:1.12        Sun Feb 29 23:16:55 2004
+++ projects/inc/class.sostatistics.inc.php     Fri Apr  8 15:52:58 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2003 Free Software Foundation, Inc               *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       /* $Source$ */
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class sostatistics
        {

====================================================
Index: projects/inc/class.uiprojects.inc.php
diff -u projects/inc/class.uiprojects.inc.php:1.157 
projects/inc/class.uiprojects.inc.php:1.158
--- projects/inc/class.uiprojects.inc.php:1.157 Tue Mar 29 14:46:57 2005
+++ projects/inc/class.uiprojects.inc.php       Fri Apr  8 15:52:58 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class uiprojects
        {

====================================================
Index: projects/inc/class.uiprojects_base.inc.php
diff -u projects/inc/class.uiprojects_base.inc.php:1.10 
projects/inc/class.uiprojects_base.inc.php:1.11
--- projects/inc/class.uiprojects_base.inc.php:1.10     Fri Apr  1 23:52:28 2005
+++ projects/inc/class.uiprojects_base.inc.php  Fri Apr  8 15:52:58 2005
@@ -1,31 +1,15 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       *                        & <address@hidden>               *
-       * ---------------------------------------------------               *
-       * Copyright 2005 Free Software Foundation, Inc.                     *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       /* $Source$ */
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @author Dirk Schaller <address@hidden>
+       * @copyright Copyright (C) 2004-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        define('PROJECT_LIST','pro_list');
        define('PROJECT_VIEW','pro_view');

====================================================
Index: projects/inc/hook_add_def_pref.inc.php
diff -u projects/inc/hook_add_def_pref.inc.php:1.7 
projects/inc/hook_add_def_pref.inc.php:1.8
--- projects/inc/hook_add_def_pref.inc.php:1.7  Mon Apr 26 16:07:13 2004
+++ projects/inc/hook_add_def_pref.inc.php      Fri Apr  8 15:52:58 2005
@@ -1,12 +1,16 @@
 <?php
-    
/**************************************************************************\
-    * phpGroupWare                                                             
*
-    * http://www.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$ */
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @subpackage preferences
+       * @version $Id$
+       * $Source$
+       */
+
+       $columns = 
array('priority','number','coordinatorout','sdateout','edateout');
+       $GLOBALS['pref']->change('projects','columns',$columns);
 ?>

====================================================
Index: projects/inc/class.uistatistics.inc.php
diff -u projects/inc/class.uistatistics.inc.php:1.60 
projects/inc/class.uistatistics.inc.php:1.61
--- projects/inc/class.uistatistics.inc.php:1.60        Thu Mar 31 23:00:22 2005
+++ projects/inc/class.uistatistics.inc.php     Fri Apr  8 15:52:58 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       /* $Source$ */
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class uistatistics
        {

====================================================
Index: projects/inc/class.soprojects.inc.php
diff -u projects/inc/class.soprojects.inc.php:1.109 
projects/inc/class.soprojects.inc.php:1.110
--- projects/inc/class.soprojects.inc.php:1.109 Fri Apr  1 23:52:28 2005
+++ projects/inc/class.soprojects.inc.php       Fri Apr  8 15:52:58 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class soprojects
        {

====================================================
Index: projects/inc/class.soprojecthours.inc.php
diff -u projects/inc/class.soprojecthours.inc.php:1.39 
projects/inc/class.soprojecthours.inc.php:1.40
--- projects/inc/class.soprojecthours.inc.php:1.39      Mon Mar 14 17:39:39 2005
+++ projects/inc/class.soprojecthours.inc.php   Fri Apr  8 15:52:58 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2004 Free Software Foundation, Inc               *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class soprojecthours
        {

====================================================
Index: projects/inc/class.boconfig.inc.php
diff -u projects/inc/class.boconfig.inc.php:1.22 
projects/inc/class.boconfig.inc.php:1.23
--- projects/inc/class.boconfig.inc.php:1.22    Fri Apr  1 23:52:27 2005
+++ projects/inc/class.boconfig.inc.php Fri Apr  8 15:52:57 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class boconfig
        {

====================================================
Index: projects/inc/class.boprojecthours.inc.php
diff -u projects/inc/class.boprojecthours.inc.php:1.36 
projects/inc/class.boprojecthours.inc.php:1.37
--- projects/inc/class.boprojecthours.inc.php:1.36      Wed Mar 30 15:53:38 2005
+++ projects/inc/class.boprojecthours.inc.php   Fri Apr  8 15:52:57 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class boprojecthours
        {

====================================================
Index: projects/inc/class.boprojects.inc.php
diff -u projects/inc/class.boprojects.inc.php:1.156 
projects/inc/class.boprojects.inc.php:1.157
--- projects/inc/class.boprojects.inc.php:1.156 Fri Apr  1 23:52:27 2005
+++ projects/inc/class.boprojects.inc.php       Fri Apr  8 15:52:57 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2004 Free Software Foundation, Inc.              *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class boprojects
        {

====================================================
Index: projects/inc/class.soconfig.inc.php
diff -u projects/inc/class.soconfig.inc.php:1.19 
projects/inc/class.soconfig.inc.php:1.20
--- projects/inc/class.soconfig.inc.php:1.19    Fri Apr  1 23:52:28 2005
+++ projects/inc/class.soconfig.inc.php Fri Apr  8 15:52:57 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2005 Free Software Foundation, Inc               *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       // $Source$
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class soconfig
        {

====================================================
Index: projects/inc/class.bostatistics.inc.php
diff -u projects/inc/class.bostatistics.inc.php:1.26 
projects/inc/class.bostatistics.inc.php:1.27
--- projects/inc/class.bostatistics.inc.php:1.26        Thu Mar 31 23:00:22 2005
+++ projects/inc/class.bostatistics.inc.php     Fri Apr  8 15:52:57 2005
@@ -1,30 +1,14 @@
 <?php
-       /*******************************************************************\
-       * phpGroupWare - Projects                                           *
-       * http://www.phpgroupware.org                                       *
-       * This program is part of the GNU project, see http://www.gnu.org/      
*
-       *                                                                   *
-       * Project Manager                                                   *
-       * Written by Bettina Gille address@hidden                   *
-       * -----------------------------------------------                   *
-       * Copyright 2000 - 2004 Free Software Foundation, Inc               *
-       *                                                                   *
-       * 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., 675 Mass Ave, Cambridge, MA 02139, USA.         *
-       \*******************************************************************/
-       /* $Id$ */
-       /* $Source$ */
+       /**
+       * Project Manager
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @version $Id$
+       * $Source$
+       */

        class bostatistics
        {






reply via email to

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