From b2a00816965afaabbae230ba766625399eb10467 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 13 Jun 2006 04:16:38 +0000 Subject: [PATCH] phpDoc compatible header --- phpgwapi/inc/class.contacts.inc.php | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/phpgwapi/inc/class.contacts.inc.php b/phpgwapi/inc/class.contacts.inc.php index a1e221b7ee..de9c46474f 100644 --- a/phpgwapi/inc/class.contacts.inc.php +++ b/phpgwapi/inc/class.contacts.inc.php @@ -1,16 +1,14 @@ * -* ------------------------------------------------------------------------ * -* 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$ */ +/** + * API - contacts service provided by the addressbook application + * + * @link http://www.egroupware.org + * @author Ralf Becker + * @package api + * @copyright (c) 2006 by Ralf Becker + * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License + * @version $Id$ + */ require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.bocontacts.inc.php');