phpDoc compatible header

This commit is contained in:
Ralf Becker 2006-06-13 04:16:38 +00:00
parent cef4e0bf97
commit b2a0081696

View File

@ -1,16 +1,14 @@
<?php <?php
/**************************************************************************\ /**
* eGroupWare - contacts service provided by the addressbook application * * API - contacts service provided by the addressbook application
* http://www.egroupware.org * *
* Written and (c) 2006 Ralf Becker <RalfBecker-AT-outdoor-training.de> * * @link http://www.egroupware.org
* ------------------------------------------------------------------------ * * @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
* This program is free software; you can redistribute it and/or modify it * * @package api
* under the terms of the GNU General Public License as published by the * * @copyright (c) 2006 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
* Free Software Foundation; either version 2 of the License, or (at your * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* option) any later version. * * @version $Id$
\**************************************************************************/ */
/* $Id$ */
require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.bocontacts.inc.php'); require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.bocontacts.inc.php');