From 6c05d396d9285bcf2bb7c9745264b393bf2ef504 Mon Sep 17 00:00:00 2001 From: ceb Date: Wed, 21 May 2003 23:12:44 +0000 Subject: [PATCH] update --- phpgwapi/inc/class.help.inc.php | 4 +-- phpgwapi/inc/class.help_helper.inc.php | 4 +-- phpgwapi/inc/class.listbox.inc.php | 6 ++-- phpgwapi/inc/class.portalbox.inc.php | 4 ++- phpgwapi/inc/functions.inc.php | 49 +++++++++++++------------- 5 files changed, 36 insertions(+), 31 deletions(-) diff --git a/phpgwapi/inc/class.help.inc.php b/phpgwapi/inc/class.help.inc.php index ad83c7ae29..10c442a010 100644 --- a/phpgwapi/inc/class.help.inc.php +++ b/phpgwapi/inc/class.help.inc.php @@ -3,10 +3,10 @@ * phpGroupWare API - help system manager * * Written by Bettina Gille [ceb@phpgroupware.org] * * Manager for the phpGroupWare help system * - * Copyright (C) 2002 Bettina Gille * + * Copyright (C) 2002, 2003 Bettina Gille * * ----------------------------------------------------------------- * * This library is part of the phpGroupWare API * - * http://www.phpgroupware.org/theapi * + * http://www.phpgroupware.org * * ----------------------------------------------------------------- * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * diff --git a/phpgwapi/inc/class.help_helper.inc.php b/phpgwapi/inc/class.help_helper.inc.php index ef98c2fd49..11e2fc3b2e 100644 --- a/phpgwapi/inc/class.help_helper.inc.php +++ b/phpgwapi/inc/class.help_helper.inc.php @@ -3,10 +3,10 @@ * phpGroupWare API - help system manager * * Written by Bettina Gille [ceb@phpgroupware.org] * * Manager for the phpGroupWare help system * - * Copyright (C) 2002 Bettina Gille * + * Copyright (C) 2002, 2003 Bettina Gille * * ----------------------------------------------------------------- * * This library is part of the phpGroupWare API * - * http://www.phpgroupware.org/theapi * + * http://www.phpgroupware.org * * ----------------------------------------------------------------- * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License as * diff --git a/phpgwapi/inc/class.listbox.inc.php b/phpgwapi/inc/class.listbox.inc.php index b03a4572f5..a4029b7b72 100755 --- a/phpgwapi/inc/class.listbox.inc.php +++ b/phpgwapi/inc/class.listbox.inc.php @@ -3,11 +3,13 @@ * phpGroupWare API - Link box generator * * http://www.phpgroupware.org/api * * Written by Mark Peters * + * and Bettina Gille [ceb@phpgroupware.org] * * Creates listboxes using templates * - * Copyright (C) 2000 - 2002 Mark Peters * + * Copyright (C) 2000, 2001 Mark Peters * + * Copyright (C) 2002, 2003 Bettina Gille * * ------------------------------------------------------------------------ * * This library is part of the phpGroupWare API * - * http://www.phpgroupware.org/api * + * http://www.phpgroupware.org * * ------------------------------------------------------------------------ * * 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 * diff --git a/phpgwapi/inc/class.portalbox.inc.php b/phpgwapi/inc/class.portalbox.inc.php index 91436ad6cb..d83f6e2a36 100755 --- a/phpgwapi/inc/class.portalbox.inc.php +++ b/phpgwapi/inc/class.portalbox.inc.php @@ -2,8 +2,10 @@ /**************************************************************************\ * phpGroupWare API - Portal Box manager * * Written by Joseph Engo * + * and Bettina Gille [ceb@phpgroupware.org] * * Helps manage the portal boxes for phpGroupWares main page * - * Copyright (C) 2000 - 2003 Joseph Engo * + * Copyright (C) 2000, 2001 Joseph Engo * + * Copyright (C) 2002, 2003 Bettina Gille * * ------------------------------------------------------------------------ * * This library is part of the phpGroupWare API * * http://www.phpgroupware.org * diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index 0f782117b4..f915560da5 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -1,31 +1,32 @@ * - * and Joseph Engo * - * Has a few functions, but primary role is to load the phpgwapi * - * Copyright (C) 2000 - 2002 Dan Kuykendall * - * ------------------------------------------------------------------------ * - * This library is part of the phpGroupWare API * - * http://www.phpgroupware.org/api * - * ------------------------------------------------------------------------ * - * 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 2.1 of the License, * - * or any later version. * - * This library 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 Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License * - * along with this library; if not, write to the Free Software Foundation, * - * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - \**************************************************************************/ - + /**************************************************************************\ + * phpGroupWare API - phpgwapi loader * + * Written by Dan Kuykendall * + * and Joseph Engo * + * and Bettina Gille [ceb@phpgroupware.org] * + * Has a few functions, but primary role is to load the phpgwapi * + * Copyright (C) 2000, 2001 Dan Kuykendall * + * Copyright (C) 2002, 2003 Dan Kuykendall, Bettina Gille * + * ------------------------------------------------------------------------ * + * This library is part of the phpGroupWare API * + * http://www.phpgroupware.org * + * ------------------------------------------------------------------------ * + * 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 2.1 of the License, * + * or any later version. * + * This library 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 Lesser General Public License for more details. * + * You should have received a copy of the GNU Lesser General Public License * + * along with this library; if not, write to the Free Software Foundation, * + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + \**************************************************************************/ /* $Id$ */ /****************************************************************************\ - * If running in PHP3, then force admin to upgrade * + * If running in PHP3, then force admin to upgrade * \****************************************************************************/ if (floor(phpversion()) == 3)