[20791] Updating licences up to version 3

Pascal Vilarem <[email protected]>
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20791
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20791
Author:   maat
Date:     2009-11-17 16:55:38 +0000 (Tue, 17 Nov 2009)
Log Message:
-----------
Updating licences up to version 3

Modified Paths:
--------------
    modules/ged/trunk/inc/class.flow_client.inc.php
    modules/ged/trunk/inc/class.flows.inc.php
    modules/ged/trunk/inc/class.ged_admin.inc.php
    modules/ged/trunk/inc/class.ged_dm.inc.php
    modules/ged/trunk/inc/class.ged_stats.inc.php
    modules/ged/trunk/inc/class.ged_ui.inc.php
    modules/ged/trunk/inc/class.menu.inc.php
    modules/ged/trunk/inc/class.soflows.inc.php
    modules/ged/trunk/inc/ged_common_functions.inc.php
    modules/ged/trunk/inc/hook_admin.inc.php
    modules/ged/trunk/inc/hook_home.inc.php
    modules/ged/trunk/inc/hook_preferences.inc.php
    modules/ged/trunk/inc/hook_settings.inc.php
    modules/ged/trunk/index.php
    modules/ged/trunk/setup/default_records.inc.php
    modules/ged/trunk/setup/setup.inc.php
    modules/ged/trunk/setup/tables_current.inc.php
    modules/ged/trunk/setup/tables_update.inc.php

Modified: modules/ged/trunk/inc/class.flow_client.inc.php
===================================================================
--- modules/ged/trunk/inc/class.flow_client.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.flow_client.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,30 @@
 <?php
-/**************************************************************************
-* phpGroupWare - ged
-* http://www.phpgroupware.org
-* Written by Pascal Vilarem <[email protected]>
-*
-* --------------------------------------------------------------------------
-*  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
-***************************************************************************/
+	/**
+	 * phpGroupWare - ged - Workflow Logic
+	 *
+	 * @author Pascal Vilarem <[email protected]>
+	 * @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	 * @package ged
+	 * @category workflow
+	 * @version $Id: $
+	 */
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 include_once ( 'ged_common_functions.inc.php');
 
 /**

Modified: modules/ged/trunk/inc/class.flows.inc.php
===================================================================
--- modules/ged/trunk/inc/class.flows.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.flows.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -2,29 +2,29 @@
 	/**
 	* phpGroupWare - ged - Workflow Logic
 	*
-	* @author Pascal Vilarem <[email protected]>
+	* @author Pascal Vilarem <[email protected]>
 	* @author Dave Hall <[email protected]>
 	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
-	* @license http://www.gnu.org/licenses/gpl.html GNU General Public License
+	* @license http://www.fsf.org/licensing/licenses/lgpl.html GNU Lesser General Public License v3 or later
 	* @package ged
 	* @category workflow
 	* @version $Id: $
 	*/
 
 	/*
-	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 3 of the License, or
-	(at your option) any later version.
+	   This library is free software: you can redistribute it and/or modify
+	   it under the terms of the GNU Lesser General Public License as published by
+	   the Free Software Foundation, either version 3 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.
+	   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, see <http://www.gnu.org/licenses/>.
-	*/
+	   You should have received a copy of the GNU Lesser General Public License
+	   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+	 */
 
 	/**
 	* flow object class

Modified: modules/ged/trunk/inc/class.ged_admin.inc.php
===================================================================
--- modules/ged/trunk/inc/class.ged_admin.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.ged_admin.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - admin
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id: $
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 include_once ( 'ged_common_functions.inc.php');
 
 class ged_admin

Modified: modules/ged/trunk/inc/class.ged_dm.inc.php
===================================================================
--- modules/ged/trunk/inc/class.ged_dm.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.ged_dm.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - data manager
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 $GLOBALS['debug']["ged.ged_dm"] = false;
 $GLOBALS['debug']["ged.ged_dm.get_previous_version"] = true;
 

Modified: modules/ged/trunk/inc/class.ged_stats.inc.php
===================================================================
--- modules/ged/trunk/inc/class.ged_stats.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.ged_stats.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,15 +1,28 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - stats
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id: $
+	*/
+
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
 	
 include(PHPGW_SERVER_ROOT.'/ged/inc/class.PHPlot.inc.php');
 	

Modified: modules/ged/trunk/inc/class.ged_ui.inc.php
===================================================================
--- modules/ged/trunk/inc/class.ged_ui.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.ged_ui.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,15 +1,29 @@
 <?php
-/**************************************************************************
-* phpGroupWare - ged
-* 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
-***************************************************************************/
+	/**
+	* phpGroupWare - ged - user interface
+	*
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 $GLOBALS['debug']["ged.ged_ui"]=false;
 
 // define zip command fullpath instead of hard coding it

Modified: modules/ged/trunk/inc/class.menu.inc.php
===================================================================
--- modules/ged/trunk/inc/class.menu.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.menu.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,10 +1,11 @@
 <?php
 	/**
-	 * ged - Menus
+	 * phpGroupWare - ged - Menus
 	 *
 	 * @author Dave Hall <[email protected]>
+	 * @author Pascal Vilarem <[email protected]>
 	 * @copyright Copyright (C) 2007 Free Software Foundation, Inc. http://www.fsf.org/
-	 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
 	 * @package ged 
 	 * @version $Id$
 	 */

Modified: modules/ged/trunk/inc/class.soflows.inc.php
===================================================================
--- modules/ged/trunk/inc/class.soflows.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/class.soflows.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,17 +1,30 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - flows
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - Workflow Logic
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/lgpl.html GNU Lesser General Public License v3 or later
+	* @package ged
+	* @category workflow
+	* @version $Id: $
+	*/
 
+	/*
+	   This library is free software: you can redistribute it and/or modify
+	   it under the terms of the GNU Lesser General Public License as published by
+	   the Free Software Foundation, either version 3 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 Lesser General Public License
+	   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+	 */
+
 	/**
 	* soflows business object class
 	*

Modified: modules/ged/trunk/inc/ged_common_functions.inc.php
===================================================================
--- modules/ged/trunk/inc/ged_common_functions.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/ged_common_functions.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,14 +1,28 @@
 <?php
-/**
- * Generic ged functions
- * @author Pascal Vilarem <[email protected]>
-* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
-* @license http://www.gnu.org/licenses/gpl.html GNU General Public License
- * @package get
- * @subpackage office
- * @version $Id: ged_common_functions.inc.php 18466 2008-02-02 13:52:39Z maat $
- */
+	/**
+	 * phpGroupWare - ged - generic functions
+	 * @author Pascal Vilarem <[email protected]>
+	 * @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	 * @package ged
+	 * @version $Id: $
+	 */
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 /**
 * Returns variable value with requested method
 *

Modified: modules/ged/trunk/inc/hook_admin.inc.php
===================================================================
--- modules/ged/trunk/inc/hook_admin.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/hook_admin.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
-	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	/**
+	 * phpGroupWare - ged - admin hook
+	 * @author Pascal Vilarem <[email protected]>
+	 * @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	 * @package ged
+	 * @subpackage hooks
+	 * @version $Id$
+	 */
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
   {
 // Only Modify the $file and $title variables.....
     $file = array

Modified: modules/ged/trunk/inc/hook_home.inc.php
===================================================================
--- modules/ged/trunk/inc/hook_home.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/hook_home.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
-	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	/**
+	 * phpGroupWare - ged - home hook
+	 * @author Pascal Vilarem <[email protected]>
+	 * @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	 * @package ged
+	 * @subpackage hooks
+	 * @version $Id$
+	 */
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 	$tmp_app_inc = $GLOBALS['phpgw']->common->get_inc_dir('ged');
 
 	if ( isset($GLOBALS['phpgw_info']['user']['preferences']['ged']['mainscreen_show_ged_news'])

Modified: modules/ged/trunk/inc/hook_preferences.inc.php
===================================================================
--- modules/ged/trunk/inc/hook_preferences.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/hook_preferences.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
-	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	/**
+	 * phpGroupWare - ged - preferences hook
+	 * @author Pascal Vilarem <[email protected]>
+	 * @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	 * @package ged
+	 * @subpackage hooks
+	 * @version $Id$
+	 */
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 	{
 // Only Modify the $file and $title variables.....
 

Modified: modules/ged/trunk/inc/hook_settings.inc.php
===================================================================
--- modules/ged/trunk/inc/hook_settings.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/inc/hook_settings.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,15 +1,28 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
-	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	/**
+	 * phpGroupWare - ged - settings hook
+	 * @author Pascal Vilarem <[email protected]>
+	 * @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	 * @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	 * @package ged
+	 * @subpackage hooks
+	 * @version $Id$
+	 */
+
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
 	
 	// Call ged data manager
 	$ged_dm=CreateObject('ged.ged_dm', True);

Modified: modules/ged/trunk/index.php
===================================================================
--- modules/ged/trunk/index.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/index.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - setup
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 	$GLOBALS['phpgw_info']['flags']=array
 	(
 		'currentapp'=>'ged',

Modified: modules/ged/trunk/setup/default_records.inc.php
===================================================================
--- modules/ged/trunk/setup/default_records.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/setup/default_records.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - setup
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 // mime types for docs
 
 $oProc->query ("INSERT INTO ged_mimes VALUES ('ai', 'application/postscript')");

Modified: modules/ged/trunk/setup/setup.inc.php
===================================================================
--- modules/ged/trunk/setup/setup.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/setup/setup.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?php
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - setup
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 	$setup_info['ged']['name']='ged';
 	$setup_info['ged']['title']='Document Management System';
 	$setup_info['ged']['version']='0.9.18.009';

Modified: modules/ged/trunk/setup/tables_current.inc.php
===================================================================
--- modules/ged/trunk/setup/tables_current.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/setup/tables_current.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,19 +1,29 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * 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.                                              *
-  \**************************************************************************/
+	/**
+	* phpGroupWare - ged - setup
+	*
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
-  /**************************************************************************\
-  * This file should be generated for you by setup. It should not need to be *
-  * edited by hand.                                                          *
-  \**************************************************************************/
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
   /* $Id$ */
 
   /* table array for ged */

Modified: modules/ged/trunk/setup/tables_update.inc.php
===================================================================
--- modules/ged/trunk/setup/tables_update.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
+++ modules/ged/trunk/setup/tables_update.inc.php	2009-11-17 16:55:38 UTC (rev 20791)
@@ -1,16 +1,29 @@
 <?
-	/**************************************************************************
-	* phpGroupWare - ged
-	* http://www.phpgroupware.org
-	* Written by Pascal Vilarem <[email protected]>
+	/**
+	* phpGroupWare - ged - setup
 	*
-	* --------------------------------------------------------------------------
-	*  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
-	***************************************************************************/
+	* @author Pascal Vilarem <[email protected]>
+	* @copyright Copyright (C) 2007-2008 Free Software Foundation, Inc. http://www.fsf.org/
+	* @license http://www.fsf.org/licensing/licenses/gpl.html GNU General Public License v3 or later
+	* @package ged
+	* @version $Id$
+	*/
 
+	/*
+	   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 3 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, see <http://www.gnu.org/licenses/>.
+	 */
+
 	$test[]='0.9.16.000';
 	$test[]='0.9.16.001';
 	$test[]='0.9.18.001';
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.