diff options
Diffstat (limited to '3rdparty/Sabre/CardDAV/IDirectory.php')
-rwxr-xr-x[-rw-r--r--] | 3rdparty/Sabre/CardDAV/IDirectory.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/Sabre/CardDAV/IDirectory.php b/3rdparty/Sabre/CardDAV/IDirectory.php index e0d0797d285..22d4afeb24a 100644..100755 --- a/3rdparty/Sabre/CardDAV/IDirectory.php +++ b/3rdparty/Sabre/CardDAV/IDirectory.php @@ -3,7 +3,7 @@ /** * IDirectory interface * - * Implement this interface to have an addressbook marked as a 'directory'. A + * Implement this interface to have an addressbook marked as a 'directory'. A * directory is an (often) global addressbook. * * A full description can be found in the IETF draft: @@ -11,7 +11,7 @@ * * @package Sabre * @subpackage CardDAV - * @copyright Copyright (C) 2007-2011 Rooftop Solutions. All rights reserved. + * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved. * @author Evert Pot (http://www.rooftopsolutions.nl/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ |